[INACTIVE][FUN] WeatherControl v1.2.0 - Advanced WeatherControl at your fingertips [860]

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

  1. Offline

    CraftRepo

    WeatherControl - Advanced Weather Control at your fingertips [860]
    Version: v1.2.0

    WeatherControl lets you create storms and use lightning to your advantage.

    Please Note: /lightningpick is now /lightningwand!

    [diamond]Permission 2.7 is useful, if you don't have it or GroupManagerBridge it will use OP.[diamond]
    Permissions Nodes (Click To View) (open)

    weathercontrol.lightning.lightningstrike - allows use of /lightningstrike
    weathercontrol.lightning.strikeplayer - allows use of /strikeplayer
    weathercontrol.lightning.strikepig - allows use of /strikepig
    weathercontrol.lightning.strikecreeper - allows use of /strikecreeper
    weathercontrol.rainstorm - allows use of /startrain and /stopstorm
    weathercontrol.lightningstorm - allows use of /startstorm
    weathercontrol.lightning.wand - allows use of /lightningpick
    weathercontrol.lightning.row - allows use of /strikerow

    Features:
    • Drop it in, setup permissions(optional), and go!
    • Feature complete. - This plugin has everything we could think of to add! Not just one or two things!
    • Strike a player with lightning!
    • Strike a block you are looking at with lightning.
    • Start lightning and rain storms.
    • Create super creepers nearby as well as zombie pigmen by striking them with lightning.
    • Lightning wnad! Right click a block with a user defined wand to strike it!
    • /strikerow - Strike lightning down in a row!
    • Realistic Lightning! Lightning now strikes highest blocks and metals based on user defined weight (config file).
    Download:
    http://bamboo.craftrepo.net/browse/WEATHERCONTROL-STABLE-11/artifact/JOB1/jar/WeatherControl.jar


    Commands:
    • /strikeplayer {target} - Strike a player with lightning. If no target is given, it will strike you.
    • /strikepig [radius] - Strike all pigs in a radius.
    • /strikecreeper [radius] - Strike all creepers in a radius.
    • /lightningstrike - strikes the block you are looking at with lightning.
    • /startstorm [duration in sec*] - starts a random storm in the current world. (random because you can't set the location of a storm.)
    • /startrain [duration in sec*] - starts a random rain storm in the current world.
    • /stoprain - Stops rain/snow and storms. (alias /stopstorm)
    • /lightningwand - Toggles the right click lightningwand(id set in conf file).
    • /strikerow [length] [direction(north, south, etc)]
    * If you set Duration to 0, it lasts forever. Or until stopped.

    Changelog:
    Version 1.2.0
    • v 1.2.0 - Added Realistic Lightning, Changed /lightningpick to /lightningwand, Added Configuration file for block weight and wand id.
    • v 1.1.0 - Added strikerow and lightningpick, removed permissions requirement.
    • v 1.0.0 - Initial release to the public
    PLEASE, only use this thread for support related questions. Or for thanks/etc. All feature requests and bug reports should be officially submitted through the bug tracker linked below.

    Bug Tracker:
    http://jira.craftrepo.net/browse/WEATHERCONTROL

    Website:
    http://craftrepo.net

    IRC Info:
    irc.rawrirc.net #craftrepo
     
  2. Offline

    jonassm

    I get a error when i use /strikeplayer
    I got PlgEssentials
     
  3. Offline

    Athlavard

    Hey I was wondering if you could make it so we can change the lightning pick to any item. We have some other mods on our server that use picks and everytime I use the lighting pick it also activates the other mods. If you could make it so we can change it to anything that would be really awesome. Other then that I dont have any problems with this plugin other then the fact that /stoprain will stop the server but its been a while since I tested that so it might be fixed by now.
     
  4. Offline

    CraftRepo

    /stoprain was fixed long ago and this feature will be in 1.2.0 as well as a few other things. This will introduce a config file as well.
     
  5. Offline

    StreetJesus

    /stoprain is unresponsive in my server and no error occurs in the log...
     
  6. Offline

    CraftRepo

    Released Version 1.2.0

    Please file a bug report in JIRA via the link in the original post. Remember to include your CB build number and as much info about your environment that you can.
     
  7. Offline

    Drez

    The only issue I am having is I can not get the "lightning wand" to change tool. No matter what item code I set in the config, it still says as the default of a diamond pick.
     
  8. Offline

    halvors

    The default is lightstone dust (348) think you'll have to stop and start server when change the config...
     
  9. Offline

    Drez

    The default is 278, diamond pick, but I have changed it and reset the server several times. Still nothing.
     
  10. Offline

    nickrev

    yeah all this plug does is make it so when i try to do anything it types "NO WAND PUT IN CONFIG" wtf?
     
  11. Offline

    revfeuerfrei

    [WeatherControl] Please fix your WandID int plugins/WeatherControl/config.yml

    This is spamming my log file, please assist, there is a wandId
     
  12. Offline

    Sim121

    "[WeatherControl] Please fix your WandID int plugins/WeatherControl/config.yml"
    I got it too =/
     
  13. Offline

    Luckz

    Same here.
     
  14. Offline

    Dorado185

    I get the same error:

    "[WeatherControl] Please fix your WandID int plugins/WeatherControl/config.yml"

    It seems to log the error every time someone right clicks - using any item/tool. I have the default config. I am running CB 798.

    Thanks for any help.
     
  15. Offline

    irosaurus

    same here, too. but the rest works fine, great plugin :D

    cheers!
    iro
     
  16. Offline

    AVirusC

    17:30:47 [SEVERE] Error occurred while enabling WeatherControl v1.2.0 (Is it up to date?): null
    java.lang.NullPointerException
    at net.craftrepo.WeatherControl.weathercontrol.onEnable(weathercontrol.java:59)
    at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:125)
    at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:750)
    at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:253)
    at org.bukkit.craftbukkit.CraftServer.loadPlugin(CraftServer.java:132)
    at org.bukkit.craftbukkit.CraftServer.loadPlugins(CraftServer.java:110)
    at net.minecraft.server.MinecraftServer.e(MinecraftServer.java:218)
    at net.minecraft.server.MinecraftServer.a(MinecraftServer.java:205)
    at net.minecraft.server.MinecraftServer.init(MinecraftServer.java:145)
    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:265)
    at net.minecraft.server.ThreadServerApplication.run(SourceFile:394)

    -------------------------

    Build 803
    I tried rebuilding the config file, but same error.

    Thanks.
     
  17. Offline

    Hagon94

    Hm, after i installed multiverse this plugin doesn't seem to work well. Normal /stoprain doesn't work, but when i use /stoprain (worldname) it will stop the rain ONCE. Whenever another storm comes after, i can't stop it, no matter what commands i use. Sometimes it won't even work the first time i try it.
     
  18. Offline

    Courtney

    Working on CB 818?
     
  19. Offline

    XenonPhenom

    Running this plugin on b#818. Works flawlessly and I highly recommend this. :D
     
  20. Offline

    joecas

    I really like this mod, but it keeps giving me error codes in the server log. It doesn't seem to affect the functionality of the mod, but it clutters the log so bad i can't tell what else is going on. After using the /lightning command, it says:
    additionally, every time i right click with a tool that isn't the Diamond Pickaxe, it gives me this message:
    Is there something wrong here? is there any way i can stop these messages?
     
  21. Offline

    Tungsten

    I think it would be great if you could make a "Rain Stick" as well, something that only applies to one instance of an item (instead of all items of that type), the swinging of which toggles weather. I want it to be a rare item I can place in a chest or what have you. For your consideration.
     
  22. Offline

    sza22

    when it starts raining in one of my worlds (even though i already turned weather off), i try to clear it, but the plugin says it is already clear, so i have to turn on a thunderstorm, and then clear the weather. is anyone else getting this problem?
     
  23. Offline

    Dorado185

    Has anyone figured out how to fix this issue. I have this issue with 818 with the latest Weathercontrol plugin. I opened a report in the plugin's bug tracker for this issue.

    Thanks!
     
  24. Offline

    CraftRepo

    Fixed a bug with the Default Configuration file. Please download the updated version from the download link at the top.

    i think you have the wrong plugin.

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

    Dorado185

    Issue has been resolved. I just changed:

    WandID:
    - 278
    to
    WandID: 278

    All good. Thank you!
     
    Zelif likes this.
  26. Offline

    CraftRepo

    Yes that works for old versions, HOWEVER that isn't the only bug that was fixed. We just didn't mention the other one as it wasn't quite as big.
     
  27. Offline

    llvllortal

    this link is broken :( for 818 sorry for myn bad english im in europe
     
  28. Offline

    Shad0wSlay3r

    make it rain in a snow biome

    can u also post the config.yml plz?

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: May 13, 2016
  29. You should change your plugin name cuz there is already one with this name and older than this.
     
  30. Offline

    quickclay

  31. Offline

    ipaqmaster

    Is the link supposed to be broken?
    the link to the site is completely unresponsive.
    [EDIT]

    The website is flickering On and Off, I have downloaded it now =)
    works great, thanks =D
     

Share This Page