[INACTIVE][FUN]Snowball fight[798]

Discussion in 'Inactive/Unsupported Plugins' started by 1337, Mar 21, 2011.

  1. Offline

    1337

    Snowball fight - Have a snowball fight in minecraft!
    version : 0.4
    When someone gets hit by a snowball they lose a life when they have been hit 3 times you are tped to the /arena warp
    Download : http://dl.dropbox.com/u/8962011/Snowball fight.zip
    source is in the zip

    COMMANDS

    /s - shows the snowball commands
    /sstart - starts a fight(ops only)
    /sstop - stops a snowball fight(ops only)
    /sarena warps you to the snowball arena
    /ssetarena - set the arena for the /sarena and where you go when you run out of lives(ops only)

    Change log
    0.1 = first release
    0.2= updated to rb
    0.3 = Bug fix
    0.4 = bug fix and started adding new features

    Known bugs
    There is no way to not take part in a snowball fight:comming soon
     
    thyme4soup and kahlilnc like this.
  2. Offline

    SplenectomY

    This looks promising. This same framework might be useful for arena-style sword fights, etc. Open source? :D
     
  3. Offline

    1337

    source is in the zip, free to use but i would like a bit of credit if you use it for the basics :)
     
  4. Offline

    Arjan

    I didn't tried out this plugin yet, if you don't already have this here is an idea: make it so when a snowball hits some1 it says like: 'You got hit with a snowball by [name]' and some kind of a point counter to see who's the best snowball thrower..? that would be epic!
     
  5. Offline

    xFeliXx

    Very nice idea, but when i install that plugin my server became slow. :(
    Or its my RAM, ok waiting for a new version.
     
  6. Offline

    Greylocke

    This looks like it could be fun!

    A suggestion: you might want to make your commands more unique & easier to remember. This would help avoid conflicting with another plugin and also make your plugin easier to use. Maybe something like:
    /snowfight help
    /snowfight start
    /snowfight stop
    ...etc
     
  7. Offline

    BangL

    I want use this, but i want use it at CB#617 and it throws this with it:

    Code:
    04:58:04 [SEVERE] ENTITY_DAMAGED loading Snowball fight v0.3 (Is it up to date?)
    java.lang.NoSuchFieldError: ENTITY_DAMAGED
        at plugins.x1337x.bukkit.Snowballfight.Snowball.onEnable(Snowball.java:87)
        at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:118)
        at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:514)
        at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:216)
        at org.bukkit.craftbukkit.CraftServer.loadPlugin(CraftServer.java:94)
        at org.bukkit.craftbukkit.CraftServer.loadPlugins(CraftServer.java:72)
        at net.minecraft.server.MinecraftServer.e(MinecraftServer.java:215)
        at net.minecraft.server.MinecraftServer.a(MinecraftServer.java:202)
        at net.minecraft.server.MinecraftServer.d(MinecraftServer.java:142)
        at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:257)
        at net.minecraft.server.ThreadServerApplication.run(SourceFile:375)

    could you pls update? :)
     
  8. Offline

    1337

    on the job :)

    When you get hit it say you where hit by playername and you now have amountoflives left
    And it broadcasts to the server player was hit by player, replacing player with the names

    updated to build #617

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

    themadcrafter

    links broke up top
     
  10. Offline

    1337

    Sorry about that,link is now fixed
     
  11. Offline

    CHIKINS!!!

    When I downloaded this plugin, and I open the zip file continuous zip files keep being created. D:
     
  12. Offline

    1337

    Doesnt happen for me but here is just the jar file:http://dl.dropbox.com/u/8962011/Snowball.jar thanks for trying snowball fight :)
     
  13. Offline

    CHIKINS!!!

    Thank you SOOOOOOOOOOOO much for this, it created a jar file! :D Now I cross my fingers for it to work.
     
  14. Offline

    BangL

    v0.2 @ CB#617:

    Code:
    2011-04-03 06:01:57 [SEVERE] Nag author: '(1337)' of 'Snowball fight' about the following: onPlayerJoin has been replaced with a new signature, (PlayerJoinEvent)
    

    ...oh and THIS caused a server restart! :

    Code:
    2011-04-03 06:04:58 [SEVERE] Could not pass event ENTITY_DAMAGE to Snowball fight
    java.lang.ClassCastException: org.bukkit.craftbukkit.entity.CraftSkeleton cannot be cast to org.bukkit.entity.Player
        at plugins.x1337x.bukkit.Snowballfight.events.Snowballhit.onEntityDamage(Snowballhit.java:37)
        at org.bukkit.plugin.java.JavaPluginLoader$38.execute(JavaPluginLoader.java:399)
        at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:59)
        at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:255)
        at net.minecraft.server.EntityArrow.f_(EntityArrow.java:169)
        at net.minecraft.server.World.a(World.java:983)
        at net.minecraft.server.WorldServer.a(WorldServer.java:52)
        at net.minecraft.server.World.f(World.java:965)
        at net.minecraft.server.World.e(World.java:942)
        at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:365)
        at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:283)
        at net.minecraft.server.ThreadServerApplication.run(SourceFile:375)
     
  15. Offline

    1337

    Sorry about the restart dont know why it happened, but it looks like a skeliton got hurt when it happened, and ill fix the on join event did you have a snowball fight running when the server restarted?

    ok updated to 0.3 fixed the skeliton bug and the player join and quit events :)

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

    BangL

    no, just had the plugin loaded.

    Thank you very much :)
     
  17. Offline

    1337

    :) hope you enjoy using it
     
  18. Offline

    Josh Ice

    still getting an error about the quit event.
    change onPlayerQuit to PlayerQuitEvent
     
  19. Offline

    1337

    Which download are you using? the zip or just the jar?
     
  20. Offline

    Josh Ice

    I'm using the zip and extracting it directly. Let me try using the Jar only.

    Edit: Where is the Jar only download?
     
  21. Offline

    1337

    oh i removed it sorry do you only get it for the quit event? if so its because i did the join event then remebered i had homework due in the next day and saved what i had done :) fixing at the moment new dl up soon

    updated

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

    Josh Ice

    No more error!
    Thank you for the plugin it's great!
     
  23. Offline

    1337

    Glad to help :) working on a new command and rewriting the starting a fight, to hoepfully improve it
     
  24. Offline

    MeinerHosen

    nSpleef + Snowball Fights = Funnest server EVER

    But I will have to wait until it is more developed with permissions n such ;o

    Awesome plugin, though :D
     
  25. Offline

    1337

    thanks for having a look :)
     
  26. Offline

    MeinerHosen

    Maybe you can have it to where you can create arenas like in nSpleef and then have people join a snowball game. It's not as casual as an actual snowball fight, but it may be a start :/
     
  27. Offline

    1337

    Im changing the system around a bit,one option is a snowball fight world where the whole world has a snowball fight(you could then use world edit to make a bedrock wall to stop people hiding on the edge of the map)
     
  28. Offline

    Ben91

    Cool plugin. (lol).

    Could you add a function, a command to give to yourself, for example, 64 snowballs, please ?

    Cheers.

    ++
     
  29. Offline

    1337

    Cant you just use the /give?
     
  30. Offline

    Original_Bleep

    How does it work because i got problems with it?
    Can you explain how it works some more details.
     

Share This Page