πŸ‡ΊπŸ‡Έ
Majorum
Besoin d'aide ?
πŸ‡ΊπŸ‡Έ English
πŸ‡ΊπŸ‡Έ English
  • Welcome
  • Minecraft plugins
    • πŸ“‹TabulaUI
      • Installation
      • Commands & Permissions
      • Configuration
        • Menu forms
        • Argument
        • Condition
        • Action
    • πŸŒ‹VulcanusFight
      • Installation
      • Commands & Permissions
      • Configuration
Powered by GitBook
On this page
  • Framework
  • Types and expressions
  • Play a sound (only spigot)
  • Announce
  • Message
  • Command
  • Opening the menu
  • Server teleportation

Was this helpful?

  1. Minecraft plugins
  2. TabulaUI
  3. Configuration

Action

Responses of TabulaUI

A response is a set of actions to be carried out that influence the game. To create an action (which is part of a response), you just need to follow a specific structure.

Framework

[TYPE] EXPRESSION

Types and expressions

Play a sound (only spigot)

Complete expression: [sound] {sound} {pitch} {volume}

Examples:

  • [sound] ENTITY_EXPERIENCE_ORB_PICKUP 1 1

  • [sound] ENTITY_EXPERIENCE_ORB_PICKUP

Announce

Complete expression: [broadcast] {message}

Examples:

  • [broadcast] &fThe player &6%player% &fhas claimed their &6vote reward &f!

Message

Complete expression: [message] {message}

Examples:

  • [message] &fYou have &6voted &ffor the server.

Command

Complete expression: [player | console] {command}

Examples:

  • [player] feed

  • [console] gamemode creative %player%

Opening the menu

Complete expression: [open] {menu name}

Examples:

  • [open] boutique_diamond

Server teleportation

Complete expression: [send] {server}

Examples:

  • [send] survival

PreviousConditionNextVulcanusFight

Last updated 1 year ago

Was this helpful?

πŸ“‹