-
Notifications
You must be signed in to change notification settings - Fork 0
Click Configurations
broken1arrow edited this page Nov 19, 2022
·
2 revisions
It will also translate placeholders, from placeholderAPI (like player) and colors will be translated (for text messages).
| Actions | Description |
|---|---|
[console] <command> |
execute a command as console (no permission checks) |
[player] <command> |
execute a command as player (player need permission to run the command) |
[commandevent] <command> |
execute unregistered command as the the player |
[message] text |
send message to player |
[chat] text |
send chat message to all online players |
[broadcast] text |
send broadcast message to all online players |
[sound] Sound |
play sound to player |
[broadcastsound] Sound |
play sound to all online players |
[broadcastsoundworld] Sound |
play sound to all online players in same world |
[takemoney] amount |
take money from player (only work with vault installed ) |
[givemoney] amount |
give money to player (only work with vault installed ) |
[takepermission] perm |
take permission from player (only work with vault installed ) |
[givepermission] perm |
give permission to player (only work with vault installed ) |
[takeexp] amount |
take exp from player, use L in the end for level |
[giveexp] amount |
give exp to player, use L in the end for level |
[placeholder] %placeholder% |
translate a placeholder (will not give any message in console or chat) |
[close] |
will close open menu |
[mini_message] |
send a message to player through adventure |
[mini_broadcast] |
send a message to all players through adventure |
[mini_broadcast] |
send a message to all players through adventure |
[mini_bossbar] |
send a bossbar message to player through adventure |
[mini_actionbar] |
send a actionbar message to player through adventure |
[mini_title] |
send a title message to player through adventure |
executed
| Type | Description |
|---|---|
| <delay=time> | Executes the task after the specified delay in ticks (20 ticks is 1 second). |
| <chance=precent> | Sets a chance to execute the action. From 0.1 too 100 in precent (if you set it to 0 it will never get executed) |