Skip to content

Click Configurations

broken1arrow edited this page Apr 3, 2026 · 6 revisions

Actions

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)
[open] menuname will open menu, have fallback if plugin forget add own option
[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
[giveskull] url=http://url give just a skull to player that clicked see here for formatting
[giveitem] {health_potion} give a item trough a placeholder that using {} tags

Delay and chance on commands.

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)

Clone this wiki locally