Automatically schedules and runs Minecraft events at specific times. At each event one random player is selected to receive rewards.
Commands
/event reload - Reload plugin
Permissions
event.command.help - Allows use of the /event command
event.command.reload - Allows use of the /event reload command
PlaceholderAPI Expansion
%ultimateevent_next_event_name% - Displays the name of the next upcoming event
%ultimateevent_next_event_time% - Displays the time remaining until the next event
Action List
BROADCAST:message - Send a message to all players on the server
CONSOLE_COMMAND:command - Execute a command from the server console
MSG:message - Send a private message to a specific player
PLAYER_COMMAND:command - Execute a command as if the player ran it themselves
SOUND:type:float:float - Play a sound to a player
Code (YAML):
time-zone: America/Los_Angeles
Code (YAML):
messages:
no-permission: '&cYou don''t have permission to use this command!'
commands:
descriptions:
admin:
reload: '&f&oReloads the plugin'
reload-success: '&aSuccessfully reloaded!'
errors:
reload-fail: '&cA serious error occurred during reloading'