Action Registry
Built-in actions
Key
Description
Usage
ActionExecute.run(ActionContext.of(player), "[message] Hello!");ActionExecute.run(
ActionContext.of(player).with(entity),
"[myplugin:give_diamond] 64"
);Registering a custom action
Last updated