Inactive [MECH/FUN] Grenades+ v1.1- Kill Like Creepers![SPOUT][1.3.1-R1.0]

Discussion in 'Inactive/Unsupported Plugins' started by atlan1, Mar 1, 2012.

  1. Offline

    sfcpfc

    Cool plugin. I have a sugestion: add a proximity trigger, for claymores.
     
  2. Offline

    atlan1

    That's basically the shock trigger.
    And btw, I will release Grenades+ confirmed this weekend!
     
  3. Offline

    McRPGRaid

    This only works for Spout?
     
  4. Offline

    atlan1

    Yea. You need the Spoutcraft Launcher aswell to see the explosives.

     
  5. Offline

    quietshift

    I tried to use this but it didn't download correctly, I got the java part but no folder comes after I started the server.
     
  6. Offline

    atlan1

    You also downloaded API+ and SpoutPlugin?
     
  7. Offline

    gunblast

    atlan1

    WOOT! I was waiting all day for the moderation staff at Bukkitdev to accept your submission, and then i found this here! Time to test!
     
  8. Offline

    quietshift

    how do i download those?
     
  9. Offline

    atlan1

    I have really no idea why they don't accept it. But hey, who cares! You can download the Plugin nevertheless.
    Visit the BukkitDev page and go to the Installation & Configuration page. There you can find the links to them.
     
  10. Offline

    Le_truent

    awesome !!!!

    BukkitDev page is still "under moderation" :/
     
  11. Hi.
    It seems like Grenades+ have got trouble running with Citizens2.
    My console is spammed with those:

    19:19:32 [SEVERE] Could not pass event PlayerInteractEvent to GrenadesPlus
    org.bukkit.event.EventException
    at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.ja
    va:304)
    at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.jav
    a:62)
    at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.j
    ava:460)
    at org.bukkit.craftbukkit.event.CraftEventFactory.callPlayerInteractEven
    t(CraftEventFactory.java:177)
    at net.minecraft.server.BlockPressurePlate.g(BlockPressurePlate.java:113
    )
    at net.minecraft.server.BlockPressurePlate.a(BlockPressurePlate.java:75)

    at org.getspout.spout.block.mcblock.CustomBlock.a(CustomBlock.java:421)
    at net.minecraft.server.Entity.move(Entity.java:708)
    at net.citizensnpcs.npc.entity.CitizensHumanNPC.update(CitizensHumanNPC.
    java:135)
    at net.citizensnpcs.npc.entity.EntityHumanNPC.F_(EntityHumanNPC.java:57)

    at net.minecraft.server.World.entityJoinedWorld(World.java:1262)
    at net.minecraft.server.WorldServer.entityJoinedWorld(WorldServer.java:1
    06)
    at net.minecraft.server.World.playerJoinedWorld(World.java:1244)
    at net.minecraft.server.World.tickEntities(World.java:1151)
    at net.minecraft.server.MinecraftServer.w(MinecraftServer.java:558)
    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:459)
    at net.minecraft.server.ThreadServerApplication.run(SourceFile:492)
    Caused by: java.lang.NullPointerException
    at team.GrenadesPlus.GrenadesPlusListener.onPlayerRightClickWithDetonato
    r(GrenadesPlusListener.java:56)
    at sun.reflect.GeneratedMethodAccessor30.invoke(Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
    at java.lang.reflect.Method.invoke(Unknown Source)
    at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.ja
    va:302)
    ... 16 more

    Can you help?
     
  12. Offline

    atlan1

    :/ I already talked to some mods but they said it is on their queue.
    Yes, this is probably one of Citizens bad sides: Editing almost all craftbukkits entity classes for their purposes.
    Thank you for this report, but it will take some time to figure out what's wrong here.
     
  13. That's OK, take your time. Thanks for everything.
     
  14. Offline

    cpzombie

    is there a place where people post there grenades? because i want to be able to copy and paste a ton of grenades in

    the BukkitDev page is never going to get out of "under moderation" so can you please post all the info on here? i want more than the basic grenade

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

    atlan1

    Not yet, but we will create a forum for that when the BukkitDev page gets approved. (It will soon, promised)
     
  16. Offline

    atlan1

    Finally the BukkitDev page got approved. You can now share your loadouts and the like.
     
  17. Offline

    cookiejunkie

    hey, when using the detonator on the c4 it takes loads of click to work, sometimes not even working at all. Am I doing something wrong?
     
  18. Offline

    atlan1

    Oh I forgot to explain how to use the detonator -.-
    Here a quick guide for you:
    • Place a explosive with "detonator" set as trigger
    • Right click on the explosive with the detonator to add it to the detonator's list
    • Shift+Right click with the detonator to explode all explosives you added in the configurable range of the detonator.
     
  19. Offline

    cookiejunkie

    ok thanks, I got as far as right clicking on the c4 but that was it
     
  20. Offline

    atlan1

    It should say then "C4 was assigned " or something like that. And then you shift+right click with the detonator to detonate the C4.
    And what was happening in your case?
     
  21. Offline

    cookiejunkie

    yes it did say that but I couldn't figure out hoe to make it go BOOM
     
  22. Offline

    atlan1

    That's weird. Normally shift+click should work. Nvm I've released a new version, perhaps this fixes your issues.
     
  23. Offline

    cookiejunkie

    ok shift click works
     
  24. Offline

    pokpok2006

    i don't want to break any blocks with grenade but kill people,how can i set?
     
  25. Offline

    AllStateNY

    Im getting this error when start my server up:

    15:10:32 [INFO] [GrenadesPlus] Enabling GrenadesPlus v1.1
    15:10:32 [SEVERE] Error occurred while enabling GrenadesPlus v1.1 (Is it up to d
    ate?)
    java.lang.NoClassDefFoundError: team/ApiPlus/Util/VersionChecker
    at team.GrenadesPlus.GrenadesPlus.onEnable(GrenadesPlus.java:94)
    at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:217)
    at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader
    .java:374)
    at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManage
    r.java:381)
    at org.bukkit.craftbukkit.CraftServer.loadPlugin(CraftServer.java:270)
    at org.bukkit.craftbukkit.CraftServer.enablePlugins(CraftServer.java:252
    )
    at net.minecraft.server.MinecraftServer.i(MinecraftServer.java:298)
    at net.minecraft.server.MinecraftServer.d(MinecraftServer.java:277)
    at net.minecraft.server.MinecraftServer.a(MinecraftServer.java:227)
    at net.minecraft.server.DedicatedServer.init(DedicatedServer.java:140)
    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:378)
    at net.minecraft.server.ThreadServerApplication.run(SourceFile:539)
    Caused by: java.lang.ClassNotFoundException: team.ApiPlus.Util.VersionChecker
    at java.net.URLClassLoader$1.run(Unknown Source)
    at java.net.URLClassLoader$1.run(Unknown Source)
    at java.security.AccessController.doPrivileged(Native Method)
    at java.net.URLClassLoader.findClass(Unknown Source)
    at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.
    java:44)
    at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.
    java:29)
    at java.lang.ClassLoader.loadClass(Unknown Source)
    at java.lang.ClassLoader.loadClass(Unknown Source)
    ... 12 more

    Thanks,
    AllStateNY
     
  26. Offline

    pokpok2006

    Is it support 1.4.6?
     

Share This Page