Skip to content

Lightweight plugin to run a command on right-click of a block, or disable blocks' actions entirely.

Notifications You must be signed in to change notification settings

isabelcoolaf/BlockActions

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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 &"

About

Lightweight plugin to run a command on right-click of a block, or disable blocks' actions entirely.

Topics

Resources

Stars

Watchers

Forks

Languages