[MECH] PvpRankingSystem v3.0.0a - Have PvP ratings and rankings for players. [1317]

Discussion in 'Inactive/Unsupported Plugins' started by dannycrafts, Sep 8, 2011.

  1. Offline

    dannycrafts

    404
    This project doesn't exist anymore.
     
  2. Offline

    Shooty

    Works in 1240 ?

    Don't work on build 1240??

    java.lang.NoClassDefFoundError: com/dannycrafts/myTitles/Player$DoesntExistException
    at java.lang.Class.forName0(Native Method)
    at java.lang.Class.forName(Class.java:247)
    at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:168)
    at org.bukkit.plugin.SimplePluginManager.loadPlugin(SimplePluginManager.java:215)
    at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager.java:136)
    at org.bukkit.craftbukkit.CraftServer.loadPlugins(CraftServer.java:139)
    at org.bukkit.craftbukkit.CraftServer.<init>(CraftServer.java:104)
    at net.minecraft.server.ServerConfigurationManager.<init>(ServerConfigurationManager.java:52)
    at net.minecraft.server.MinecraftServer.init(MinecraftServer.java:136)
    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:348)
    at net.minecraft.server.ThreadServerApplication.run(SourceFile:417)
    Caused by: java.lang.ClassNotFoundException: com.dannycrafts.myTitles.Player$DoesntExistException
    at java.net.URLClassLoader$1.run(URLClassLoader.java:202)
    at java.security.AccessController.doPrivileged(Native Method)
    at java.net.URLClassLoader.findClass(URLClassLoader.java:190)
    at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:36)
    at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:24)
    at java.lang.ClassLoader.loadClass(ClassLoader.java:306)
    at java.lang.ClassLoader.loadClass(ClassLoader.java:247)
    ... 11 more

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

    dannycrafts

    The thing is, this plugin works on MyTitles 3, not 4. 3 is not available anymore but I'm working on a new version for PvpRankingSystem.
     
  4. Offline

    Shooty

    Ok thanks, because i really want to try it on my server ! :)

    When you think the new version was avaiable ?

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

    Shooty

    plz update
     
  6. Offline

    dannycrafts

    Hello,
    I've been working on it and I at the current state, it's mostly working. I will be rolling at the new beta probably tomorrow.
     
  7. Offline

    shanko

    I downloaded your new PVP ranking and cant get it to work, its in my plugins folder the craftbukkit ignores it completely
     
  8. Offline

    Deansk89

    Just so you Aware, Your plugin doesnt work.

    Im using standard Bukkit 1.8.1

    Fix this Problem.
    No config, anything loaded, as if your plugin isn't even working.

    Please Fix the Plugin, I saw it working on another server.
    Everyone was fighting for #1 Im #9!!! also can you state the commands in the plugin desc

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

    dannycrafts

    Which version are you using? It seems to work over here.
     
  10. Offline

    Brvtvs

    I am like all the other people who would like to see this work so I could use this awesome plugin, keep up the good work!
     
  11. Offline

    DekDaru

    There are no commands given :( How do I know what rank people are?
     
  12. Offline

    dannycrafts

    Found the problem, it doesn't create the plugin folder, so that's why it doesn't work. You can create the PvpRankingSystem folder in plugins, but I suggest you download the new version I'm about to upload :p.

    I'm working on it, will probably there sometime today.
     
  13. Offline

    shanko

    I downloaded your newest one, it doesnt want to work on my server, my titles works tho

    20.10 21:43:02 [Server] SEVERE Could not load 'plugins/PvpRankingSystem.jar' in folder 'plugins':

    Code:
    20.10 21:43:02 [Server] INFO     at java.lang.ClassLoader.loadClass(ClassLoader.java:356)
    20.10 21:43:02 [Server] INFO     at java.lang.ClassLoader.loadClass(ClassLoader.java:423)
    20.10 21:43:02 [Server] INFO     at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:24)
    20.10 21:43:02 [Server] INFO     at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:36)
    20.10 21:43:02 [Server] INFO     at java.net.URLClassLoader.findClass(URLClassLoader.java:354)
    20.10 21:43:02 [Server] INFO     at java.security.AccessController.doPrivileged(Native Method)
    20.10 21:43:02 [Server] INFO     at java.net.URLClassLoader$1.run(URLClassLoader.java:355)
    20.10 21:43:02 [Server] INFO     at java.net.URLClassLoader$1.run(URLClassLoader.java:366)
    20.10 21:43:02 [Server] INFO Caused by: java.lang.ClassNotFoundException: com.dannycrafts.myTitles.Variation$InvalidNameException
    20.10 21:43:02 [Server] INFO     at net.minecraft.server.ThreadServerApplication.run(SourceFile:417)
    20.10 21:43:02 [Server] INFO     at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:348)
    20.10 21:43:02 [Server] INFO     at net.minecraft.server.MinecraftServer.init(MinecraftServer.java:136)
    20.10 21:43:02 [Server] INFO     at net.minecraft.server.ServerConfigurationManager.<init>(ServerConfigurationManager.java:52)
    20.10 21:43:02 [Server] INFO     at org.bukkit.craftbukkit.CraftServer.<init>(CraftServer.java:112)
    20.10 21:43:02 [Server] INFO     at org.bukkit.craftbukkit.CraftServer.loadPlugins(CraftServer.java:136)
    20.10 21:43:02 [Server] INFO     at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager.java:136)
    20.10 21:43:02 [Server] INFO     at org.bukkit.plugin.SimplePluginManager.loadPlugin(SimplePluginManager.java:215)
    20.10 21:43:02 [Server] INFO     at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:170)
    20.10 21:43:02 [Server] INFO     at java.lang.Class.forName(Class.java:264)
    20.10 21:43:02 [Server] INFO     at java.lang.Class.forName0(Native Method)
    20.10 21:43:02 [Server] INFO java.lang.NoClassDefFoundError: com/dannycrafts/myTitles/Variation$InvalidNameException
    20.10 21:43:02 [Server] SEVERE Could not load 'plugins/PvpRankingSystem.jar' in folder 'plugins': 
     
  14. Offline

    dannycrafts

    Which version of MyTitles are you using?

    It seems that the dependencies MyTitles 4 and Register 1.5, aren't optional yet. It throws an error when they aren't availble.

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

    shanko

    I'm using the newest mytitles, I dont't have register 1.5 where do i get that?:

    Okay so I got register and it still doesn't work...

    I actually was able to get the plugin to work on my own server off my computer, but on my server using multicraft it wont work x.x

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

    dannycrafts

    What does it say?
     
  17. Offline

    PyPKjE

    PvpRankingSystem] Unexpected error occurred:

    2011-11-04 20:12:57 [SEVERE] java.io.IOException: No such file or directory
    2011-11-04 20:12:57 [SEVERE] at java.io.UnixFileSystem.createFileExclusively(Native Method)
    2011-11-04 20:12:57 [SEVERE] at java.io.File.createNewFile(File.java:883)
    2011-11-04 20:12:57 [SEVERE] at com.dannycrafts.pvpRankingSystem.database.Database.createFile(Database.java:67)
    2011-11-04 20:12:57 [SEVERE] at com.dannycrafts.pvpRankingSystem.database.Database.<init>(Database.java:26)
    2011-11-04 20:12:57 [SEVERE] at com.dannycrafts.pvpRankingSystem.Rankings.<init>(Rankings.java:45)
    2011-11-04 20:12:57 [SEVERE] at com.dannycrafts.pvpRankingSystem.Plugin.onLoad(Plugin.java:116)
    2011-11-04 20:12:57 [SEVERE] at org.bukkit.craftbukkit.CraftServer.loadPlugins(CraftServer.java:141)
    2011-11-04 20:12:57 [SEVERE] at org.bukkit.craftbukkit.CraftServer.<init>(CraftServer.java:114)
    2011-11-04 20:12:57 [SEVERE] at net.minecraft.server.ServerConfigurationManager.<init>(ServerConfigurationManager.java:52)
    2011-11-04 20:12:57 [SEVERE] at net.minecraft.server.MinecraftServer.init(MinecraftServer.java:136)
    2011-11-04 20:12:57 [SEVERE] at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:348)
    2011-11-04 20:12:57 [SEVERE] at net.minecraft.server.ThreadServerApplication.run(SourceFile:417)

    would be great pvp that information to protect the MySQL database, because I would like to display the web page statistics

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

    Squirzy

    MyTitles screwed up my PermissionsEx - In saying that I mean it screwed up chat, removed all prefixes and suffixes. Any way to fix that?
     
  19. Offline

    migsthegod

    hope this gets fixed. its too cool.

    may i suggest:
    1. killstreaks (announced server-wide)
    2. leaderboards (at least through signs?)
    :)
     
  20. Offline

    Yagman5000

    erm, im not allowed to access the BukkitDev page :/
     
  21. Offline

    legionk6

    Please make another download bro i need this with titles and stuff becuase im a pvp master and my server likes this idea
     

Share This Page