Skip to main content

Actions

List of the actions objects that can be used in some settings.

List of action types​

TypeDescriptionExample
---Player executes a commandsay Hello world!
consoleConsole executes a commandconsole: say Hello world!
chatSends a message to the playerchat: Hello world!
broadcastBroadcasts a message to the serverbroadcast: Hello world!
broadcastradiusBroadcasts a message to the server in a radiusbroadcastradius: 10 Hello world!
jsonSends a json message to the playerjson: {"text": "Hello world!"}
jsonbroadcastSends a json message to the serverjsonbroadcast: {"text": "Hello world!"}
jsonradiusSends a json message to the server in a radiusjsonbroadcastradius: 10 {"text": "Hello world!"}
delayDelays the next action for secondsdelay: 10
delayticksDelays the next action for ticksdelayticks: 10
soundPlays a sound to the playersound: ENTITY_EXPERIENCE_ORB_PICKUP 1 1
soundbroadcastPlays a sound to the serversoundbroadcast: ENTITY_EXPERIENCE_ORB_PICKUP 1 1
soundradiusPlays a sound to the server in a radiussoundbroadcastradius: ENTITY_EXPERIENCE_ORB_PICKUP 1 1 10
serverSends player to another serverserver: lobby
PlaceholderAPI support

You can use PlaceholderAPI placeholders in the message.