Actions
Send a chat message to the player: - '[MESSAGE] Text'
Send an action bar message to the player: - '[ACTIONBAR] Text'
Play a sound to the player: - '[SOUND] Sound;Volume;Pitch' List of sounds: https://jd.papermc.io/paper/YOUR_VERSION/org/bukkit/Sound.html
Send a title message to the player: - '[TITLE] Top line;Bottom line;Fade-in time;Display time;Fade-out time'
Send a chat message as the player: - '[PLAYER] Text' For a command as the player, insert / at the beginning
Send a command as the console: - '[CONSOLE] Command' Remove all items with the specified material from the player's inventory: - [REMOVE_ITEMS] {Material} Return all removed items to the player's inventory: - [BACK_ITEMS] Send an action to all online players: [BROADCASTMESSAGE] / [BROADCASTACTIONBAR] / [BROADCASTSOUND] / [BROADCASTTITLE]
Last updated