CyberWorldReset
Commands & Permissions
List all commands and permissions available for players and admins.
This wiki page contains a list of all the commands and permissions in CWR, with a short explanation.
Recommended groups
- Player - a typical user of the server.
- Moderator - server rule enforcer or overseer.
- Admin - server manager or owner.
- Editor - world configuration editor.
You might also want to know
- The default prefix is
/cwr
or/cyberworldreset
. Nope, you can't change it. - If a world is not mentioned, it will parse the current world the player is in. If running it from console, the world MUST be specified even if it appears optional.
- A command with an asterisk
*
next to it means the command can be run from console. - Mostly all commands could be run from the console.
- You can tab-complete commands and sub-commands (player names are also tab-completed).
- Arguments with brackets
[ ]
surrounding it means that argument is optional. - Arguments with chevrons
< >
are variables and need to be replaced with your own input. - Do not include the brackets/chevrons in the command.
- Commands are NOT case-sensitive.
Commands
Player Commands
Command | Permission | Description |
---|---|---|
/cwr | CyberWorldReset.player.* | All player permissions/commands. |
/cwr about* | CyberWorldReset.player.about | About the plugin. |
/cwr help | CyberWorldReset.player.help | Display player help message. |
Moderator Commands
Command | Permission | Description |
---|---|---|
/cwr reload* | CyberWorldReset.admin.reload | Reload the plugin. |
/cwr list* | CyberWorldReset.admin.list | View a list of world setups. |
Admin Commands
Command | Permission | Description |
---|---|---|
/cwr | CyberWorldReset.admin.* | All admin permissions/commands. |
/cwr help* | CyberWorldReset.admin.help | Display admin help message. |
/cwr info [<world>]* | CyberWorldReset.admin.info | View setup information of a world. |
/cwr confirm* | CyberWorldReset.admin.* | Confirms a sub-command (if enabled). |
/cwr create [<world>]* | CyberWorldReset.admin.create | Creates a world (setup). |
/cwr save [<world>]* | CyberWorldReset.admin.save | Saves the world's files (for rollback). |
/cwr reset [<world>]* | CyberWorldReset.admin.reset | Resets the world with provided settings. |
/cwr edit <world> <setting> <value>* | CyberWorldReset.admin.edit.* | Adjust a setting of a world setup. |
Edit command
Edit command (/cwr edit <world>
):
Setting | Value | Permission | Description |
---|---|---|---|
setEnabled | <true|false> | CyberWorldReset.admin.edit.enable | Enable/disable a world config |
enableLastSaved | <true|false> | CyberWorldReset.admin.edit.lastsaved | Enable/disable restoration of last saved world |
addTimer | <yyyy-MM-dd HH:mm> [interval] | CyberWorldReset.admin.edit.timer | Add a reset scheduler |
delTimer | <index> | CyberWorldReset.admin.edit.timer | Remove a reset scheduler at a certain index |
setSeed | <seed>|RANDOM|DEFAULT | CyberWorldReset.admin.edit.seed | Set the seed the world resets with |
setGenerator | <generator>|DEFAULT | CyberWorldReset.admin.edit.generator | Set a generator to use in the reset |
setEnvironment | DEFAULT|NORMAL|NETHER|THE_END | CyberWorldReset.admin.edit.environment | Set an environment to reset to |
addMessage | <message> | CyberWorldReset.admin.edit.message | Add a reset message |
delMessage | <index> | CyberWorldReset.admin.edit.message | Delete a reset message at a certain index |
enableWarning | <true|false> | CyberWorldReset.admin.edit.warnings | Enable/disable warning message module |
addWarningMessage | <message> | CyberWorldReset.admin.edit.warnings | Add a warning message |
delWarningMessage | <index> | CyberWorldReset.admin.edit.warnings | Delete a warning message at a certain index |
addWarningTime | <time> | CyberWorldReset.admin.edit.warnings | Add a warning time (in seconds, before reset) |
delWarningTime | <index> | CyberWorldReset.admin.edit.warnings | Delete a warning time at a certain index |
enableSafeWorld | <true|false> | CyberWorldReset.admin.edit.safeworld | Enable/disable safe world |
setSafeWorld | <world> | CyberWorldReset.admin.edit.safeworld | Set a safe world to TP players to during a reset |
setSafeWorldDelay | <seconds> | CyberWorldReset.admin.edit.safeworld | Set a delay before teleporting players back |
setSafeWorldSpawn | DEFAULT|<x>, <y>, <z> | CyberWorldReset.admin.edit.safeworld | Set the safeworld teleport location |
Aliases
You can also use these command aliases:
- /cwr
- /cyberworldreset
- /worldreset
- /cworldreset
- /cyberwr
- /worldregen
Permissions
Permission Groups
Permission | Description |
---|---|
CyberWorldReset.player.* | All player permissions |
CyberWorldReset.admin.* | All admin permissions |
CyberWorldReset.admin.edit.* | All editing permissions |
Last updated on