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
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
Last updated