Inactive [MECH] NoWeather v1.7.6 - disable weather/thunder globally [1.3.1-R2.0]

Discussion in 'Inactive/Unsupported Plugins' started by xPaw, Apr 26, 2011.

     
  1. Offline

    xPaw

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)

    This post has been edited 3 times. It was last edited by xPaw Nov 24, 2011.
  2.  
  3. Offline

    Samkio

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Nice plugin,
    REQ: World Support :p
    gv1222 likes this.
  4. Offline

    QuantumSix

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    I've just got this for my server, as the snow was really making the place ugly. I ran it with all weather set as disabled, yet it's snowing as i log in...

    Suggestions?
  5. Offline

    xPaw

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Ow, its maybe because it was already snowing when you installed plugin and it didnt check for that.
    I will add a fix that will check weather stuff when world is loaded as well, will update soon.
  6. Offline

    QuantumSix

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Great news :)
  7. Offline

    xPaw

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Plugin updated, try it now
  8. Offline

    QuantumSix

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    works great :D
  9. Offline

    gilgatex

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Finally! Thanks!

    Seconding multiworld support.
  10. Offline

    MrMinecraftLP11

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    very nice plug in i have a public server and when it thunderstorm :confused: woodhouse is on fire

    thank you for this plug-in!:)
  11. Offline

    xPaw

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)

    Will try looking into it tomorrow
  12. Offline

    QuantumSix

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Yeah, normally rain would put out fire from lightening. If you've turned off rain, but kept lightening then the fire will spread
  13. Offline

    psychobyte00

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    can you help me please
    22:36:37 [SEVERE] org/bukkit/event/weather/WeatherListener loading NoWeather v1.
    1 (Is it up to date?)
    java.lang.NoClassDefFoundError: org/bukkit/event/weather/WeatherListener
    at java.lang.ClassLoader.defineClass1(Native Method)
    at java.lang.ClassLoader.defineClassCond(Unknown Source)
    at java.lang.ClassLoader.defineClass(Unknown Source)
    at java.security.SecureClassLoader.defineClass(Unknown Source)
    at java.net.URLClassLoader.defineClass(Unknown Source)
    at java.net.URLClassLoader.access$000(Unknown Source)
    at java.net.URLClassLoader$1.run(Unknown Source)
    at java.security.AccessController.doPrivileged(Native Method)
    at java.net.URLClassLoader.findClass(Unknown Source)
    at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.
    java:36)
    at org.bukkit.plugin.java.JavaPluginLoader.getClassByName(JavaPluginLoad
    er.java:180)
    at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.
    java:32)
    at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.
    java:24)
    at java.lang.ClassLoader.loadClass(Unknown Source)
    at java.lang.ClassLoader.loadClass(Unknown Source)
    at de.crannk.xPaw.NoWeather.onEnable(NoWeather.java:36)
    at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:127)
    at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader
    .java:584)
    at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManage
    r.java:218)
    at org.bukkit.craftbukkit.CraftServer.loadPlugin(CraftServer.java:115)
    at org.bukkit.craftbukkit.CraftServer.loadPlugins(CraftServer.java:93)
    at net.minecraft.server.MinecraftServer.e(MinecraftServer.java:217)
    at net.minecraft.server.MinecraftServer.a(MinecraftServer.java:204)
    at net.minecraft.server.MinecraftServer.init(MinecraftServer.java:144)
    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:259)
    at net.minecraft.server.ThreadServerApplication.run(SourceFile:394)
    Caused by: java.lang.ClassNotFoundException: org.bukkit.event.weather.WeatherLis
    tener
    at java.net.URLClassLoader$1.run(Unknown Source)
    at java.security.AccessController.doPrivileged(Native Method)
    at java.net.URLClassLoader.findClass(Unknown Source)
    at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.
    java:36)
    at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.
    java:24)
    at java.lang.ClassLoader.loadClass(Unknown Source)
    at java.lang.ClassLoader.loadClass(Unknown Source)
    ... 26 more
  14. Offline

    xPaw

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)

    Update your craftbukkit
  15. Offline

    JoTheShmo

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    When you set disable-lightning to true, will it be enabled or disabled?

    I had it on true, which I thought disabled it, but I still got a lightning storm.
  16. Offline

    xPaw

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Updated to v1.2
    - Added per-world configs
    Code:
    world:
        disable-lightning: true
        disable-thunder: true
        disable-weather: true
    randomNewWorld:
        disable-lightning: false
        disable-thunder: false
        disable-weather: false
  17. Offline

    starlitxeyes

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    hello,
    I tried to install this on my server and it did not make the config file. where should i be looking for this file?

    running 1.5_01
  18. Offline

    xPaw

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    plugins\NoWeather\config.yml
  19. Offline

    oro4

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Hi. I have this installed and but it still rains in worlds where i have enabled it.
    I'm running CraftBukkit 740 with the following plugins:
    "ItemId" "BigBrother" "LWC" "Permissions" "MyWarp" "CommandHelper" "Essentials" "PortalStick" "Fast Mining" "InstantArmor" "MagicCarpet" "PermissionsPlus" "MCStats2" "PlugMan" "RaveBlox" "ThisBiome" "WorldEdit" "iChat" "HeroicDeath" "SignOwner" "NoWeather" "WormholeXTremeWorlds" "MultiInv" "AncientGates"

    Any suggestions to what might be wrong?
  20. Offline

    xPaw

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Can you show your configuration please?
  21. Offline

    oro4

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Sure.
  22. Offline

    starlitxeyes

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    it does not show up. it did not make a folder
  23. Offline

    xPaw

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Maybe your permissions are messed up, try to create it manually
  24. Offline

    coolgames30

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    The config was not generated when I first ran the jar and after creating the config myself the weather does not stop. Any suggestions?
  25. Offline

    Phealoon

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    This is exactly what I need, for some reason when it rains, snow starts to appear everywhere.

    -Phea
  26. Offline

    MCWolfCraft

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Yesssss every time it rains every one gets lag thanks
  27. Offline

    xPaw

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Updated to v1.3
    - Just small fixes, maybe now configuration will work..
  28. Offline

    Deathlysteve-

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    hey I tried this and liek 3 other plugins... but on one of my worlds... even with rain disabled... it STILL RAINS -.- please help... here is my config:
    Code:
    Imaginationland:
        disable-lightning: false
        disable-thunder: false
        disable-weather: false
    apaturescienceworld:
        disable-lightning: true
        disable-thunder: true
        disable-weather: true
    
    I want to disable apeturescienceworld
  29. Offline

    Daniel Few

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Hello,
    Would you please be able to add an option to disable snow, so it doesnt fall. Because i don't like snow all over my server and would like to disable it.
    I've seen a post above this about disabling snow. Is there a way to have weather work as normal but not snow?
    -DanJames
  30. Offline

    xPaw

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    No you can't, rain and snow is the same - weather. It's just based on the biome, and does that itself.
  31. Offline

    Daniel Few

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Oh ye! I remember. Is there anyway to disable the snow biome?

Share This Page