Actions

What is this?

An action is what will be executed if the requirements are successfully met.

Message

send a message to the player or if the player is not found send it to the console

actions:
- "[message] Hello %player_name%!"

Broadcast

send a message to all online players

actions:
- "[broadcast] Hello world!"

Console

dispatch command as console sender

actions:
- "[console] say BeacmcBoss plugin №1"

Action bar

send a message to the player in the action bar

actions:
- "[actionbar] #ffbb00this server using plugin BeacmcBoss"

Sound

play sound to player. List of all sounds

actions:
- "[sound] ENTITY_PLAYER_DEATH;<volume>;<pitch>"

Title

send title to player

actions:
- "[title] <title>;<subtitle>"

Damage

deal a specific amount of damage to a player

actions:
- "[damage] 10"

Set fire ticks

set the time in ticks for how long the player will light up (20 ticks = 1 second)

actions:
- "[set_fire_ticks] 60"

Summon

spawn the specified mob in the specified location. List of all mobs

actions:
- "[summon] [entity=<entity_type>] [location=<world>;<x>;<y>;<z>]"

Broadcast sound

play sound for all players on the server. List of all sounds

actions:
- "[broadcast_sound] ENTITY_PLAYER_DEATH;<volume>;<pitch>"

Equip

Put armor on the boss or give him any prel in his hand

all materials: click

all types:

  • HELMET

  • CHESTPLATE

  • LEGGINGS

  • BOOTS

  • HAND

actions:
- "[equip] [type=<type>] [material=<material>]"

Boss start

this action will forcibly spawn the boss (if it is not spawned).

actions:
- "[boss_start]"

Boss stop

this action will forcibly stop the boss (if it is spawned).

actions:
- "[boss_stop]"

Particle

this action will create particles. List of all particles

actions:
- "[particle] [location=<world>;<x>;<y>;<z>] [settings=<type>;<count>;<offset-x>;<offset-y>;<offset-z>;<speed>]"

Drop item

Will drop an item at a specific location. More details about items: Click here

actions: 
- "[drop] [item=<name>] [location=<world>;<x>;<y>;<z>]"

Broadcast title

Display title to all players on the server

actions:
- "[broadcast_title] <title>;<subtitle>"

Last updated