Weather Control
Commands to allow players to control weather in world.
Configuration
Each of the commands may have a specific configuration options included with it. Please check commands descriptions for more details.
/cex_weather
- Description: Allows player to change weather in the current world.
- Usage: /cex_weather (rain,thunder/storm,sun/sunny)
- Permission nodes:
- cex.weather -> players with this permission will gain access to all possible weather control parameter (i.e. rain, sun, storm). Default: OP only
- cex.weather.rain -> players with this permission can control rain in the world. Default: OP only
- cex.weather.storm -> players with this permission can control storms (thundering) in the world. Default: OP only
- Aliases: weather
- Location in JAR file: com/github/zathrus_writer/commandsex/commands/Command_cex_weather.class
/cex_rain
- Description: Toggles rain/snow in the current world.
- Usage: /cex_rain
- Permission node: cex.weather.rain (in Beta 1.50, this is actually cex.rain due to an error)
- Default permission: OP only
- Aliases: rain
- Location in JAR file: com/github/zathrus_writer/commandsex/commands/Command_cex_rain.class
/cex_storm
- Description: Toggles storm (thundering) in the current world.
- Usage: /cex_storm
- Permission node: cex.weather.storm (in Beta 1.50, this is actually cex.storm due to an error)
- Default permission: OP only
- Aliases: rain
- Location in JAR file: com/github/zathrus_writer/commandsex/commands/Command_cex_rain.class