[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

    Code:
    public void onEntityDamage(EntityDamageEvent event){
            if(event.getEntity() instanceof Player){
                Player p = (Player) event.getEntity();
                if(event.getCause() == DamageCause.LIGHTNING){
                    if(plugin.light.containsKey(p)){
                        if(plugin.light.get(p)){
                            event.setCancelled(true);
                        }
                    }
                }
            }
        }
        }
     
  3. oh interesting, I'm assuming you set a timeout to remove p from the map after a second or so right?
     
  4. Offline

    Archelaus

    That's how to turn lightning off forever.

    Map is of people who have it enabled.

    Version 5 is now out. Fixed up generally, harder to fuck up now.

    Enjoy.
     
  5. Offline

    Noah1997

    ok you can just ignore me.........NOT help me here
     
  6. Offline

    Archelaus

    Or, you could understand it's 5AM, that I made this plugin out of my own free will and it's free. It's my choice and not an obligation. I won't be helping you, as you gave me no error logs and are using a command argument which doesn't exist.

    It's people like you that are killing the flow of plugins, you're ungrateful and always expect help, even if you don't give enough information.
     
  7. Offline

    Noah1997

    Ok, there were no "error logs". It doesn't do anything. I type /weather thunder true and nothing happens. Also, it's 7 a.m. here.
     
  8. Offline

    Archelaus

    I don't care what time it is for you. It's the fact I get nothing from helping you and you're treating it like I have to.

    it's /weather thunder true - download the v5 version. Left click after doing this command.

    Weather Man 6 - now has the command /weather thunder <playername>
     
  9. Offline

    gsand

    THANKS RightLegRed!

    I Love This Plugin!
     
  10. Offline

    Noah1997

    don't see weather man 6
     
  11. Offline

    blindsarcasm

    The thunder is really good, Its really fun, im just blasting ppl with it.
     
  12. Offline

    dylanweber

    Does it work with build 711? I think I tried, but I'm testing so many plugins on my server I forgot which is which.
     
  13. Offline

    PhantomGamers

    Yep! It does :D
     
  14. Offline

    Archelaus

    It should work.

    Thanks, glad to know you're having fun!
     
  15. Offline

    dylanweber

    When I try /weather rain or /weather rain 100 on build 711 (no permissions plugin, all else I have is AntiCreeper, HTTPConsole, Lockette, SimpleHome, and LoginMessage), I get:
     
  16. Offline

    Archelaus

    Do you have permissions installed? Or groupmanager.
     
  17. Offline

    zaczac

    Should make it so OPs can use this as well, I don't like installing permissions plugins :p
     
  18. Offline

    Archelaus

    I thought I had. Will do soon, apologies for that.
     
  19. Offline

    Kene

    Is the rain time the interval between the raining or the amount of time it rains for?
     
  20. Offline

    Archelaus

    Time it rains for.
     
  21. Offline

    Nemesis036

    A command to disable all weather please?
     
  22. Offline

    Kene

    Will setting it to zero make it rain forever or not at all?
     
  23. Offline

    sdvn

    Thank !

    plugin very good
     
  24. Offline

    Archelaus

    Never


    No problem!

    Will give it a go.
     
  25. Offline

    PlanetOfGames

  26. Offline

    tiltomat

    v6 works fine. much appreciated.
     
  27. Offline

    Archelaus

    No problem, I reworked the whole system and solved all the Array errors.
     
  28. Offline

    mbsuperstar1

    This is brilliant! This should get added to scrapbukkit, with spawning items and changing time would work great :)
     
  29. Offline

    Archelaus

    Thanks very much
     
  30. Offline

    Tesla24

    also the command Clear is working too?
     
  31. Offline

    Archelaus

    Clear works fine
     
    Tesla24 likes this.

Share This Page