Commands and Permissions
Commands
If you have issues executing the command remember you can use the alias:
/conditionalevents
Command
Description
/ce help
Shows plugin commands.
/ce reload
Reloads config files.
/ce verify
Checks ALL events for errors.
/ce reset <player>/* <event>/all
Resets an event/all events data for a player/all players.
/ce debug <event> (optional)<player>
Enables/disables debug information for an event. It is recommended to use this command on the console or it will spam your chat. You can optionally debug an event only for one player.
/ce enable <event>
Enables an event.
/ce disable <event>
Disables an event.
/ce call <event> (optional)%variable1%=<value1>;%variableN%=<valueN> (optional)player:<player> (optional) silent:true
Execute a 'call' event with optional variables and optional player. For example:
/ce call event1
/ce call event1 %test_variable%=25
/ce call event1 player:Ajneb
If you don't want a feedback message:
/ce call event1 silent:true
Permissions
conditionalevents.admin
Access all plugin commands.
conditionalevents.bypasscooldown.<event>
Allows the player to completely bypass the cooldown of a certain event.
There is just one permission to access commands: conditionalevents.admin
Last updated