[INACTIVE][FUN/ADMIN] WeatherMan 6 - Control the weather! [740]

Discussion in 'Inactive/Unsupported Plugins' started by RightLegRed, Apr 22, 2011.

  1. Offline

    Archelaus

    Weather Man
    Want to control the weather? Now you can! Become a weather man with this plugin. You can set it to rain on, or off. You can clear snow and even strike people with lightening!​
    Commands​
    /weather rain <time>​
    /weather thunder <true|false>​
    /weather thunder <playername>​
    /weather clear​
    /weather rain - doesn't need a time, without it, it makes it rain for a default set time.​
    Permissions​
    weatherman.clear​
    weatherman.rain​
    weatherman.thunder​
    ChangeLog​
    Version 1 - Released!​
    Version 2 - Added ability to set rain time!​
    Version 3 - Added turning off lightning!​
    Version 4 - Removed reach of lightning!​
    Version 5 - fixed up the commands a bit.​
    Version 6 - now has the command /weather thunder <playername>






    Supports Multiworlds, Permissions and each feature is seperated. So your players can clear the rain while you fry sheep!​
    Requires Build 709!​
    I hate to do this, but I'm running out of money and this keeps me interested in developing this plugin. Donators may have their name published to the thread if they please.​
    [​IMG]
     
    Me4502, Netto Hikari, Mazer and 8 others like this.
  2. Offline

    Archelaus

    I'm not an OP in my own server, I just have weatherman.* and it works fine.

    @Chucker use pastebin.


    Version 4 is out. Now reach is further than you can reach!
     
  3. Offline

    BioRage

    derp. let me install 709.
     
  4. Offline

    zorphon

    Lol! Use http://pastebin.com/ or something, can't make sense of it without indents.

    Also, you have the default permissions config. You didn't even assign yourself a group or anything. That is why it's not working, I'm assuming.
     
  5. Offline

    Archelaus

    Wrong craftbukkit build.
     
  6. Offline

    parker_digg

    You can't tell me this is permissions. I have 709

    Code:
    12:39:03 [SEVERE] null
    org.bukkit.command.CommandException: Unhandled exception executing command 'weat
    her' in plugin WeatherMan 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
    55)
            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.rightlegred.weatherman.commands.ControlWeatherCommand.execute(Con
    trolWeatherCommand.java:37)
            at com.rightlegred.weatherman.commands.CommandManager.dispatch(CommandMa
    nager.java:47)
            at com.rightlegred.weatherman.WeatherMan.onCommand(WeatherMan.java:44)
            at org.bukkit.command.PluginCommand.execute(PluginCommand.java:35)
            ... 12 more
    That is with /weather rain 1000
     
  7. Offline

    Josh Harwood

    command: /weather rain
    Code:
    19:41:05 [SEVERE] null
    org.bukkit.command.CommandException: Unhandled exception executing command 'weather' in plugin WeatherMan 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:255)
            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.ArrayIndexOutOfBoundsException: 1
            at com.rightlegred.weatherman.commands.ControlWeatherCommand.execute(ControlWeatherCommand.java:36)
            at com.rightlegred.weatherman.commands.CommandManager.dispatch(CommandManager.java:47)
            at com.rightlegred.weatherman.WeatherMan.onCommand(WeatherMan.java:44)
            at org.bukkit.command.PluginCommand.execute(PluginCommand.java:35)
            ... 12 more
    
     
  8. Offline

    Archelaus

    My ass do you have 709.
     
  9. Offline

    Chuckster

    I FIXED IT!!!!!
     
  10. Offline

    parker_digg

    Yes 709.
     
  11. Offline

    Archelaus


    That's thrown when you don't have that method. Anything about 709 has the method. You don't have craftbukkit 709.
     
  12. Offline

    Procrastination

    Code:
    org.bukkit.command.CommandException: Unhandled exception executing command 'weather' in plugin WeatherMan v4
            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:255)
            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.ArrayIndexOutOfBoundsException: 1
            at com.rightlegred.weatherman.commands.ControlWeatherCommand.execute(ControlWeatherCommand.java:36)
            at com.rightlegred.weatherman.commands.CommandManager.dispatch(CommandManager.java:47)
            at com.rightlegred.weatherman.WeatherMan.onCommand(WeatherMan.java:44)
            at org.bukkit.command.PluginCommand.execute(PluginCommand.java:35)
            ... 12 more
    
    Code:
    11:45:32 [INFO] This server is running Craftbukkit version git-Bukkit-0.0.0-681-g0f8abd2-b709jnks (MC: 1.5_02)
    11:45:32 [INFO] This server is also sporting some funky dev build of Bukkit!
    
     
  13. Offline

    BioRage

    REQUEST!

    Works for 709.

    Also, can you make it so Thunder can be added with a cool down and usage time please?

    I'd love to add it to my RPG Classes with Mages.

    Cheers.
     
  14. Offline

    Archelaus

    Might do this.


    Using the command /weather rain?

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

    BioRage

    Another Request, Is it possible to make it snow on non snowy biomes?
     
  16. Offline

    jbuzkill2

    i got the same error as _zw_ and whenever i try one of the commands it says An internal error occured while attempting to perform this command.....

    i have tried re downloading and also tried the update

    i think this looks like a fantastic plugin and hope to get it running soon thnx
     
  17. Offline

    Procrastination

    Yea, and none of the other cmds work.
     
  18. Offline

    Archelaus

    Snow is biome specific, sorry!

    Looking into this, I can't reproduce the issue though

    Have you added yourself to permissions or are OP?

    it's also

    /weather rain <time>

    and

    /weather thunder <true or false>
     
  19. Offline

    Procrastination

    I'm trying from console, and my moderators are OPs. They tried /weather rain 200
     
  20. Offline

    tiltomat

    after update to v.4 still able to do /weather thunder true on reachable blocks only
     
  21. Offline

    Archelaus

    It doesn't work from console, yet.

    tiltomat, it worked for me. Will test again.
     

  22. Scratch that, i got them to work, it just has a large tick delay, it took around 4 seconds to make it actually work, can you somehow push bukkit into creating snow allowance? :) also, upgrade? AWESOME! GIMEEEEEE :D - Give me long - range ligthing, ALSO, can you make it so that i can do /weather strike rightlegred
    so that it would strike you with lightning once?

    BUG -> When you use the right click for lightning on a pig, between 2-3 pig zombies are spawned, only one is killable the rest are "ghost" entities.
     
  23. Offline

    BioRage

    @RightLegRed

    This works great, thank you for this.

    Please look into my first request about adding it to RPG classes :) Maybe having it weapon specific ? (IE.Stick)
    With ranged and cool down / usage cool down, because right now the ability makes users kill themselves since it's only in front of them that they are able to strike down !

    ----

    I also suggest you updated your main post with

    /weather thunder true / false to filter out people instead of them spamming your thread :D

    Cheers.
     
  24. Nice plugin, but not open source ? ):
     

  25. I like the stick idea!

    Also, Confirmed V4 does not strike anything that is out of reach!
     
  26. Offline

    Archelaus


    Minecraft issue. Range thing is now fixed, redownload.


    Unluckily, it's now left click so I could make this possible!

    I need to clean up the source a bit.

    Im getting the same errors on 709 :(
    I tried to double check my Permissions but I have it set to '*'
    I'm also in the OP folder.

    Fixed, but left click now.
     
  27. Offline

    Pickaxe

    Nice plugin! I have 2 Questions:

    1. How is it possible do undo /weather thunder off
    2. Possible to add thunder to the crosshair? Just like /antioch for essentials. (late :D)
    It's a bit too close atm :)
     
  28. Offline

    tiltomat

    download updated?
    possible to add a version number in the server start secuence?
    thank you :)
     
  29. Offline

    Archelaus

    It'll make thunder on soon.
     
  30. V4 still doesnt "fix" the distance, reupload maybe? :)
     
  31. Offline

    Nate204

    I just re downloaded, and I'm getting this:

    I'm on 709 atm.
    This happens when I type /weather rain and /weather thunder
     

Share This Page