Advertisement
Guest User

Kilo

a guest
Feb 26th, 2011
139
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.48 KB | None | 0 0
  1. The Error
  2.  
  3. java.lang.NoSuchMethodError: org.anjocaido.groupmanager.GroupManager.getHandler()Lorg/anjocaido/groupmanager/AnjoPermissionsHandler;
  4. at net.TheDgtl.iChat.iChat.getPrefix(iChat.java:210)
  5. at net.TheDgtl.iChat.playerListener.onPlayerChat(playerListener.java:21)
  6. at org.bukkit.plugin.java.JavaPluginLoader$7.execute(JavaPluginLoader.java:155)
  7. at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:59)
  8. at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:225)
  9. at net.minecraft.server.NetServerHandler.chat(NetServerHandler.java:618)
  10. at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:606)
  11. at net.minecraft.server.Packet3Chat.a(SourceFile:24)
  12. at net.minecraft.server.NetworkManager.a(SourceFile:230)
  13. at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:75)
  14. at net.minecraft.server.NetworkListenThread.a(SourceFile:100)
  15. at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:357)
  16. at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:272)
  17. at net.minecraft.server.ThreadServerApplication.run(SourceFile:366)
  18. 2011-02-26 09:48:51 [INFO] <KiloWhiskey> test
  19.  
  20. iChat Config
  21.  
  22. censor-list: []
  23. censor-color: '&f'
  24. message-format: '[+prefix+name+suffix: +message'
  25. censor-char: '*'
  26. censor-string-color: '&f'
  27. censor-colored: false
  28.  
  29. GroupManager Config
  30.  
  31. groups:
  32. Default:
  33. default: true
  34. permissions: [essentials.afk, essentials.compass, essentials.depth, essentials.getpos,
  35. essentials.home, essentials.list, essentials.mail, essentials.mail.send, essentials.msg,
  36. essentials.ping, essentials.sethome, essentials.spawn, essentials.whois, mcdocs.*,
  37. SpawnControl.home.basic, SpawnControl.sethome.basic, SpawnControl.spawn.use]
  38. inheritance: []
  39. info: {prefix: '&7', build: false, suffix: '&f'}
  40. VIP:
  41. default: false
  42. permissions: [essentials.kick, essentials.tp, essentials.tphere, essentials.tppos,
  43. magiccarpet.mc]
  44. inheritance: [builder]
  45. info: {prefix: '&2', build: true, suffix: '&f'}
  46. Mod:
  47. default: false
  48. permissions: [/god, /godother, /heal, /healother, /slay, bb.admin.*, essentials.back,
  49. essentials.bigtree, essentials.broadcast, essentials.delwarp, essentials.essentials,
  50. essentials.jump, essentials.kickall, essentials.modgrp, essentials.nick, essentials.setwarp,
  51. essentials.time, essentials.top, essentials.tp, essentials.tphere, essentials.tree,
  52. essentials.unban, groupmanager.mangadd, groupmanager.manuadd, lwc.mod, mywarp.warp.basic.createprivate,
  53. mywarp.warp.basic.createpublic, mywarp.warp.basic.delete, mywarp.warp.basic.welcome,
  54. tombstone.freechest]
  55. inheritance: [mit]
  56. info: {prefix: '&4', build: true, suffix: '&f'}
  57. Builder:
  58. default: false
  59. permissions: [/stack, essentials.portal, essentials.warp, essentials.world, lwc.protect,
  60. mywarp.warp.basic.list, mywarp.warp.basic.warp, tombstone.freesign, tombstone.large,
  61. tombstone.lwc, tombstone.sign, tombstone.use]
  62. inheritance: [default]
  63. info: {prefix: '&b', build: true, suffix: '&f'}
  64. MIT:
  65. default: false
  66. permissions: [essentials.ban, essentials.kill, essentials.setwarp, essentials.top]
  67. inheritance: [vip]
  68. info: {prefix: '&5', build: true, suffix: '&f'}
  69. Admin:
  70. default: false
  71. permissions: ['*']
  72. inheritance: [mod]
  73. info: {prefix: '&6', build: true, suffix: '&f'}
  74. plugin:
  75. permissions: {system: default}
  76. users:
  77. kilowhiskey:
  78. permissions: []
  79. group: Admin
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement