πŸ’‘Actions

  • [actionbar]

  • [command]

  • [drop-item]

  • [give-item]

  • [message]

  • [sound]

  • [vault] - Requires Vault to work.


Actionbar

Sends an action bar message to the player breaking the block

Defined by using [actionbar], its syntax is:

actions:
    - "[actionbar] <red>A red message"

Command

Defined by using [command], its syntax is:


Drop Item

Drops an item at the broken block location

Defined by using [drop-item], its syntax is:


Give Item

Gives an item to the player breaking the block

Defined by using [give-item], its syntax is:


Message

Sends a message to the player breaking the block

Defined by using [message], its syntax is:


Sound

Sounds can be retrieved from the Bukkit page: https://hub.spigotmc.org/javadocs/bukkit/org/bukkit/Sound.html

Plays a sound to the player breaking the block.

Defined by using [sound], its syntax is:


Vault

Modifies the current balance of a player with remove and add operations.

Defined by using [vault], its syntax is:

Last updated