[MECH/FUN] Guns+ v1.8 - Guns, Guns, Guns Galore![SPOUT][1.4.7-R1.0]

Discussion in 'Archived: Plugin Releases' started by atlan1, Jan 31, 2012.

  1. Offline

    SirTyler

    post your config (preferably on pastebin.com or something similar). We will take a look at it.

    You will have to better explain this error as I do not know what the exact problem your encountering.
     
  2. Offline

    Pugli

    So.. i make a Showcase with a weapon, and somebody just go near to the shop (block) and he got automaticly the item why?
     
  3. Offline

    SirTyler

    It may have to do with Showcase and how they operate, some plugins may not support custom items or durability values.
     
  4. Offline

    Pugli

    but.... i was use RPG Essentials with custom items and its works!!! how about this plugin?
     
  5. Offline

    SirTyler

    As I said, I don't really understand why this error is happening, it may have an error with our stopping stacking but I will look into it when more information can be supplied.
     
  6. Offline

    atlan1

  7. Offline

    Pugli

    Thank you but.. how to i put this into my server? can you update the guns+ plugin to this configuration? and i just overwrite the old version
     
  8. Offline

    Typical_Name

    By the way, everything in the gunpacks is public domain, right? I've been using a few of the image and sound files from Atlan's pack for my own guns and it just occurred to me that I wasn't sure if it was legal...
     
  9. Offline

    Dartkitten

    Attached Files:

  10. Offline

    Dartkitten

    Well, the audio for the sniper is taken from CounterStrike I believe. So, I would assume it is but you might want to wait for someone else to comment back on that
     
  11. Offline

    SirTyler

    There are no rights or patents on any of it so I believe its up, need to hear from atlan though.
     
  12. Offline

    atlan1

    No just use them, I took all the textures and sounds out of other games and mods. I am not even sure if this was legal :p
     
  13. Offline

    Tako64

    Hi i was just wondering how to get the guns.(sorry i'm a noob)[creeper]
     
  14. Offline

    alecbh

    I have sounds for everything; I just redacted the URLs because I've spent hours making the sounds and textures, and I don't want someone else just grabbing them and claiming that they made them. Sound works just fine unless I hit an enemy, and then there's no sound or recoil.
     
  15. Offline

    SirTyler

    Strange bug, If anyone can reproduce this I will compare the two and see if we can find a fix.
     
  16. Offline

    Pugli

    same problem in my server.... plus! the showcase standalone still bugged...
     
  17. Offline

    SirTyler

    Please post your gun yml on the BukkitDev page, I will take a look and see if I can figure it out.
     
  18. Offline

    Pugli

    done
     
  19. Offline

    alecbh

    I also realized that it doesn't use any ammo if you hit your target; here's the error message I got:


    Code:
    2012-05-19 15:40:36 [SEVERE] Could not pass event PlayerInteractEvent to GunsPlus
    org.bukkit.event.EventException
        at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:303)
        at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62)
        at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:459)
        at org.bukkit.craftbukkit.event.CraftEventFactory.callPlayerInteractEvent(CraftEventFactory.java:177)
        at org.bukkit.craftbukkit.event.CraftEventFactory.callPlayerInteractEvent(CraftEventFactory.java:147)
        at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:605)
        at net.minecraft.server.Packet15Place.handle(SourceFile:39)
        at net.minecraft.server.NetworkManager.b(NetworkManager.java:229)
        at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:113)
        at org.getspout.spout.SpoutNetServerHandler.a(SpoutNetServerHandler.java:169)
        at net.minecraft.server.NetworkListenThread.a(NetworkListenThread.java:78)
        at net.minecraft.server.MinecraftServer.w(MinecraftServer.java:558)
        at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:450)
        at net.minecraft.server.ThreadServerApplication.run(SourceFile:492)
    Caused by: java.lang.IllegalArgumentException: effect type cannot be null
        at org.apache.commons.lang.Validate.notNull(Validate.java:203)
        at org.bukkit.potion.PotionEffect.<init>(PotionEffect.java:18)
        at team.GunsPlus.Util.GunUtils.performEffects(GunUtils.java:468)
        at team.GunsPlus.GunsPlusPlayer.fire(GunsPlusPlayer.java:163)
        at team.GunsPlus.GunsPlusListener.onPlayerInteract(GunsPlusListener.java:108)
        at sun.reflect.GeneratedMethodAccessor7.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.java:301)
        ... 13 more
    2012-05-19 15:42:08 [SEVERE] Could not pass event PlayerInteractEvent to GunsPlus
    org.bukkit.event.EventException
        at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:303)
        at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62)
        at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:459)
        at org.bukkit.craftbukkit.event.CraftEventFactory.callPlayerInteractEvent(CraftEventFactory.java:177)
        at org.bukkit.craftbukkit.event.CraftEventFactory.callPlayerInteractEvent(CraftEventFactory.java:147)
        at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:605)
        at net.minecraft.server.Packet15Place.handle(SourceFile:39)
        at net.minecraft.server.NetworkManager.b(NetworkManager.java:229)
        at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:113)
        at org.getspout.spout.SpoutNetServerHandler.a(SpoutNetServerHandler.java:169)
        at net.minecraft.server.NetworkListenThread.a(NetworkListenThread.java:78)
        at net.minecraft.server.MinecraftServer.w(MinecraftServer.java:558)
        at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:450)
        at net.minecraft.server.ThreadServerApplication.run(SourceFile:492)
    Caused by: java.lang.IllegalArgumentException: effect type cannot be null
        at org.apache.commons.lang.Validate.notNull(Validate.java:203)
        at org.bukkit.potion.PotionEffect.<init>(PotionEffect.java:18)
        at team.GunsPlus.Util.GunUtils.performEffects(GunUtils.java:468)
        at team.GunsPlus.GunsPlusPlayer.fire(GunsPlusPlayer.java:163)
        at team.GunsPlus.GunsPlusListener.onPlayerInteract(GunsPlusListener.java:108)
        at sun.reflect.GeneratedMethodAccessor7.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.java:301)
        ... 13 more
    2012-05-19 15:42:32 [SEVERE] Could not pass event PlayerInteractEvent to GunsPlus
    org.bukkit.event.EventException
        at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:303)
        at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62)
        at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:459)
        at org.bukkit.craftbukkit.event.CraftEventFactory.callPlayerInteractEvent(CraftEventFactory.java:177)
        at org.bukkit.craftbukkit.event.CraftEventFactory.callPlayerInteractEvent(CraftEventFactory.java:147)
        at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:605)
        at net.minecraft.server.Packet15Place.handle(SourceFile:39)
        at net.minecraft.server.NetworkManager.b(NetworkManager.java:229)
        at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:113)
        at org.getspout.spout.SpoutNetServerHandler.a(SpoutNetServerHandler.java:169)
        at net.minecraft.server.NetworkListenThread.a(NetworkListenThread.java:78)
        at net.minecraft.server.MinecraftServer.w(MinecraftServer.java:558)
        at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:450)
        at net.minecraft.server.ThreadServerApplication.run(SourceFile:492)
    Caused by: java.lang.IllegalArgumentException: effect type cannot be null
        at org.apache.commons.lang.Validate.notNull(Validate.java:203)
        at org.bukkit.potion.PotionEffect.<init>(PotionEffect.java:18)
        at team.GunsPlus.Util.GunUtils.performEffects(GunUtils.java:468)
        at team.GunsPlus.GunsPlusPlayer.fire(GunsPlusPlayer.java:163)
        at team.GunsPlus.GunsPlusListener.onPlayerInteract(GunsPlusListener.java:108)
        at sun.reflect.GeneratedMethodAccessor7.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.java:301)
        ... 13 more
    2012-05-19 15:42:35 [SEVERE] Could not pass event PlayerInteractEvent to GunsPlus
    org.bukkit.event.EventException
        at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:303)
        at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62)
        at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:459)
        at org.bukkit.craftbukkit.event.CraftEventFactory.callPlayerInteractEvent(CraftEventFactory.java:177)
        at org.bukkit.craftbukkit.event.CraftEventFactory.callPlayerInteractEvent(CraftEventFactory.java:147)
        at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:605)
        at net.minecraft.server.Packet15Place.handle(SourceFile:39)
        at net.minecraft.server.NetworkManager.b(NetworkManager.java:229)
        at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:113)
        at org.getspout.spout.SpoutNetServerHandler.a(SpoutNetServerHandler.java:169)
        at net.minecraft.server.NetworkListenThread.a(NetworkListenThread.java:78)
        at net.minecraft.server.MinecraftServer.w(MinecraftServer.java:558)
        at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:450)
        at net.minecraft.server.ThreadServerApplication.run(SourceFile:492)
    Caused by: java.lang.IllegalArgumentException: effect type cannot be null
        at org.apache.commons.lang.Validate.notNull(Validate.java:203)
        at org.bukkit.potion.PotionEffect.<init>(PotionEffect.java:18)
        at team.GunsPlus.Util.GunUtils.performEffects(GunUtils.java:468)
        at team.GunsPlus.GunsPlusPlayer.fire(GunsPlusPlayer.java:163)
        at team.GunsPlus.GunsPlusListener.onPlayerInteract(GunsPlusListener.java:108)
        at sun.reflect.GeneratedMethodAccessor7.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.java:301)
        ... 13 more
    2012-05-19 15:42:36 [SEVERE] Could not pass event PlayerInteractEvent to GunsPlus
    org.bukkit.event.EventException
        at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:303)
        at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62)
        at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:459)
        at org.bukkit.craftbukkit.event.CraftEventFactory.callPlayerInteractEvent(CraftEventFactory.java:177)
        at org.bukkit.craftbukkit.event.CraftEventFactory.callPlayerInteractEvent(CraftEventFactory.java:147)
        at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:605)
        at net.minecraft.server.Packet15Place.handle(SourceFile:39)
        at net.minecraft.server.NetworkManager.b(NetworkManager.java:229)
        at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:113)
        at org.getspout.spout.SpoutNetServerHandler.a(SpoutNetServerHandler.java:169)
        at net.minecraft.server.NetworkListenThread.a(NetworkListenThread.java:78)
        at net.minecraft.server.MinecraftServer.w(MinecraftServer.java:558)
        at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:450)
        at net.minecraft.server.ThreadServerApplication.run(SourceFile:492)
    Caused by: java.lang.IllegalArgumentException: effect type cannot be null
        at org.apache.commons.lang.Validate.notNull(Validate.java:203)
        at org.bukkit.potion.PotionEffect.<init>(PotionEffect.java:18)
        at team.GunsPlus.Util.GunUtils.performEffects(GunUtils.java:468)
        at team.GunsPlus.GunsPlusPlayer.fire(GunsPlusPlayer.java:163)
        at team.GunsPlus.GunsPlusListener.onPlayerInteract(GunsPlusListener.java:108)
        at sun.reflect.GeneratedMethodAccessor7.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.java:301)
        ... 13 more
     
  20. Offline

    SirTyler

    Ah, seems you have no effects on your gun so it is having problems.
     
  21. Offline

    alecbh

    Aha. Added the default effects from the sniper rifle and they work. Thanks!
     
  22. Offline

    Dartkitten

  23. Offline

    SirTyler

    Ive been trying to figure out several of the bugs, so far I have not figured out this one.
     
  24. Offline

    Typical_Name

    Actually just putting a '' (double ', not a quotation mark) in the zoom texture node has always worked for me.


    Anyways, I have one of my guns set to launch a fire charge, but it only rarely starts a fire (like maybe 2 or 3 fires for an entire stack of ammo expended, if that). Do fire charges just not work very well, or is something wrong with the gun?



    Btw, when are bayonets and grenades coming out? I be looking forward to them.
     
  25. Offline

    SirTyler

    It may be something with the fire charges as I do not know of anything in our code that would prevent the fire from starting, test the charges with other projectile launchers (plugin or otherwise).

    As for bayonets and grenades, they are coming soon. Atlan is starting on Grenades+ while I do some bug fixes and add in melee to Guns+.
     
  26. Offline

    Tako64

    Hey um how do I get these guns.Please help me guys:rolleyes:
     
  27. Offline

    Dartkitten

    I appreciate the trouble. My skype is Dartxi if you wish to speak further on about it.
     
  28. Offline

    huynh88

    I cant find the Ids for the guns or something is wrong with the war plugin. The Ids pop up on the loading screen like 318:1040 but when i put 1040 in the loadout the class wont load. Please Help
     
  29. Offline

    Typical_Name

    You're going to have to rephrase the question and increase clarity, I have no clue what you're trying to ask us.

    It's 318:1040, not just 1040. 1040 is the damage value, and 318 is the ID for flint, which is the base item for most Spoutplugin-based custom item plugins.
     
  30. Offline

    huynh88

    Everytime I do that on Notepad ++ the yml format always turns to regular when I add the : is it supposed to turn back to regular text?
     

Share This Page