File Details
EventsScheduler-1.2.0.jar
- R
- Jan 22, 2026
- 32.25 KB
- 89
- Early Access
File Name
events-scheduler-1.2.0.jar
Supported Versions
- Early Access
Added
- Console Command Support - Run any server console command using
console:prefix - OP Command Support - Execute commands with elevated permissions using
op:prefix - Player Command Support - Run commands as the player using
cmd:prefix - Broadcast Command - New built-in
broadcastcommand to message all players - Placeholder System - Dynamic placeholders:
{player},{uuid},{display_name},{name} - Command Aliases -
server:(alias for console:),admin:(alias for op:),command:(alias for cmd:),bc(alias for broadcast),msg(alias for message)
Changed
- Unknown commands now automatically execute as console commands for backward compatibility
- Simplified default config with
scheduled_stopexample
Command Prefixes
| Prefix | Description | Example |
|---|---|---|
console: |
Server console (full permissions) | console:stop, console:save-all |
server: |
Alias for console: | server:restart |
op: |
OP permissions | op:kick {player} |
admin: |
Alias for op: | admin:ban {player} |
cmd: |
Execute as player | cmd:spawn |
command: |
Alias for cmd: | command:home |
Example Usage
{
"name": "scheduled_stop",
"enabled": false,
"times": ["04:00"],
"commands": [
"console:stop"
],
"broadcastMessage": "Server is shutting down for maintenance!"
}

