Time Control
Commands that allow players to control time on server.
Configuration
Each of the commands may have a specific configuration options included with it. Please check commands descriptions for more details.
/cex_time
- Description: Allows player to change time in the current world.
- Usage: /cex_time (set/add/view)(value/day/morning/noon/evening/night)
- Permission nodes:
- cex.time.set -> Allows player to change world time. Default: OP only
- cex.time.notify -> Players with this permission will be notified of a time change by another player as it happens, including the player's name. Default: OP only
- Aliases: time
- Location in JAR file: com/github/zathrus_writer/commandsex/commands/Command_cex_time.class
/cex_ptime
- Description: Changes a players time.
- Usage: /cex_ptime (set/add/view/reset) (value/day/morning/noon/evening/night)
- Permission nodes:
- cex.ptime -> Allows player to change world time. Default: OP only
- cex.ptime.set -> Players with this permission will be notified of a time change by another player as it happens, including the player's name. Default: OP only
- Aliases: ptime, playertime
- Location in JAR file: com/github/zathrus_writer/commandsex/commands/Command_cex_ptime.class