Advertisement
Guest User

AUTORANK VOLTZ NEED HELP!!!

a guest
May 9th, 2015
221
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.82 KB | None | 0 0
  1. IF YOU KNOW MY ERROR HERE THEN PLEASE CONTACT ME ON SKYPE: stobbzy12, THIS IS FOR AUTORANK FOR A VOLTZ SERVER!!
  2.  
  3. 2015-05-09 18:03:01 [SEVERE] org.apache.commons.lang.UnhandledException: Plugin Autorank v3.5.1 generated an exception while executing task 230
  4. at org.bukkit.craftbukkit.v1_5_R3.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:56)
  5. at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
  6. at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
  7. at java.lang.Thread.run(Thread.java:745)
  8. Caused by: java.lang.NoSuchMethodError: org.bukkit.Server.getOnlinePlayers()Ljava/util/Collection;
  9. at me.armar.plugins.autorank.playtimes.PlaytimesUpdate.updateMinutesPlayed(PlaytimesUpdate.java:68)
  10. at me.armar.plugins.autorank.playtimes.PlaytimesUpdate.run(PlaytimesUpdate.java:30)
  11. at org.bukkit.craftbukkit.v1_5_R3.scheduler.CraftTask.run(CraftTask.java:58)
  12. at org.bukkit.craftbukkit.v1_5_R3.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:53)
  13. ... 3 more
  14.  
  15.  
  16.  
  17.  
  18. ALSO THIS IS MY SETUP FOR ADV CONFIG:
  19. # #
  20. # Autorank 2 Advanced Config #
  21. # #
  22. # Please use the SimpleConfig unless you know what you are doing and #
  23. # need functionality that the SimpleConfig doesn't provide. #
  24. # #
  25. #############################################################################
  26.  
  27. ranks:
  28. Default:
  29. requirements:
  30. time:
  31. value: 1m
  32. results:
  33. rank change: Default;Power
  34. command: 'say &p just got a promotion; broadcast &p has just been promoted to Power!'
  35. message: 'Congratulations, you are now in the group Power!.'
  36. Power:
  37. requirements:
  38. time:
  39. value: 3h
  40. results:
  41. rank change: Power;Watt
  42. command: 'say &p has just been promoted to Watt!'
  43. message: 'Congratulations, you are now a Watt.'
  44. Watt:
  45. requirements:
  46. time:
  47. value: 4h
  48. results:
  49. rank change: Watt;Amp
  50. command: 'say &p has just been promoted to Amp!'
  51. message: 'Congratulations, you are now an Amp!.'
  52. Amp:
  53. requirements:
  54. time:
  55. value: 6h
  56. results:
  57. rank change: Amp;Mega-Watt
  58. command: 'say &p has just been promoted to Mega-Watt!'
  59. message: 'Congratulations, you are now an Mega-Watt!.'
  60. # new requirements and results can be added by other plugins that hook into the Autorank API
  61. # these are the ones that are included in the main plugin:
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement