commands:# Run command by Console- "[CONSOLE] give %player_name% stone 1"# Run command by Player- "[PLAYER] &9I'm a nice guy, everyone."# Messages- "[MESSAGE] &6[Treasure] &7- &7You have found another &aEffect Command&7 treasure!"- "[RANGE_MESSAGE] 50 &7Someone received a treasure near you!"- "[BROADCAST] &8A global event has started!"# Sounds- "[SOUND] ENTITY_PLAYER_LEVELUP 1.0 1.0"- "[WORLD_SOUND] ENTITY_PLAYER_LEVELUP 2.0 0.8"- "[EVENT_SOUND] ENTITY_PLAYER_LEVELUP 1.0 1.5"- "[WORLD_EVENT_SOUND] ENTITY_PLAYER_LEVELUP 1.5 1.0"# Title- "[TITLE] 10 60 20 T:&9Treasure Found! S:&bYou found a command!"- "[BROADCAST_TITLE] 10 60 20 T:&9Treasure Found! S:&bYou found a command!"# ActionsBar- "[ACTIONBAR] &eYou have found another magical treasure!"- "[BROADCAST_ACTIONBAR] &a%player_name%&b is a nice guy!"# Effects- "[EFFECT] CLEAR"- "[EFFECT] SET speed 60 2"- "[EFFECT] REMOVE speed"- "[EFFECT] ADD speed 60 2"
[CONSOLE]
Executes a command as console.
[CONSOLE] command
command: The command to be executed.
Example:
[PLAYER]
Executes a command as a player.
[PLAYER] command
command: The command to be executed by the player.
Example:
[MESSAGE]
Sends a message to the player.
[MESSAGE] text
text: The message to be sent.
Example:
[RANGE_MESSAGE]
Sends a message to all players within a specific distance (in blocks).
[RANGE_MESSAGE] distance text
distance: Distance in blocks.
text: The message to be sent.
Example:
[BROADCAST]
Sends a message to all players.
[BROADCAST] text
text: The message to be sent.
Example:
[SOUND]
Sends a sound to the player.
[SOUND] sound volume pitch
sound: Sound name.
volume: Sound volume.
pitch: Sound pitch.
Example:
[WORLD_SOUND]
Sends a sound to all players in the world.
[WORLD_SOUND] sound volume pitch
sound: Sound name.
volume: Sound volume.
pitch: Sound pitch.
Example:
[EVENT_SOUND]
Sends a sound at the event location to the player.
[EVENT_SOUND] sound volume pitch
sound: Sound name.
volume: Sound volume.
pitch: Sound pitch.
Example:
[WORLD_EVENT_SOUND]
Sends a sound at the event location to all players.