Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 788 Bytes

README.md

File metadata and controls

18 lines (12 loc) · 788 Bytes

BlockActions

Simple light-weight plugin to manage blocks' actions on right-click.

Commands

/ba add <Material> <Command> - Defines a new block action for the given material. MUST match Material types as documented by the Enum on the Spigot-API. Commands should not include the preceding /. Permissions are ignored on block actions.
/ba remove <Material> - Removes the block action you set-up with /ba add.
/ba disable <Material> - Disable's a block's action entirely. Denied message configurable in config.
/ba list - Lists all block actions.

All commands above require OP or blockactions.manage.

config.yml

DeniedMsg: "Input custom denied msg here. Chat colors supported with &"