Inactive [FUN] SnowBallNextDoor v1.1.4 - Snowballs do damage! [1.4.5-0.2]

Discussion in 'Inactive/Unsupported Plugins' started by theguynextdoor, Nov 9, 2011.

  1. Offline

    theguynextdoor

    I suppose i will take this downtime to update to my next version. Which is more or less the same, just a few different commands and a general code clean up, and config should be easier to read.

    Just realised with my code clean up i haven't added permissions yet, So i will be doing them now.

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

    krock00

    For some reason it works fine for every group except default, and i don't know why any help?
     
  3. Offline

    theguynextdoor

    Do they have the permission snowball.use? And also is pvp enabled for that group (can you even disable pvp for a group?). None the less, i am just about to update the plugin so it will change the perms and commands abit.
     
  4. Offline

    krock00

    I have all of those as true and no you can't enable pvp for a group but thanks for getting a update soon
     
  5. Offline

    firewyvern31

    I would like to make a plugin review if you want me too :)
     
  6. Offline

    theguynextdoor

    Sure, that would be amazing, thanks.
     
  7. Offline

    CoolV1994

    When you have snow tiles on and right click on fence gate you can either get a glitch that will give you a lot of snowballs or you will replace the gate with a snow block.
     
  8. Offline

    theguynextdoor

    Thanks, i will make it so it wont work with fence gates. Does it work on normal fences?
     
  9. Offline

    CoolV1994

    Yea it works fine with normal fence.
    Also the same glitch applies to trap doors and when you open a chest a snow tile will appear on top of it which also applies to enchantment tables, brewing stands, dispensers, and furnaces.
     
  10. Offline

    theguynextdoor

    Any other blocks it doesn't like? I have blocked it working on fence gates, and i am wondering if there are any others i should be aware of.
     
  11. Offline

    CoolV1994

    I think the snow tile glitch applies to blocks that open a inventory interface when opening with a snow ball.
     
  12. Offline

    theguynextdoor

    I will test and update accordingly. Thanks for info
     
  13. Offline

    CoolV1994

    No problem, thanks for the mod.
    If you open a door from the top the snowballs will multiply and opening from the bottom will break the door.
     
  14. Offline

    theguynextdoor

    I was just about to upload, then i read this. Thanks for the info. Saving me some good time here. Much appreciated.
     
  15. Offline

    Killerofl1fe

    Fact is that there is a download link.....
     
  16. Fact is that post is over 2 months old and I never even mentioned anything about a download link.

    /facepalm.
     
  17. Offline

    firewyvern31

    This is the vid, im not sure if you just need the url or wha, but oh well. just tell if it needs some changes or anything, or if i have to upload it or anything.
     
    theguynextdoor likes this.
  18. Offline

    theguynextdoor

    Great video, much appreciated
     
  19. Offline

    BlueII

    I found a bug in your plugin.
    If you set pvp to false the snowballs still do damage.
    If you would fix that I'm sure that I'll support your plugin on my Server.

    BlueII
     
  20. Offline

    theguynextdoor

    Thanks, i will look into this.

    Right, i do have a fix. But this means that snowballs will always deal damage, even if an area is not got pvp enabled (e.g a non pvp towny town) Although i may try and add an area selector to allow no snowball damage zones.

    Thoughts?

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

    rubytu

    This is great! Now the snow golems keep the mobs at bay -- killing creepers! Even skeletons! Love it.
     
  22. Offline

    jiraffe

    Hey, theguynextdoor, you should update the title so that it reads, 1.1-R1, now that you've updated it!
     
  23. Offline

    theguynextdoor

    Thank you, guess i missed that lol
     
  24. nice plugin. I always thought it was weird that snowballs didn't do damage, but now they do :p
     
  25. Offline

    Erikers

    Code:
    19:44:06 [ALLVARLIG] Could not pass event org.bukkit.event.entity.EntityDamageByEntityEvent to SnowBallNextDoor
    org.bukkit.event.EventException
            at org.bukkit.plugin.java.JavaPluginLoader$103.execute(JavaPluginLoader.java:1026)
            at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:57)
            at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:453)
            at net.minecraft.server.EntitySnowball.a(EntitySnowball.java:42)
            at net.minecraft.server.EntityProjectile.y_(EntityProjectile.java:156)
            at net.minecraft.server.World.entityJoinedWorld(World.java:1256)
            at net.minecraft.server.WorldServer.entityJoinedWorld(WorldServer.java:110)
            at net.minecraft.server.World.playerJoinedWorld(World.java:1238)
            at net.minecraft.server.World.tickEntities(World.java:1145)
            at net.minecraft.server.MinecraftServer.w(MinecraftServer.java:527)
            at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:434)
            at net.minecraft.server.ThreadServerApplication.run(SourceFile:465)
    Caused by: java.lang.reflect.InvocationTargetException
            at sun.reflect.GeneratedMethodAccessor2.invoke(Unknown Source)
            at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
            at java.lang.reflect.Method.invoke(Unknown Source)
            at org.bukkit.plugin.java.JavaPluginLoader$103.execute(JavaPluginLoader.java:1024)
            ... 11 more
    Caused by: java.lang.IllegalArgumentException: Health must be between 0 and 20
            at org.bukkit.craftbukkit.entity.CraftLivingEntity.setHealth(CraftLivingEntity.java:41)
            at me.theguynextdoor.snowballnextdoor.listeners.SnowballEntityListener.onEntityDamage(SnowballEntityListener.java:101)
            ... 15 more
    This happens for me when my snowballs kills somebody or i throw alot of them...
    My only plugin exept this is PermissionsEx.
    Nothing really happens exept pretty much lag, but i wanna know what's the problem.
    And sorry if i talk bad english, this is the first time i post on a forum :)

    Edit:
    Otherwise i think its nice but fix if you kill people so it says like
    [insert name] has been shot by [insert other name] :)
     
  26. Offline

    theguynextdoor

    Will take a look at this

    Should be fixed, thanks for reporting it. Try newest version, and don't forget to set the Server.PvP node appropriately in the config.

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

    Erikers

    Ty :) My friend and i are making a snowball arena and damage from snowballs makes it ALOT more fun :)
     
  28. Offline

    koopatroopa544

    OMG IDEA::::: snowball fighting arena plugin! so i can have fights in an arena and have it set up so when you die you simply go to a spectators area like mobarena and pvparena (i've been looking for this for a long time) thanks,
    - koopa
     
  29. Offline

    Laguna

    Hello, a question. Is there any way that the server administrator can enable or disable the damage to the players?.

    Greetings!
     
  30. Offline

    theguynextdoor

    /splayer damage off
    or /splayer damage 0

    Hope this helped
     

Share This Page