Weather Region
Weather Region is a plugin that allows you to create areas where the weather is always rainy without changing the weather outside the area.
This plugin requires you to add the plugin Vault: http://dev.bukkit.org/bukkit-plugins/vault/
Commands:
- /wr add X1 Z1 X2 Z2 (WORLD) | Adds an area, world does not need to be specified
- /wr remove/del X1 Z1 X2 Z2 (WORLD) | Removes an area, world does not need to be specified
- /wr info | Lists some information about the plugin
- /wr list | Lists the current areas
- /wr reload | reloads the areas from the config, should be used when you edit the config
- /wr d/disable/off | turns off the plugin for the user that enters the command
- /wr e/enable/on | turns o the plugin for the user that enters the command
Permissions:
- WeatherRegion.see | Activates this plugin for this user
- WeatherRegion.add | Allows this user to add new areas
- WeatherRegion.del | Allows this user to Delete areas
- WeatherRegion.enable | Allows this user to enable Weather Region for themselves
- WeatherRegion.disable | Allows this user to disable Weather Region for themselves
- WeatherRegion.reload | Allows this user to reload the areas from the config
- WeatherRegion.list | Allows this user to view a list of the current areas
- WeatherRegion.info | Allows this user to view some information about the plugin
Config:
You can add new areas using the config.yml file found in the WeatherRegion folder. Each area is written in the format
- X co-ord 1,Z co-ord 1,X co-ord 2,Z co-ord 2,world
Between each item is a comma.
A filled config file might look like this:
areas: - 111,333,444,555,world - 999,888,777,666,creative_world - 12,34,56,78,RandomWorldName
-
View User Profile
-
Send Message
Posted Apr 13, 2014Is this still working with 1.7?
-
View User Profile
-
Send Message
Posted Aug 15, 2013Hey! Awesome idea! Any way to update and perhaps let us choose what type of weather to be in the region? Or if you could add thunder, really want this but with thunder and lightning :) Thanks
-
View User Profile
-
Send Message
Posted Jun 20, 2013@blabba_labba
Ah thanks! That sorted it.
-
View User Profile
-
Send Message
Posted Jun 20, 2013@HermitTurtle
Sorry I didn't mention it. You need the plugin "Vault"
-
View User Profile
-
Send Message
Posted Jun 19, 2013I'm getting an error when trying to add an area:
An internal error occurred while attempting to perform this command.
Any idea what could be causing this?
2013-06-19 21:22:59 [INFO] HermitTurtle issued server command: /wr add 174 49 198 29
2013-06-19 21:22:59 [SEVERE] null
org.bukkit.command.CommandException: Unhandled exception executing command 'wr' in plugin WeatherRegion v1.0
at org.bukkit.command.PluginCommand.execute(PluginCommand.java:46)
at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:189)
at org.bukkit.craftbukkit.v1_5_R3.CraftServer.dispatchCommand(CraftServer.java:523)
at net.minecraft.server.v1_5_R3.PlayerConnection.handleCommand(PlayerConnection.java:971)
at net.minecraft.server.v1_5_R3.PlayerConnection.chat(PlayerConnection.java:889)
at net.minecraft.server.v1_5_R3.PlayerConnection.a(PlayerConnection.java:846)
at net.minecraft.server.v1_5_R3.Packet3Chat.handle(Packet3Chat.java:44)
at net.minecraft.server.v1_5_R3.NetworkManager.b(NetworkManager.java:292)
at net.minecraft.server.v1_5_R3.PlayerConnection.d(PlayerConnection.java:115)
at net.minecraft.server.v1_5_R3.ServerConnection.b(SourceFile:35)
at net.minecraft.server.v1_5_R3.DedicatedServerConnection.b(SourceFile:30)
at net.minecraft.server.v1_5_R3.MinecraftServer.r(MinecraftServer.java:581)
at net.minecraft.server.v1_5_R3.DedicatedServer.r(DedicatedServer.java:226)
at net.minecraft.server.v1_5_R3.MinecraftServer.q(MinecraftServer.java:477)
at net.minecraft.server.v1_5_R3.MinecraftServer.run(MinecraftServer.java:410)
at net.minecraft.server.v1_5_R3.ThreadServerApplication.run(SourceFile:573)
Caused by: java.lang.NoClassDefFoundError: net/milkbowl/vault/permission/Permission
at us.dicloni.WeatherRegion.WeatherRegion.onCommand(WeatherRegion.java:175)
at org.bukkit.command.PluginCommand.execute(PluginCommand.java:44)
... 15 more
-
View User Profile
-
Send Message
Posted May 27, 2013@deleted_11550070
I'm glad to hear you are liking my plugin :).
-
View User Profile
-
Send Message
Posted May 26, 2013I love this plugin! I mainly use it for my server spawn, but now use it for anything! Thanks for the awesome plugin!
-
View User Profile
-
Send Message
Posted May 19, 2013thanks again for the plugin dude! For anyone looking at this plugin, it works perfectly!