Advertisement
Guest User

general 1.9 permissions 1.2 CBbuild #115

a guest
Jan 21st, 2011
210
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.57 KB | None | 0 0
  1. 2011-01-21 23:54:23 [INFO] MIKUiqnw0 issued server command: tp Hef
  2. 2011-01-21 23:54:23 [INFO] Unknown console command. Type "help" for help.
  3. Jan 21, 2011 11:54:28 PM org.bukkit.plugin.SimplePluginManager callEvent
  4. SEVERE: Could not pass event PLAYER_COMMAND to General
  5. java.lang.NullPointerException
  6. at com.nijiko.permissions.Control.permission(Control.java:130)
  7. at com.nijikokun.bukkit.General.iListen.onPlayerCommand(iListen.java:410
  8. )
  9. at org.bukkit.plugin.java.JavaPluginLoader.callEvent(JavaPluginLoader.ja
  10. va:135)
  11. at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.j
  12. ava:201)
  13. at net.minecraft.server.NetServerHandler.c(NetServerHandler.java:547)
  14. at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:523)
  15. at net.minecraft.server.Packet3Chat.a(SourceFile:24)
  16. at net.minecraft.server.NetworkManager.a(SourceFile:232)
  17. at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:65)
  18. at net.minecraft.server.NetworkListenThread.a(SourceFile:104)
  19. at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:261)
  20. at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:197)
  21. at net.minecraft.server.ThreadServerApplication.run(SourceFile:512)
  22.  
  23. ------
  24.  
  25. # Supports "Default" and "GroupUsers"
  26. plugin:
  27. permissions:
  28. system: default
  29.  
  30. ##
  31. # Groups can contain inheritance.
  32. # To make a group inherit the permissions from another
  33. # group simply place the groups name in the "inheritance:"
  34. # field seperated by commas.
  35. #
  36. # Example: inheritance: Default,Admins,
  37. ##
  38. # All permissions including the asterisks must be placed in single quotes.
  39. # like so:
  40. #
  41. # - 'general.spawn'
  42. #
  43. # Otherwise errors will happen!
  44. ##
  45. # Globalized Permission settings:
  46. #
  47. # If a permission contains periods (.) you can denote a globalized parameter:
  48. #
  49. # - 'general.*'
  50. #
  51. # This will allow you to use all general commands.
  52. #
  53. ##
  54. #
  55. # Single Asterisk denotes all commands:
  56. #
  57. # - '*'
  58. ##
  59. groups:
  60. Default:
  61. default: true
  62. inheritance:
  63. permissions:
  64. - 'general.spawn'
  65. Admins:
  66. default: false
  67. inheritance:
  68. - Default
  69. permissions:
  70. - '*'
  71.  
  72. ##
  73. # DarkGrave has control over all commands.
  74. # sk89q can use /spawn & /time
  75. ##
  76. users:
  77. MIKUiqnw0:
  78. group: Admins
  79. permissions:
  80. SilverDes56:
  81. group: Admins
  82. permissions:
  83. Hef:
  84. group: Admins
  85. permissions:
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement