[INACTIVE][MISC] WeatherPlugin v1.2 - Weather-related functions [860]

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

  1. Offline

    robin0van0der0v

    WeatherPlugin - Weather-related functions!
    Version: v1.2

    Features:
    • Let it be sunny.
    • Let it storm.
    • Let it thunder.
    • Let the lightning strikes on a player.
    • Let the lightning strikes on a block.
    Download WeatherPlugin!
    Source is inside the jar file.

    How to use:
    Use the command "/weather sunny " (or "/w sunny") for stopping the storm (and thunder).
    Use the command "/weather storm" (or "/w storm") for starting the storm.
    Use the command "/weather thunder" (or "/w thunder") for starting the thunder.
    Use the command "/lightning [player]" (or "/l [player]") for one thunderbolt on that player.
    And use the command "/lightning" (or "/l") for one thunderbolt on the block you are looking.

    Permissions:
    Give the player you want this permissions for using the command /weather.
    Code:
    weatherplugin.weather
    Give the player you want this permissions for using the command /lightning.
    Code:
    weatherplugin.lightning
    Known bugs:
    None. :D

    Properties:
    This plugin creates a properties file on Plugins/WeatherPlugin/config.yml. ;)

    Standard properties:
    Code:
    weather:
        lightningtool: '283'
    Changelog:
    Version 1.0
    • Release.
    Version 1.1
    • Changed the commands.
    Version 1.2
    • Added properties file.
     
    fixilein, MasterMeNL and lolligertyp like this.
  2. an internal error has occured while attempting to perform this command :( i installed it correctly
     
  3. Offline

    lolligertyp

    Ok, works, but /thunder and /t:
    Code:
    Unknown concole command. Type "help" for help
    /weather works, but it only starts to rain, not to snow in snow regions.
     
  4. haha, the idea from the /thunder [player] is genious!
    you mind if I use that for a private plugin?
     
  5. Offline

    JWhy

    I got
    Code:
    an internal error has occured while attempting to perform this command
    on my Debian Lenny root too :eek:. And would you enable commands from console? Thanks
    (/t is already used as private messages by essentials, I think)

    I think we forgot to update: http://ci.bukkit.org/job/dev-CraftBukkit/709/artifact/target/craftbukkit-0.0.1-SNAPSHOT.jar

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

    Andre_9796

    Cool plugin, gotta try later.
     
  7. Offline

    xupwup

    I read through your source, and you might want to replace your checkpermissions function with the following, because it is shorter and equivalent.
    Code:
    public boolean checkpermissions(Player player, String string){
      return usingpermissions ? Permissions.has(player,string) : player.isOp();
    }
     
  8. Offline

    Plague

    please update to latest RB
     
  9. Offline

    robin0van0der0v

    Updated. :)
     
  10. Offline

    Kaosthe1st

    I've been trying to get this plug-in for a couple of days but you've been reworking your website. Can you upload it somewhere else in the meantime?
     
  11. Offline

    TrainYourBrain

  12. Offline

    Pythros

    This gets annoying...
    Maybe possibly have an item set to use lightning.
    "The lightning strikes on the block you are looking!"
     
  13. Offline

    robin0van0der0v

    Added properties file. :)
     
  14. Offline

    Theii

    Is it possible, to use this with the iZone plugin?
     
  15. Offline

    Shad0wSlay3r

    Worked completely fine and then i installed the Permissions plug-in AND i added the permissions text but it still wont work. Any ideas?
     
    Bigun likes this.
  16. Offline

    Jdsdude

    Download link wont work
     
  17. Offline

    MasterMeNL

    After updating to RB#1060, I get this error:
    Code:
    2011-08-18 14:36:56 [SEVERE] Error occurred while enabling WeatherPlugin v1.2 (Is it up to date?): SNOW_FORM
    java.lang.NoSuchFieldError: SNOW_FORM
        at nl.robinvandervliet.WeatherPlugin.WeatherPlugin.onEnable(WeatherPlugin.java:41)
        at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:126)
        at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:885)
        at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:278)
        at org.bukkit.craftbukkit.CraftServer.loadPlugin(CraftServer.java:178)
        at org.bukkit.craftbukkit.CraftServer.enablePlugins(CraftServer.java:161)
        at net.minecraft.server.MinecraftServer.e(MinecraftServer.java:286)
        at net.minecraft.server.MinecraftServer.a(MinecraftServer.java:273)
        at net.minecraft.server.MinecraftServer.init(MinecraftServer.java:149)
        at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:337)
        at net.minecraft.server.ThreadServerApplication.run(SourceFile:422)
    The rest of the plugin still works fine.
    (BTW: Ik ben Melvin :p)

    Greetings,
    MasterMe.
     
  18. Offline

    Spike Padley

    Code:
    16:28:04 [SEVERE] Error occurred while enabling WeatherPlugin v1.2 (Is it up to date?): SNOW_FORM
    java.lang.NoSuchFieldError: SNOW_FORM
        at nl.robinvandervliet.WeatherPlugin.WeatherPlugin.onEnable(WeatherPlugin.java:41)
        at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:126)
        at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:885)
        at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:278)
        at org.bukkit.craftbukkit.CraftServer.loadPlugin(CraftServer.java:178)
        at org.bukkit.craftbukkit.CraftServer.enablePlugins(CraftServer.java:161)
        at net.minecraft.server.MinecraftServer.e(MinecraftServer.java:286)
        at net.minecraft.server.MinecraftServer.a(MinecraftServer.java:273)
        at net.minecraft.server.MinecraftServer.init(MinecraftServer.java:149)
        at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:337)
        at net.minecraft.server.ThreadServerApplication.run(SourceFile:422)
    I'm getting exactly the same as MasterMe here, on RB#1060
     
  19. Offline

    MasterMeNL

    Any news so far?
     
  20. Offline

    Delta-One

    Hey guys, i have a question. I dont know where to ask it so i do it just here. The most plugins have this permission commands i see. But i have no clue how to use them and i know without them the plugins doesnt work. Can anyone tell me what to do?
     
  21. Offline

    King Pyro

    ^ i think you should post in the proper section :)

    also
    robin0van0der0v

    needs to update this to fix:

    16:28:04 [SEVERE] Error occurred while enabling WeatherPlugin v1.2 (Is it up to date?): SNOW_FORM
    java.lang.NoSuchFieldError: SNOW_FORM
    at nl.robinvandervliet.WeatherPlugin.WeatherPlugin.onEnable(WeatherPlugin.java:41)
    at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:126)
    at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:885)
    at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:278)
    at org.bukkit.craftbukkit.CraftServer.loadPlugin(CraftServer.java:178)
    at org.bukkit.craftbukkit.CraftServer.enablePlugins(CraftServer.java:161)
    at net.minecraft.server.MinecraftServer.e(MinecraftServer.java:286)
    at net.minecraft.server.MinecraftServer.a(MinecraftServer.java:273)
    at net.minecraft.server.MinecraftServer.init(MinecraftServer.java:149)
    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:337)
    at net.minecraft.server.ThreadServerApplication.run(SourceFile:422)

    that problem :p still works but id like to not see this ---> [SEVERE]
     
  22. Offline

    Bigun

    FYI, if you strike a pig with lightning it turns into a pig-zombie.
     
  23. What about made it for CraftBukkit 1185 ?
     
  24. Offline

    Bigun

    I think development of the plugin has died.
     
  25. Offline

    Goldfire

    Still works with 1240 (haven't updated to 1317 yet), but won't work unless '*' has been assigned for PermissionsEx, which in turn will give access to all commands on the server.

    The permission 'weatherplugin.weather' doesn't work. Probably needs updating for that.
     
  26. Offline

    goodoletom

    SEVERE error occurred when enabling WeatherPlugin v1.2 <is it up to date?>: SNOW_FORM
    How i fix?
     
  27. Offline

    1123443211

    none of the download links are working.
    help?
     
  28. Offline

    Grammar Troll

  29. Offline

    69.181.145.173

    Cant download
     

Share This Page