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

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

  1. Offline

    sinancem3

    Man this is such a cool pugin but I really need a variation of different ammo.
    Im making a server a 0 gravity warmap and I use these guns BUT I need to make somekind of a hook that will mkake you move fast. I cant use snowballs because I have a plugin to give you thrust when you shoot a snowball and the normal gun would just push me far too... But I only want the HOOK GUN to push me so can you PLEASE add like a configurable egg/snowball choisng thing for each gun and just give the eggs the same properties like speed and distance... This would really help me PLEASE add something like that it is really important for me! Thanks :)
     
  2. Offline

    Nicoiscool12

    whene i start my server i get a error i know what it means but do you have a older of this plugin for download i have bukkit versions 1.4.7-R0.1
     
  3. Offline

    Untoldstories

    Ok I have a problem with the plugin But I Don't know what it is, Can anyone tell me what it is?
    Starting minecraft server version 1.4.7
    2013-03-03 17:00:20 [INFO] Loading properties
    2013-03-03 17:00:20 [INFO] Default game type: SURVIVAL
    2013-03-03 17:00:20 [INFO] Generating keypair
    2013-03-03 17:00:20 [INFO] Starting Minecraft server on 25.6.205.43:25565
    2013-03-03 17:00:20 [INFO] This server is running CraftBukkit version git-Bukkit-1.4.7-R1.0-b2624jnks (MC: 1.4.7) (Implementing API version 1.4.7-R1.0)
    2013-03-03 17:00:20 [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.java:184)
    at org.bukkit.plugin.SimplePluginManager.loadPlugin(SimplePluginManager.java:305)
    at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager.java:230)
    at org.bukkit.craftbukkit.v1_4_R1.CraftServer.loadPlugins(CraftServer.java:239)
    at org.bukkit.craftbukkit.v1_4_R1.CraftServer.<init>(CraftServer.java:217)
    at net.minecraft.server.v1_4_R1.PlayerList.<init>(PlayerList.java:55)
    at net.minecraft.server.v1_4_R1.DedicatedPlayerList.<init>(SourceFile:11)
    at net.minecraft.server.v1_4_R1.DedicatedServer.init(DedicatedServer.java:104)
    at net.minecraft.server.v1_4_R1.MinecraftServer.run(MinecraftServer.java:399)
    at net.minecraft.server.v1_4_R1.ThreadServerApplication.run(SourceFile:849)
    Caused by: java.lang.UnsupportedClassVersionError: com/orange451/PVPGun/main : Unsupported major.minor version 51.0
    at java.lang.ClassLoader.defineClass1(Native Method)
    at java.lang.ClassLoader.defineClassCond(Unknown Source)
    at java.lang.ClassLoader.defineClass(Unknown Source)
    at java.security.SecureClassLoader.defineClass(Unknown Source)
    at java.net.URLClassLoader.defineClass(Unknown Source)
    at java.net.URLClassLoader.access$000(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.findClass0(PluginClassLoader.java:80)
    at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:53)
    at java.lang.ClassLoader.loadClass(Unknown Source)
    at java.lang.ClassLoader.loadClass(Unknown Source)
    at java.lang.Class.forName0(Native Method)
    at java.lang.Class.forName(Unknown Source)
    at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:173)
    ... 9 more
    I don't have anyother plugin installed
    If you find what it is tell me and Thank you for your time :)
     
  4. Offline

    DaderaKiller

    I got a error report in terminal it was:
    2013-03-03 18:34:15 [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
    Caused by: java.lang.UnsupportedClassVersionError: com/orange451/PVPGun/main : Unsupported major.minor version 51.0
    Could you please help
     
  5. Offline

    orange451

    Update your servers java.

    Update your servers java.
     
  6. Offline

    DaderaKiller

    did still I got the same thing and I have plugman and when I load it through there it says File exist but not a plugin file
     
  7. Offline

    orange451

    "Unsupported major.minor version 51.0
    Caused by: java.lang.UnsupportedClassVersionError: com/orange451/PVPGun/main : Unsupported major.minor version 51.0"
    Means that your server is running an out dated version of Java.
     
  8. Offline

    Silaske

    Doesen't work :( I keep getting this error:

    Code:
    11:11:39 [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.java:184)
        at org.bukkit.plugin.SimplePluginManager.loadPlugin(SimplePluginManager.java:305)
        at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager.java:230)
        at org.bukkit.craftbukkit.v1_4_R1.CraftServer.loadPlugins(CraftServer.java:239)
        at org.bukkit.craftbukkit.v1_4_R1.CraftServer.reload(CraftServer.java:594)
        at org.bukkit.Bukkit.reload(Bukkit.java:184)
        at org.bukkit.command.defaults.ReloadCommand.execute(ReloadCommand.java:23)
        at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:186)
        at org.bukkit.craftbukkit.v1_4_R1.CraftServer.dispatchCommand(CraftServer.java:514)
        at org.bukkit.craftbukkit.v1_4_R1.CraftServer.dispatchServerCommand(CraftServer.java:506)
        at net.minecraft.server.v1_4_R1.DedicatedServer.al(DedicatedServer.java:260)
        at net.minecraft.server.v1_4_R1.DedicatedServer.r(DedicatedServer.java:225)
        at net.minecraft.server.v1_4_R1.MinecraftServer.q(MinecraftServer.java:494)
        at net.minecraft.server.v1_4_R1.MinecraftServer.run(MinecraftServer.java:427)
        at net.minecraft.server.v1_4_R1.ThreadServerApplication.run(SourceFile:849)
    Caused by: java.lang.UnsupportedClassVersionError: com/orange451/PVPGun/main : Unsupported major.minor version 51.0
        at java.lang.ClassLoader.defineClass1(Native Method)
        at java.lang.ClassLoader.defineClassCond(ClassLoader.java:631)
        at java.lang.ClassLoader.defineClass(ClassLoader.java:615)
        at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:141)
        at java.net.URLClassLoader.defineClass(URLClassLoader.java:283)
        at java.net.URLClassLoader.access$000(URLClassLoader.java:58)
        at java.net.URLClassLoader$1.run(URLClassLoader.java:197)
        at java.security.AccessController.doPrivileged(Native Method)
        at java.net.URLClassLoader.findClass(URLClassLoader.java:190)
        at org.bukkit.plugin.java.PluginClassLoader.findClass0(PluginClassLoader.java:80)
        at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:53)
        at java.lang.ClassLoader.loadClass(ClassLoader.java:306)
        at java.lang.ClassLoader.loadClass(ClassLoader.java:247)
        at java.lang.Class.forName0(Native Method)
        at java.lang.Class.forName(Class.java:249)
        at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:173)
        ... 14 more
    
    Can someone pleas help me?
     
  9. Offline

    tj3651

    i'm not making a call of duty copy....i just want a these features added in so my friends can call my server ''worth playing on'' becuase they say that the guns are boring as they are now :( but its ok if you don't want to do it then.I'll just try to learn how to make plugins myself and hopefully make something that can suit my server most....and thanks for making the plugin(s) :3
     
  10. Offline

    w00tmast3r

  11. Offline

    eamon12

    This looks kewl I'ma try it out~ :3
     
  12. Offline

    orange451

  13. Offline

    eamon12

    you posted this thread on the 23rd, he posted tha on the 21st, so it's possible it could have been his own : p, or Idk I didn't read all the posts :_:
     
  14. Offline

    orange451

    The code where the player actually fires the bullet is identical to mine.
    I also posted this thread on the 23rd of LAST year.
     
    eamon12 likes this.
  15. Offline

    eamon12

    oh LOL, i'm so shtupid <__<
    Sorry xD
     
  16. Offline

    orange451

    So I spent the last two hours completely recoding PVPGun. your old guns most likely wont work (I redid the configuration options). The plugin as a whole is much cleaner now :)
    Enjoy the new features as well!
    • customizable projectile types (egg, snowball, arrow)
    • Customizable Sounds
    • Customizable out of ammo message
    • More grenade types (Molotov, frag, flash)
    • Being able to aim in with weapons
    • different accuracies when aimed in, or not aimed in
    • renameable guns
     
  17. Offline

    DirkMan

    Lol. Everyone's trying to copy CrackShot, now. :p

    ...that's it? CrackShot was COMPLETELY different to PvPGun (before you turned it into PvPGunPlus and added similar features to CrackShot, that is), and has tons more features. It uses a similar/identical way of firing a projectile (how hard can that be?), and you're making such a big fuss about it? :eek:
     
  18. Offline

    orange451

    Not quite. Every feature I just added (with the exception to the changeable projectiles) has been available on my MCWar server since November. I just simply rewrote my plugin to be more efficient.

    Stealing code is stealing code. Regardless of how much it is. The way the projectile fires actually uses somewhat complex math where you take the direction of the player and turn it into a vector by using cos, sine, and radians, and manipulate each vector direction by a random amount to simulate accuracy. To be honest, that little bit of code was the most complex part of the entire plugin, the rest of it is really lowlevel programming.
    I have spoken to the creator of CrackShot, and we talked about all of this.
     
  19. Offline

    Dragon_47

    Wheres the download link?
     
  20. Offline

    orange451

    It's been moved to bukkitdev :)
     
  21. Offline

    Dragon_47

    found it :D
     
  22. Offline

    binxce

    There's no download link on bukkit dev :'(
     
  23. Offline

    orange451

    Yes there is. Click the files tab.
    I will also be adding a link to the new version in the forum post, because Bukkit dev is horrible at accepting new files (it takes almost 24 hours every time for me).
     
  24. Offline

    DaderaKiller

    Still nothing I updated my java
     
  25. Offline

    orange451

    Then you are not at the newest version of Java.
     
  26. Offline

    FInalaoh

    I take back what I said..

    Orange451 has continued to prove me wrong, and released another WONDERFUL plugin.. or version. not sure how to classify this. I use this on my war server and it is one of the main reasons I average 50 players. Kudos to Orange and his awesome java skills. I highly reccomend this plugin.
     
  27. Offline

    orange451

    Not really sure why this was moved to the inactive plugins list...
     
  28. Offline

    Nicoiscool12

    is this for 1.5.1R0.1 if its not can i have a download for that version?
     
  29. Offline

    AFlyingquacker9

    Can you use these guns against people too?
     
  30. Offline

    orange451

    Yes, you can :)
     

Share This Page