[MECH/FUN] PVPGunPlus v1.0 - NOSPOUT - GunPack alternative [1.5.2]

Discussion in 'Archived: Plugin Releases' started by orange451, Feb 23, 2012.

  1. Offline

    sumusiko

    nope still doesn't work. come over the server if you can please and we test it :S 50.31.98.87:25568
     
  2. Offline

    andrikyuzva

    Okay i have a suggestion. Can you make it do when I shoot my machine gun it only shoots when I press button and does not when I am not pressing. Like a real life machine gun.
     
  3. Offline

    Enriaz

    Fixed the problem I was having, changed the reload times to whole numbers and it worked out fine.

    Great plugin, keep it up.
     
  4. Offline

    Icy_Storm973

    Orange,
    Did you fix the no damage bug?
     
  5. Offline

    Slend3rman

    Hey man, I just wanted to say this looks like an awesome plugin. But my weapons don't work. I have PEX, I have the Pvpgun folder in the plugins but theres nothing in there. Please Help me as soon as you can!!! :(
     
  6. Offline

    orcabot

    I would love this plugin on my server but it doesn't fire the gun, it just gives me a long error message on my server log. Do you have any idea why it won't work? Any help would help.
    I know that I don't have PEX, but ti is not out for 1.3.2 yet...
     
  7. Offline

    orange451

    I can't fix a bug that I have never actually seen happen.
    I can't recreate this "bug", the damage always works.

    it is out for 1.3.2, you probably need pex.

    Tell me what isn't working.
    Errors in the console?
    Did you install it correctly?
    did you even bother to reload/restart your server after putting the plugin in?

    Help me to help you.

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

    andrikyuzva

    Okay i have a suggestion. Can you make it so when I shoot my machine gun it only shoots when I press button and does not when I am not pressing. Like a real life machine gun.
    andrikyuzva (fix)
     
  9. Offline

    orange451

    No, because the left mouse button is ONLY triggered when it is first pressed, not while it is held.
    "real life" machine guns have a burst fire too, you know?
     
  10. Offline

    GumPopFTW

    Orange, can you add this plugin to work with GroupManger? Its a permissions plugin, it's from Essentials. PEX is too complicated for me ;(
     
  11. Offline

    alfalfa

    i have this PlayerInteractEvent thing too, useing the newest bukkit beta build of 1.3.2
    i couldnt find a permissionsex for 1.3.2, the latest on their dev page was 1.2.5 or somethin..
    i tried giving the nodes like "pvpgun.machinegun" to the permissions bukkit plugin, didnt work though
    can i mb get an older pvpgun build or somethin?

    btw, i tried this armageddons plugin from which u talked about in the description, cuz u said its better^^
    the guns of that armageddon are very annoying.. they make smoke when fireing in a way that u actually blind yourself.. also the reload is annoying and you cannot modify any of the guns... only the materials used
    from what i can see, ur plugin can configure all those things
    only the grenades of armageddon was as i expect them to be...
    please provide us a better alternative to armageddon :p
     
  12. Offline

    joehot2000

    [
    the damage always works for me too.
    currently i am finding no errors/floors with the plugin at all. it works perfectly and brilliantly.
    also do you NEED pex for the newer versions.

    ok. thank you.
    also, its actuelly a 1.1 version, if i recall correctly.

    i host it off a VPS, so i can dedicate all the RAM and CPU.

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

    andycyxu

    is the link on main page here #1 the newest version
    i use craftbukki 1.3.2 r0.1 #build2352 so i was just wondering if there is other link to most up to date version or do i just use link from First page
    thanks
     
  14. Offline

    jeltje

    how do make a full automatic
    when i have reload time o.50 it wont shoot is it a bug? i dont want a burst because you cant stop between shots
     
  15. Offline

    orange451

    Code:
    //FROM MAIN POST
    where i = Integer
    reloadTime=i
    
     
  16. Offline

    Ryan56k

    I got the updated version to work, however, when I set the permission to true in the gun's config it will not work even if the player has the correct node of 'pvpgun.pistol'. Also OP's cannot fire the guns if their permissions are set to true too. Also I'm using Groupmanager for my permissions plugin.
     
  17. Offline

    orange451

    From main post.
     
  18. Offline

    DrKley

    It dont work for me when i thy to shot i get this on console :
    Code:
    15:58:07 [GRAVE] Could not pass event PlayerInteractEvent to PVPGun
    org.bukkit.event.EventException
            at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.j
    va:332)
            at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.ja
    a:62)
            at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.
    ava:477)
            at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.
    ava:462)
            at org.bukkit.craftbukkit.event.CraftEventFactory.callPlayerInteractEve
    t(CraftEventFactory.java:177)
            at org.bukkit.craftbukkit.event.CraftEventFactory.callPlayerInteractEve
    t(CraftEventFactory.java:147)
            at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:619)
            at net.minecraft.server.Packet15Place.handle(SourceFile:58)
            at net.minecraft.server.NetworkManager.b(NetworkManager.java:276)
            at net.minecraft.server.NetServerHandler.d(NetServerHandler.java:109)
            at net.minecraft.server.ServerConnection.b(SourceFile:35)
            at net.minecraft.server.DedicatedServerConnection.b(SourceFile:30)
            at net.minecraft.server.MinecraftServer.q(MinecraftServer.java:581)
            at net.minecraft.server.DedicatedServer.q(DedicatedServer.java:212)
            at net.minecraft.server.MinecraftServer.p(MinecraftServer.java:474)
            at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:406)
            at net.minecraft.server.ThreadServerApplication.run(SourceFile:539)
    Caused by: java.lang.NoClassDefFoundError: ru/tehkode/permissions/bukkit/Permis
    ionsEx
            at com.orange451.PVPGun.PermissionInterface.checkPermission(PermissionI
    terface.java:11)
            at com.orange451.PVPGun.GunPlayer.fire(GunPlayer.java:83)
            at com.orange451.PVPGun.PluginPlayerListener.onPlayerInteract(PluginPla
    erListener.java:46)
            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.j
    va:330)
            ... 16 more
    >
     
  19. Offline

    Ryan56k

    Are you going to make it compatible with groupmanager too?
     
  20. Offline

    Freedom State

    *Cough is compatable with group manager, it works with me.
    Request: Be able to configure ammo names.
    When it says "this gun requires X" I want to replace X with a different name. So can you just set up another config that lets us do Xid = AmmoName? Or something like that?
     
  21. Offline

    FInalaoh

    1. 2012-09-27 14:41:52 [SEVERE] Could not pass event PlayerInteractEvent to PVPGun
    2. org.bukkit.event.EventException
    3. at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:332)
    4. at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62)
    5. at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:477)
    6. at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:462)
    7. at org.bukkit.craftbukkit.event.CraftEventFactory.callPlayerInteractEvent(CraftEventFactory.java:177)
    8. at org.bukkit.craftbukkit.event.CraftEventFactory.callPlayerInteractEvent(CraftEventFactory.java:147)
    9. at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:919)
    10. at net.minecraft.server.Packet18ArmAnimation.handle(SourceFile:41)
    11. at net.minecraft.server.NetworkManager.b(NetworkManager.java:276)
    12. at net.minecraft.server.NetServerHandler.d(NetServerHandler.java:109)
    13. at net.minecraft.server.ServerConnection.b(SourceFile:35)
    14. at net.minecraft.server.DedicatedServerConnection.b(SourceFile:30)
    15. at net.minecraft.server.MinecraftServer.q(MinecraftServer.java:578)
    16. at net.minecraft.server.DedicatedServer.q(DedicatedServer.java:213)
    17. at net.minecraft.server.MinecraftServer.p(MinecraftServer.java:474)
    18. at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:406)
    19. at net.minecraft.server.ThreadServerApplication.run(SourceFile:539)
    20. Caused by: java.lang.NoClassDefFoundError: ru/tehkode/permissions/bukkit/PermissionsEx
    21. at com.orange451.PVPGun.PermissionInterface.checkPermission(PermissionInterface.java:11)
    22. at com.orange451.PVPGun.GunPlayer.fire(GunPlayer.java:83)
    23. at com.orange451.PVPGun.PluginPlayerListener.onPlayerInteract(PluginPlayerListener.java:46)
    24. at sun.reflect.GeneratedMethodAccessor35.invoke(Unknown Source)
    25. at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
    26. at java.lang.reflect.Method.invoke(Unknown Source)
    27. at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:330)
    28. ... 16 more
    29. 2012-09-27 14:42:00 [INFO] f[6AutoMessagerf]: 7Make sure you use /sethome so you can
    30. 2012-09-27 14:42:00 [INFO] f/home at anytime

    I get this error everytime someomne trys to use a gun. help
     
  22. Offline

    spiritale

    Could you add a bullet that looks like fire and sets people on fire? I'm having trouble making a flamethrower.​
     
  23. Offline

    alfalfa

    when u have error in console when shooting, something with "Could not pass event PlayerInteractEvent to PVPGun"
    then go into the gun/projectile file and put needsPermission to false, fixed it for me


    someone knows how to fix the thing with the damage?
    my sniper with 24 damage actually makes 0- half a heart
    i think it confused the damage of an actual snowball with the weapon damage?
     
  24. Offline

    Anton8000

    Do you have to use PEX? I take it that is what this error is about:

    Code:
    2012-09-30 21:20:43 [SEVERE] Could not pass event PlayerInteractEvent to PVPGun
    org.bukkit.event.EventException
        at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:341)
        at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62)
        at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:477)
        at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:462)
        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:919)
        at net.minecraft.server.Packet18ArmAnimation.handle(SourceFile:41)
        at net.minecraft.server.NetworkManager.b(NetworkManager.java:282)
        at net.minecraft.server.NetServerHandler.d(NetServerHandler.java:109)
        at net.minecraft.server.ServerConnection.b(SourceFile:35)
        at net.minecraft.server.DedicatedServerConnection.b(SourceFile:30)
        at net.minecraft.server.MinecraftServer.q(MinecraftServer.java:577)
        at net.minecraft.server.DedicatedServer.q(DedicatedServer.java:213)
        at net.minecraft.server.MinecraftServer.p(MinecraftServer.java:473)
        at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:405)
        at net.minecraft.server.ThreadServerApplication.run(SourceFile:539)
    Caused by: java.lang.NoClassDefFoundError: ru/tehkode/permissions/bukkit/PermissionsEx
        at com.orange451.PVPGun.PermissionInterface.checkPermission(PermissionInterface.java:11)
        at com.orange451.PVPGun.GunPlayer.fire(GunPlayer.java:83)
        at com.orange451.PVPGun.PluginPlayerListener.onPlayerInteract(PluginPlayerListener.java:46)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at sun.reflect.NativeMethodAccessorImpl.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:339)
        ... 16 more
    Caused by: java.lang.ClassNotFoundException: ru.tehkode.permissions.bukkit.PermissionsEx
        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)
        ... 24 more
    Could you please make it compatible with Group Manager (http://dev.bukkit.org/server-mods/groupmanager/) because my server's all set up and ready to go with it.
    Thanks! :D

    [EDIT] The problem was with me not having PEX, but can you please make it compatible without PEX. Thanks!

    Smoke particles? You know when you fire a gun, it makes those smoke particles? How about if you throw [ITEM] then create a lot of Smoke Particles.

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

    Icy_Storm973

    Orange,
    i tested the pvpgun plugin for the 5 th time wit no plugins you need to fix the ([PVPGUN] ERROR DAMAGING ERRORS
    PLEASE FIX THE ERRORS have you ever thought that maybe the other plugins you have are working with pvpgun to fix the error? maybe thats why your not getting the error try testing the plugin without plugins!
     
  26. When I try to use the Frag Grenade alias Slimeball, I get this error:

    13:51:18 [SCHWERWIEGEND] Could not pass event PlayerInteractEvent to PVPGun
    org.bukkit.event.EventException
    at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:341)
    at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62)
    at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:477)
    at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:462)
    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:620)
    at net.minecraft.server.Packet15Place.handle(SourceFile:58)
    at net.minecraft.server.NetworkManager.b(NetworkManager.java:282)
    at net.minecraft.server.NetServerHandler.d(NetServerHandler.java:109)
    at net.minecraft.server.ServerConnection.b(SourceFile:35)
    at net.minecraft.server.DedicatedServerConnection.b(SourceFile:30)
    at net.minecraft.server.MinecraftServer.q(MinecraftServer.java:577)
    at net.minecraft.server.DedicatedServer.q(DedicatedServer.java:213)
    at net.minecraft.server.MinecraftServer.p(MinecraftServer.java:473)
    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:405)
    at net.minecraft.server.ThreadServerApplication.run(SourceFile:539)
    Caused by: java.lang.NoClassDefFoundError: ru/tehkode/permissions/bukkit/PermissionsEx
    at com.orange451.PVPGun.PermissionInterface.checkPermission(PermissionInterface.java:11)
    at com.orange451.PVPGun.GunPlayer.fire(GunPlayer.java:83)
    at com.orange451.PVPGun.PluginPlayerListener.onPlayerInteract(PluginPlayerListener.java:46)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:597)
    at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:339)
    ... 16 more
    >
     
  27. Offline

    orange451

    I do test it by itself, and I've never had that.
    Are you using grenades/any other projectiles? I've heard that they are what cause the error (yet I fail to recreate it).
    Once I figure out the issue though, I will fix it :)

    I don't think they would be enough to completely cover a large area in smoke :(

    "Caused by: java.lang.NoClassDefFoundError: ru/tehkode/permissions/bukkit/PermissionsEx"
    That's an error about not having pex.

    ----------------------
    I just released a new update to the plugin. With this update, it will default to op (if permissions are enabled) if it cannot find PEX. :)
    also, if you add "rightclickfire=true" to a gun config, you can right click to fire it! :)
     
  28. Offline

    fussionzz97

    Running RB 1.3.2-R1.0

    Code:
    17:01:40 [SEVERE] Could not load 'plugins\pvpgun.jar' in folder 'plugins'
    org.bukkit.plugin.InvalidPluginException: java.lang.UnsupportedClassVersionError
    : com/orange451/PVPGun/main : Unsupported major.minor version 51.0
            at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.j
    ava:154)
            at org.bukkit.plugin.SimplePluginManager.loadPlugin(SimplePluginManager.
    java:305)
            at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager
    .java:230)
            at org.bukkit.craftbukkit.CraftServer.loadPlugins(CraftServer.java:223)
            at org.bukkit.craftbukkit.CraftServer.<init>(CraftServer.java:199)
            at net.minecraft.server.ServerConfigurationManagerAbstract.<init>(Server
    ConfigurationManagerAbstract.java:50)
            at net.minecraft.server.ServerConfigurationManager.<init>(SourceFile:11)
     
            at net.minecraft.server.DedicatedServer.init(DedicatedServer.java:105)
            at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:377)
            at net.minecraft.server.ThreadServerApplication.run(SourceFile:539)
    Caused by: java.lang.UnsupportedClassVersionError: com/orange451/PVPGun/main : U
    nsupported major.minor version 51.0
            at java.lang.ClassLoader.defineClass1(Native Method)
            at java.lang.ClassLoader.defineClass(ClassLoader.java:620)
            at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:12
    4)
            at java.net.URLClassLoader.defineClass(URLClassLoader.java:260)
            at java.net.URLClassLoader.access$000(URLClassLoader.java:56)
            at java.net.URLClassLoader$1.run(URLClassLoader.java:195)
            at java.security.AccessController.doPrivileged(Native Method)
            at java.net.URLClassLoader.findClass(URLClassLoader.java:188)
            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(ClassLoader.java:306)
            at java.lang.ClassLoader.loadClass(ClassLoader.java:251)
            at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:319)
            at java.lang.Class.forName0(Native Method)
            at java.lang.Class.forName(Class.java:247)
            at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.j
    ava:143)
            ... 9 more
     
    caleb s likes this.
  29. Offline

    alfalfa

    there is some timer on each bullet which makes the bullet fall not just after a certain distance but also after a certain time right? i am trying to make a gravity gun with very slow bullet speed but huge damage, it would be nice to change that timer

    also i still have the problem that they dont make damage against other players, they do that red hurt animation and the sound and knockback, but the hearts dont decrease
     
  30. Offline

    orange451

    Update your Java.
     
    caleb s likes this.

Share This Page