Advertisement
Guest User

Permessionsex not working

a guest
Dec 28th, 2015
100
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 10.25 KB | None | 0 0
  1. groups:
  2. guest:
  3. # There must be one default
  4. default: true
  5. prefix: '&f[&7&lGuest&f]&7'
  6. permissions:
  7. - bukkit.command.list
  8. - essentials.balance
  9. - essentials.delhome
  10. - essentials.exp
  11. - essentials.help
  12. - essentials.helpop
  13. - essentials.home
  14. - essentials.ignore
  15. - essentials.info
  16. # essentials.kit gives them access to the /kit command
  17. - essentials.kit
  18. # essentials.kits.guest gives them access to /kit guest (sign or typed command)
  19. - essentials.kits.guest
  20. - essentials.list
  21. - essentials.mail
  22. - essentials.mail.send
  23. - essentials.me
  24. - essentials.msg
  25. - essentials.pay
  26. - essentials.protect.pvp
  27. - essentials.realname
  28. - essentials.recipe
  29. - essentials.sell
  30. - essentials.sethome
  31. - essentials.signs.use.buy
  32. - essentials.signs.use.info
  33. - essentials.signs.use.warp
  34. - -essentials.socialspy
  35. - essentials.spawn
  36. - essentials.tpa
  37. - essentials.tpaccept
  38. - essentials.tpahere
  39. - essentials.tpdeny
  40. - essentials.warp
  41. - essentials.warp.list
  42. - essentials.worth
  43. - modifyworld.*
  44. options:
  45. # Weight controls which prefix is used if the user is in multiple groups
  46. # The higher the weight, the LOWER it sinks. The prefix in the group with
  47. # the lowest weight RISES to the top and becomes the prefix displayed in chat!
  48. weight: '900'
  49. # Rank controls promotions and demotions. It works similar to weight in that the
  50. # higher the number, the LEAST priveleges the group has.
  51. rank: '900'
  52. build: true
  53. #
  54. #
  55. member:
  56. # Instead of repeating all the permissions in each group, use inheritiance to
  57. # automatically include the permissions from other groups.
  58. inheritance:
  59. - guest
  60. prefix: '&f[&e&lMember&F]&7'
  61. permissions:
  62. - essentials.afk
  63. - essentials.back
  64. - essentials.chat.color
  65. - essentials.compass
  66. - essentials.ext
  67. - essentials.hat
  68. - essentials.jump
  69. - essentials.kit
  70. - essentials.kits.member
  71. - essentials.msg.color
  72. - essentials.sethome.multiple.member
  73. - essentials.time
  74. - essentials.workbench
  75. options:
  76. weight: '700'
  77. rank: '700'
  78. build: true
  79. vip:
  80. prefix: '&f[&a&lVIP&f]&7'
  81. inheritance:
  82. - member
  83. permissions:
  84. - essentials.keepxp
  85. - essentials.kits.member
  86. - essentials.kits.vip
  87. - essentials.sethome.multiple.citizen
  88. options:
  89. weight: '600'
  90. rank: '600'
  91. build: true
  92. moderator:
  93. prefix: '&7[&6&lMod&7]&f'
  94. inheritance:
  95. - member
  96. permissions:
  97. - bukkit.command.banlist
  98. - bukkit.command.ban.list
  99. - essentials.ban.notify
  100. - essentials.chat.ignoreexempt
  101. - essentials.exp.others
  102. - essentials.fly
  103. - essentials.fly.safelogin
  104. - essentials.gc
  105. - essentials.helpop.receive
  106. - essentials.invsee
  107. # Moderators should not have the ability to modify the inventory of others.
  108. # Trust me on this, as they WILL abuse the power.
  109. - -essentials.invsee.preventmodify
  110. - essentials.jail
  111. # Moderators should not be exempt from being jailed
  112. - -essentials.jail.exempt
  113. - essentials.jails
  114. - essentials.jump
  115. - essentials.kick
  116. - essentials.kick.notify
  117. # Moderators should not be able to /kill others
  118. - -essentials.kill
  119. - essentials.mute
  120. - essentials.mute.notify
  121. - essentials.repair
  122. - essentials.repair.all
  123. - essentials.repair.armor
  124. - essentials.repair.enchanted
  125. - essentials.socialspy
  126. - essentials.tempban
  127. - -essentials.tempban.offline
  128. - essentials.togglejail
  129. - essentials.tpahere
  130. # The /whois command will show someone's IP address. Moderators don't need to know
  131. # that information, as it could be used to DDOS someone
  132. - -essentials.whois
  133. - -vanish.*
  134. options:
  135. weight: '500'
  136. rank: '500'
  137. build: true
  138. elite:
  139. prefix: '&7[&b&lElite&7]&7'
  140. inheritance:
  141. - citizen
  142. permissions:
  143. - essentials.fly
  144. - essentials.fly.safelogin
  145. - essentials.kits.elite
  146. - essentials.nick
  147. - essentials.repair
  148. - essentials.repair.all
  149. - essentials.repair.armor
  150. - essentials.repair.enchanted
  151. - essentials.sethome.multiple.unlimited
  152. # The /spawnmob command is limited in the Essentials config to 1 mob at a time,
  153. # and ChatControl will prevent the player from repeating the same command twice
  154. - essentials.spawnmob.*
  155. options:
  156. weight: '300'
  157. rank: '300'
  158. build: true
  159. admin:
  160. prefix: '&2[&c&lAdmin&2]&7'
  161. inheritance:
  162. - elite
  163. - moderator
  164. permissions:
  165. # These are NEGATED permissions (the extra - in front)
  166. # That means they CANNOT use these commands. You really
  167. # DO NOT want admins to use op, deop, give, take, etc. as someone
  168. # will eventually op another player you do not want opped, and they WILL grief.
  169. - -bukkit.command.deop
  170. - -bukkit.command.give
  171. - -bukkit.command.op
  172. - -bukkit.command.plugins
  173. - -bukkit.command.take
  174. - bukkit.command.toggledownfall
  175. - essentials.balance.others
  176. - essentials.balancetop
  177. - essentials.ban
  178. - -essentials.ban.offline
  179. - essentials.broadcast
  180. - essentials.burn
  181. - essentials.clearinventory
  182. - essentials.delhome.others
  183. - -essentials.deop
  184. # Enchant is also a BAD idea, as they will just enchant "god" gear and give it away.
  185. - -essentials.enchant
  186. - essentials.exp.give
  187. - essentials.exp.give.others
  188. - essentials.exp.set
  189. - essentials.exp.set.others
  190. - essentials.ext
  191. - essentials.feed
  192. # You don't want admins changing the game mode of others either, they WILL grief
  193. - -essentials.gamemode
  194. - -essentials.gamemode.creative
  195. - -essentials.gamemode.others
  196. - -essentials.give
  197. - essentials.heal
  198. - -essentials.home.others
  199. - essentials.invsee.modify
  200. - essentials.invsee.preventmodify
  201. - -essentials.item
  202. - essentials.jail.exempt
  203. - essentials.joinfullserver
  204. - essentials.kill
  205. - essentials.list.hidden
  206. - essentials.mute.exempt
  207. - essentials.mute.notify
  208. - essentials.nick
  209. - essentials.nick.color
  210. - essentials.nick.others
  211. - -essentials.op
  212. - essentials.seen
  213. - essentials.seen.banreason
  214. - -essentials.sethome.others
  215. - -essentials.setworth
  216. - essentials.socialspy
  217. - essentials.unban
  218. - essentials.vanish
  219. - essentials.vanish.see
  220. - essentials.warp.otherplayers
  221. - essentials.weather
  222. - -permissions.*
  223. options:
  224. weight: '200'
  225. rank: '200'
  226. build: true
  227. #
  228. head-admin:
  229. prefix: '&7&l[&e&lHead-Admin&7&l]'
  230. inheritance:
  231. - admin
  232. permissions:
  233. - bukkit.command.effect
  234. - essentials.ban.exempt
  235. - essentials.ban.offline
  236. - essentials.broadcast
  237. - essentials.clearinventory.others
  238. - essentials.delwarp
  239. - essentials.eco
  240. - essentials.enderchest
  241. - essentials.enderchest.others
  242. - essentials.feed.others
  243. - essentials.gamemode
  244. - essentials.gamemode.creative
  245. - essentials.god
  246. - essentials.heal.others
  247. - essentials.home.others
  248. - essentials.item
  249. - essentials.kick.exempt
  250. - essentials.killall
  251. - essentials.kit.exemptdelay
  252. - essentials.kit.others
  253. - essentials.kits.*
  254. - essentials.lightning
  255. - essentials.nick.*
  256. - essentials.powertool
  257. - essentials.sethome.others
  258. - essentials.setwarp
  259. - essentials.teleport.cooldown.bypass
  260. - essentials.tp
  261. - essentials.tpo
  262. - essentials.tpohere
  263. - essentials.tp.others
  264. - essentials.vanish
  265. - essentials.vanish.see
  266. - essentials.warp.overwrite.*
  267. - chatcontrol.*
  268. - administratinpanel.*
  269. - essentials.whois
  270. options:
  271. weight: '150'
  272. rank: '150'
  273. build: true
  274. # Co-owner has most of the admin and higher commands, only a few are saved for Owner only
  275. coowner:
  276. prefix: '&l&7[&2&lCo-Owner&l&7&l]'
  277. inheritance:
  278. - head-admin
  279. permissions:
  280. - bukkit.command.effect
  281. - essentials.ban.exempt
  282. - essentials.ban.offline
  283. - essentials.broadcast
  284. - essentials.clearinventory.others
  285. - essentials.delwarp
  286. - essentials.eco
  287. - essentials.enderchest
  288. - essentials.enderchest.others
  289. - essentials.feed.others
  290. - essentials.gamemode
  291. - essentials.gamemode.creative
  292. - essentials.god
  293. - essentials.heal.others
  294. - essentials.home.others
  295. - essentials.item
  296. - essentials.kick.exempt
  297. - essentials.killall
  298. - essentials.kit.exemptdelay
  299. - essentials.kit.others
  300. - essentials.kits.*
  301. - essentials.lightning
  302. - essentials.nick.*
  303. - essentials.powertool
  304. - essentials.sethome.others
  305. - essentials.setwarp
  306. - essentials.teleport.cooldown.bypass
  307. - essentials.tp
  308. - essentials.tpo
  309. - essentials.tpohere
  310. - essentials.tp.others
  311. - essentials.vanish
  312. - essentials.vanish.see
  313. - essentials.warp.overwrite.*
  314. - essentials.whois
  315. - worldedit.butcher
  316. - chatcontrol.*
  317. - administratinpanel.*
  318. options:
  319. weight: '100'
  320. rank: '100'
  321. build: true
  322. owner:
  323. inheritance:
  324. - coowner
  325. permissions:
  326. - bukkit.command.plugins
  327. - bukkit.command.reload
  328. - bukkit.command.restart
  329. - bukkit.command.restart
  330. - bukkit.commands.timings
  331. - bukkit.command.timings
  332. - bukkit.command.tps
  333. - bukkit.command.version
  334. - chatcontrol.*
  335. - administratinpanel.*
  336. - commandspy.*
  337. # Make sure owner doesn't have separate creative mode/survival mode inventories
  338. - essentials.command.plugins
  339. - essentials.enchant
  340. - essentials.enchantments.*
  341. - essentials.enderchest.modify
  342. - essentials.essentials
  343. - essentials.fireball
  344. - essentials.fly.others
  345. - essentials.gamemode.others
  346. - essentials.heal.cooldown.bypass
  347. - essentials.plugins
  348. - essentials.signs.*
  349. - essentials.spawnmob.*
  350. - essentials.spawnmob.stack
  351. - essentials.speed
  352. - essentials.speed.bypass
  353. - essentials.speed.others
  354. - essentials.time.set
  355. - essentials.vanish.*
  356. - permissions.*
  357. - vanish.*
  358. - worldedit.*
  359. - worldguard.*
  360. - permissions.*
  361. - essentials.*
  362. - *
  363. prefix: '&7&l[&2&kiii&4&lOwner&2&kiii&7&l]'
  364. suffix: '&c'
  365. options:
  366. weight: '1'
  367. rank: '1'
  368. users:
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement