[FUN/MECH] Armageddon v2.4.2 - cannons, grenades, and guns galore [1317]

Discussion in 'Inactive/Unsupported Plugins' started by sunkid, Jun 8, 2011.

Thread Status:
Not open for further replies.
  1. Offline

    sunkid

    Armageddon
    Cannons, grenades, and guns galore!

    All updates and project support is now handled on our DevBukkit site!
     
    BlisteredHeart, Soryo, rakiru and 2 others like this.
  2. Offline

    Soryo

    Ok, I figured it out with some experimentation... the cause is my own stupidity! hahha... QQ

    I downloaded the lastest craftbukkit but when I went to grab it and put it in the file, i grabbed the previous version by accident since it was still in my download log. After you suggested that I thought I should double check and I re-downloaded it. This time it had a (1) next to it so I knew for sure it was the new one :D . That seems to have fixed the everyone throwing sheep problem as well!

    Thanks!

    I'm working on a modded adventure map currently... Your plugin is used in 2 locations which makes it so much cooler! Well the first one anyway... The other one is just funny ... :D
     
  3. Offline

    sunkid

    Glad it's sorted! :D
     
  4. Offline

    TraRanger109455

    I JUST LOVE IT!
     
  5. Offline

    lems

    When I start up my MC server, I get this error message:
    Code:
    [SEVERE] [Armageddon 2.4] Unknown material 'disable-joke' - IGNORED!
    The "SEVERE" worries me... do I need to be worried?
     
  6. Offline

    sunkid

    That's nothing to worry about... I'll fix it with the 1.8 release.
     
  7. Offline

    andrewkm

    @sunkid
    Seems to be a confliction with armageddon and spout:
    Code:
    2011-09-13 22:21:15 [SEVERE] Could not pass event PLAYER_INTERACT to Armageddon
    java.lang.IllegalStateException: Start block missed in BlockIterator
     at org.bukkit.util.BlockIterator.<init>(BlockIterator.java:170)
     at org.bukkit.util.BlockIterator.<init>(BlockIterator.java:257)
     at org.bukkit.util.BlockIterator.<init>(BlockIterator.java:292)
     at org.bukkit.craftbukkit.entity.CraftLivingEntity.getLineOfSight(CraftLivingEntity.java:92)
     at org.bukkit.craftbukkit.entity.CraftLivingEntity.getLastTwoTargetBlocks(CraftLivingEntity.java:123)
     at com.iminurnetz.bukkit.plugin.armageddon.listeners.ArmageddonPlayerListener.onPlayerInteract(ArmageddonPlayerListener.java:100)
     at org.bukkit.plugin.java.JavaPluginLoader$11.execute(JavaPluginLoader.java:314)
     at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:58)
     at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:338)
     at org.bukkit.craftbukkit.event.CraftEventFactory.callPlayerInteractEvent(CraftEventFactory.java:161)
     at net.minecraft.server.ItemInWorldManager.dig(ItemInWorldManager.java:63)
     at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:478)
     at org.getspout.spout.SpoutNetServerHandler.a(SpoutNetServerHandler.java:140)
     at net.minecraft.server.Packet14BlockDig.a(SourceFile:42)
     at net.minecraft.server.NetworkManager.b(NetworkManager.java:226)
     at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:89)
     at org.getspout.spout.SpoutNetServerHandler.a(SpoutNetServerHandler.java:478)
     at net.minecraft.server.NetworkListenThread.a(SourceFile:105)
     at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:453)
     at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:363)
     at net.minecraft.server.ThreadServerApplication.run(SourceFile:422)
     
  8. Offline

    sunkid

    That is actually an error that has reared its ugly head a couple of times and not just in Armageddon. It's deep inside bukkit and not related to any plugins you have installed. Unfortunately, it's hard to reproduce, so any information you may have on when and how it happens would be useful.
     
  9. Offline

    andrewkm

    Im currently on CB 1163
    Just saw this in console
    Code:
    2011-09-20 23:19:33 [SEVERE] Could not pass event PLAYER_INTERACT to Armageddon
    java.lang.IllegalStateException: Start block missed in BlockIterator
     at org.bukkit.util.BlockIterator.<init>(BlockIterator.java:170)
     at org.bukkit.util.BlockIterator.<init>(BlockIterator.java:257)
     at org.bukkit.util.BlockIterator.<init>(BlockIterator.java:292)
     at org.bukkit.craftbukkit.entity.CraftLivingEntity.getLineOfSight(CraftLivingEntity.java:94)
     at org.bukkit.craftbukkit.entity.CraftLivingEntity.getLastTwoTargetBlocks(CraftLivingEntity.java:125)
     at com.iminurnetz.bukkit.plugin.armageddon.listeners.ArmageddonPlayerListener.onPlayerInteract(ArmageddonPlayerListener.java:100)
     at org.bukkit.plugin.java.JavaPluginLoader$11.execute(JavaPluginLoader.java:314)
     at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:58)
     at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:338)
     at org.bukkit.craftbukkit.event.CraftEventFactory.callPlayerInteractEvent(CraftEventFactory.java:164)
     at net.minecraft.server.ItemInWorldManager.interact(ItemInWorldManager.java:259)
     at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:591)
     at net.minecraft.server.Packet15Place.a(SourceFile:57)
     at net.minecraft.server.NetworkManager.b(NetworkManager.java:226)
     at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:91)
     at org.getspout.spout.SpoutNetServerHandler.a(SpoutNetServerHandler.java:500)
     at net.minecraft.server.NetworkListenThread.a(SourceFile:108)
     at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:464)
     at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:374)
     at net.minecraft.server.ThreadServerApplication.run(SourceFile:417)
    No idea what its from how its reproduced.
     
  10. Offline

    1337n35

    can you make the explosion smaller upon shooting guns as currently it spams the screen and you cant see where your bullets are going
     
  11. Offline

    M4xwellou

    @sunkid

    Hey man :)

    Thanks for this plugin !

    I'm using it with Death & Rebirth and even if everything works as it should, I get:

    0:35:53 [SEVERE] Could not pass event ENTITY_EXPLODE to Death and Rebirth
    java.lang.NullPointerException
    at muCkk.DeathAndRebirth.listener.EListener.onEntityExplode(EListener.java:214)
    at org.bukkit.plugin.java.JavaPluginLoader$64.execute(JavaPluginLoader.java:691)
    at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:58)
    at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:338)
    at net.minecraft.server.Explosion.a(Explosion.java:196)
    at net.minecraft.server.World.createExplosion(World.java:1462)
    at net.minecraft.server.WorldServer.createExplosion(WorldServer.java:145)
    at org.bukkit.craftbukkit.CraftWorld.createExplosion(CraftWorld.java:420)
    at org.bukkit.craftbukkit.CraftWorld.createExplosion(CraftWorld.java:428)
    at com.iminurnetz.bukkit.plugin.armageddon.ArmageddonPlugin.explodeGrenade(ArmageddonPlugin.java:617)
    at com.iminurnetz.bukkit.plugin.armageddon.listeners.ArmageddonEntityListener.onProjectileHit(ArmageddonEntityListener.java:105)
    at org.bukkit.plugin.java.JavaPluginLoader$75.execute(JavaPluginLoader.java:768)
    at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:58)
    at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:338)
    at net.minecraft.server.EntitySnowball.s_(EntitySnowball.java:153)
    at net.minecraft.server.World.entityJoinedWorld(World.java:1193)
    at net.minecraft.server.WorldServer.entityJoinedWorld(WorldServer.java:48)
    at net.minecraft.server.World.playerJoinedWorld(World.java:1175)
    at net.minecraft.server.World.cleanUp(World.java:1090)
    at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:460)
    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:374)
    at net.minecraft.server.ThreadServerApplication.run(SourceFile:417)


    So I assume that means Death & rebirth does not recognize the event "entity_explode" given by your plugin, and I don't know if its something that you only can fix? :)
    If so, it would be soooooo awesome that you fix it please :p

    Thanks a lot for listening :)
     
  12. Offline

    sunkid

    The error indicates an issue with Death & Rebirth. I am using Bukkit API methods that are apparently not fully supported by that plugin. You might want to notify the author of Death & Rebirth about these errors.

    Glad you like Armageddon :D
     
  13. Offline

    Derpkraft

    Hello, Great plugin, only concern I have, is from users asking if their explosions upon firing the gun can be toggled on/off or just not be so distracting, can't see npcs when firing.

    Again, Awesome plugin, any chance on other weapons in the future? :p
     
  14. Offline

    sunkid

    @1337n35 & @Derpkraft : I definitely need to address that. It is quite annoying!
     
  15. Offline

    Exxter

    hi there,
    is there a command to en- and disable the functionality of this plugin?


    and i get some errors:


    Code:
    20:32:04 [SCHWERWIEGEND] Could not pass event PLAYER_INTERACT to Armageddon
    java.lang.IllegalStateException: Start block missed in BlockIterator
            at org.bukkit.util.BlockIterator.<init>(BlockIterator.java:170)
            at org.bukkit.util.BlockIterator.<init>(BlockIterator.java:257)
            at org.bukkit.util.BlockIterator.<init>(BlockIterator.java:292)
            at org.bukkit.craftbukkit.entity.CraftLivingEntity.getLineOfSight(CraftLivingEntity.java:94)
            at org.bukkit.craftbukkit.entity.CraftLivingEntity.getLastTwoTargetBlocks(CraftLivingEntity.java:125)
            at com.iminurnetz.bukkit.plugin.armageddon.listeners.ArmageddonPlayerListener.onPlayerInteract(ArmageddonPlayerListener.java:100)
            at org.bukkit.plugin.java.JavaPluginLoader$11.execute(JavaPluginLoader.java:314)
            at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:58)
            at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:338)
            at org.bukkit.craftbukkit.event.CraftEventFactory.callPlayerInteractEvent(CraftEventFactory.java:168)
            at org.bukkit.craftbukkit.event.CraftEventFactory.callPlayerInteractEvent(CraftEventFactory.java:139)
            at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:824)
            at net.minecraft.server.Packet18ArmAnimation.a(SourceFile:36)
            at net.minecraft.server.NetworkManager.b(NetworkManager.java:226)
            at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:92)
            at net.minecraft.server.NetworkListenThread.a(SourceFile:108)
            at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:464)
            at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:374)
            at net.minecraft.server.ThreadServerApplication.run(SourceFile:417)
    

    Bukkit version 1185
     
  16. Offline

    MxRacer100

    um so idk if this is just me or not but i love this plugin along with the commmand /nuke (only when it works). Basically for me it doesnt explode for about 80% of the time...some days it will do its normal explode, break the ground, and fix it like normal but most it never even explodes. Is This just me or is there a config ineed or is it a bug?
     
  17. Offline

    sunkid

    There is no in-game toggle for the plugin's guns and grenades functionality, unfortunately. If there is sufficient interest, I may add this though. What would it be used for? (Other than the obvious, of course)

    As for the error, this seems to happen sporadically when calling one of Bukkit's API functions. There is not much I can do about it, but it is Mostly Harmless!
     
  18. Offline

    Jäsef

    could you add PeermissionsEX support? :D
     
  19. Offline

    Exxter

    I want to change the item for explosives grenades to eggs and I do not want to accidentally someone shot eggs and destroy something.. Previously I had the plugin "EggGrenades".

    Ok, thanx :)
     
  20. Offline

    sunkid

    Done! You only need to update BaseBukkitPlugin.jar! Let me know how it works, I have only done cursory testing and I know that I currently don't support membership in multiple groups fully.
     
  21. Offline

    Jäsef

    thanks! it works perfectly! :D
     
  22. Offline

    roly

    Hello,

    getting this SEVERE line.. can you change it to WARNING if it is not serious.

    Code:
    2011-10-02 15:09:15 [SEVERE] [Armageddon 2.4] Unknown material 'disable-joke' - IGNORED!
     
  23. Offline

    sunkid

    This will disappear in the next release. Nothing to worry about!
     
  24. Offline

    sunkid

    I just released a minor version (2.4.1) that addresses this issue.
     
  25. Offline

    Tolerance

    Recommending a "Spoiler" to the configuration, or video. Could clean up the post a bit more, other than that, I like it.
     
  26. Offline

    toshir0z

    Lol GREIFERS NUKE MY HOUSE BUT HOW!
     
  27. Offline

    roly

    hello

    got another error . can you change to WARNING

    Code:
    2011-10-05 18:26:17 [SEVERE] [Armageddon 2.4.1] Unknown grenade type 'null'; IGNORED!
     
  28. Offline

    sunkid

    Can you please post your config.yml file. I suspect that the problem is in it.
     
  29. Offline

    gdog

    hey do u know what people mean by change config files
     
  30. Offline

    kahlilnc

    Probably delete your old one.
     
  31. Offline

    sunkid

    That would work if you had not made any changes. In general, you would want to compare config.yml and config-new.yml and then just move over any new configuration parameters.
     
Thread Status:
Not open for further replies.

Share This Page