How to let it rain or snow?

Discussion in 'Plugin Development' started by robin0van0der0v, Apr 21, 2011.

Thread Status:
Not open for further replies.
  1. Offline

    robin0van0der0v

    Anybody know how to let it rain or snow on my world? :)
     
  2. Offline

    Andre_9796

    Search plugins.bukkit.org for weathercontrol
     
  3. Offline

    aPunch

    WeatherControl doesn't work at all. It is just a placeholder for a plugin because the author wants dibs on the concept.

    @robin0van0der0v The Weather methods have not be added yet. There is no way to change weather in-game yet.
     
  4. Offline

    Sammy

    @aPunch That seems to be a normal thing here, to many Developers just want the 15mins of fame...
     
  5. Well, at least there not as slacking of as notch does.
     
  6. Offline

    br0ad456

    notch doesent really slack, you need to remeber that minecraft is still in beta....
     
  7. Offline

    robin0van0der0v

    I found it. :)

    Code:
    player.getWorld().setStorm(boolean);
     
  8. Offline

    waralot

    sk89q alredy made it in his plugin comand book :p haha robin
     
  9. What build of Bukkit are you all using? All the ones post-684 I can find are buggy and don't work

    nvm got it working.. and the storm method works great too:)

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: May 13, 2016
  10. Offline

    Sweet_Mafia

    Acualy, you can control the weather. The same way you can control it will day and night.
     
  11. Offline

    aPunch

    Yes. I posted that before weather was controllable.
     
  12. Offline

    alex123099

    i tried controlling the weather and thats what i get:
    Code:
    org.bukkit.command.CommandException: Unhandled exception executing command 'stor
    m' in plugin weather v1
            at org.bukkit.command.PluginCommand.execute(PluginCommand.java:37)
            at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:80
    )
            at org.bukkit.craftbukkit.CraftServer.dispatchCommand(CraftServer.java:2
    54)
            at net.minecraft.server.NetServerHandler.handleCommand(NetServerHandler.
    java:650)
            at net.minecraft.server.NetServerHandler.chat(NetServerHandler.java:613)
            at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:607)
            at net.minecraft.server.Packet3Chat.a(SourceFile:36)
            at net.minecraft.server.NetworkManager.a(NetworkManager.java:195)
            at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:73)
            at net.minecraft.server.NetworkListenThread.a(SourceFile:100)
            at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:370)
            at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:285)
            at net.minecraft.server.ThreadServerApplication.run(SourceFile:394)
    Caused by: java.lang.NoSuchMethodError: org.bukkit.World.setStorm(Z)V
            at com.alex.weather.weather.onCommand(weather.java:45)
            at org.bukkit.command.PluginCommand.execute(PluginCommand.java:35)
            ... 12 more
    
     
  13. Offline

    Plague

    update your craftbukkit
     
  14. Offline

    alex123099

    my craftbukkit is 1.5.01
     
  15. Offline

    Plague

    No, that's a Minecraft version you posted
     
  16. hahahahaha
    (sorry, noob fail)
     
Thread Status:
Not open for further replies.

Share This Page