Advertisement
Guest User

permissions

a guest
Jul 11th, 2019
136
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 10.69 KB | None | 0 0
  1. groups:
  2. guest:
  3. # There must be one default
  4. default: true
  5. prefix: '&7 &f'
  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. - nocheatplus.checks.blockplace.boatsanywhere
  45. options:
  46. # Weight controls which prefix is used if the user is in multiple groups
  47. # The higher the weight, the LOWER it sinks. The prefix in the group with
  48. # the lowest weight RISES to the top and becomes the prefix displayed in chat!
  49. weight: '900'
  50. # Rank controls promotions and demotions. It works similar to weight in that the
  51. # higher the number, the LEAST priveleges the group has.
  52. rank: '900'
  53. #
  54. #
  55. helper:
  56. inheritance:
  57. - member
  58. prefix: '&8[&aHelper&8]&f'
  59. permissions:
  60. - essentials.fly
  61. - essentials.kick
  62. - essentials.mute
  63. options:
  64. weight: '650'
  65. rank: '650'
  66. builder:
  67. inheritance:
  68. - helper
  69. - member
  70. prefix: '&8[&eBuilder&8]&f'
  71. permissions:
  72. - worledit.*
  73. - essentials.gamemode
  74. - essentials.gamemode.creative
  75. options:
  76. weight: '625'
  77. rank: '625'
  78. head builder:
  79. inheritance:
  80. - builder
  81. prefix: '&8[&6&lH-Builder&8]&f'
  82. permissions:
  83. - worledit.*
  84. - essentials.gamemode
  85. - essentials.gamemode.creative
  86. options:
  87. weight: '625'
  88. rank: '625'
  89. member:
  90. # Instead of repeating all the permissions in each group, use inheritiance to
  91. # automatically include the permissions from other groups.
  92. inheritance:
  93. - guest
  94. prefix: '&8[&eMember&8]&f'
  95. permissions:
  96. - essentials.afk
  97. - essentials.back
  98. - essentials.chat.color
  99. - essentials.compass
  100. - essentials.ext
  101. - essentials.hat
  102. - essentials.jump
  103. - essentials.kit
  104. - essentials.kits.member
  105. - essentials.msg.color
  106. - essentials.sethome.multiple.member
  107. - essentials.time
  108. - essentials.workbench
  109. options:
  110. weight: '700'
  111. rank: '700'
  112. citizen:
  113. prefix: '&8[&6Citizen&8]&7'
  114. inheritance:
  115. - member
  116. permissions:
  117. - essentials.keepxp
  118. - essentials.kits.member
  119. - essentials.kits.citizen
  120. - essentials.sethome.multiple.citizen
  121. options:
  122. weight: '575'
  123. rank: '575'
  124.  
  125. trial moderator:
  126. prefix: '&8[&1T-Mod&8]&f'
  127. inheritance:
  128. - member
  129. permissions:
  130. - bukkit.command.banlist
  131. - bukkit.command.ban.list
  132. - essentials.ban.notify
  133. - essentials.chat.ignoreexempt
  134. - essentials.exp.others
  135. - essentials.fly
  136. - essentials.fly.safelogin
  137. - essentials.gc
  138. - essentials.helpop.receive
  139. - essentials.invsee
  140. # Moderators should not have the ability to modify the inventory of others.
  141. # Trust me on this, as they WILL abuse the power.
  142. - -essentials.invsee.preventmodify
  143. - essentials.jail
  144. # Moderators should not be exempt from being jailed
  145. - -essentials.jail.exempt
  146. - essentials.jails
  147. - essentials.jump
  148. - essentials.kick
  149. - essentials.kick.notify
  150. # Moderators should not be able to /kill others
  151. - -essentials.kill
  152. - essentials.mute
  153. - essentials.mute.notify
  154. - essentials.repair
  155. - essentials.repair.all
  156. - essentials.repair.armor
  157. - essentials.repair.enchanted
  158. - essentials.socialspy
  159. - essentials.tempban
  160. - -essentials.tempban.offline
  161. - essentials.togglejail
  162. - essentials.tpahere
  163. - essentials.tp
  164. - essentials.tp.others
  165. # The /whois command will show someone's IP address. Moderators don't need to know
  166. # that information, as it could be used to DDOS someone
  167. - -essentials.whois
  168. - -vanish.*
  169. options:
  170. weight: '550'
  171. rank: '550'
  172.  
  173. moderator:
  174. prefix: '&8[&1Mod&8]&f'
  175. inheritance:
  176. - member
  177. - trial moderator
  178.  
  179. options:
  180. weight: '500'
  181. rank: '500'
  182. head moderator:
  183. prefix: '&8[&1&lH-Mod&8]&f'
  184. inheritance:
  185. - member
  186. - trial moderator
  187. permissions:
  188. - essentials.ban
  189.  
  190. options:
  191. weight: '450'
  192. rank: '450'
  193. admin:
  194. prefix: '&8[&cAdmin&8]&f'
  195. inheritance:
  196. - trial moderator
  197. permissions:
  198. # These are NEGATED permissions (the extra - in front)
  199. # That means they CANNOT use these commands. You really
  200. # DO NOT want admins to use op, deop, give, take, etc. as someone
  201. # will eventually op another player you do not want opped, and they WILL grief.
  202. - -bukkit.command.deop
  203. - -bukkit.command.give
  204. - -bukkit.command.op
  205. - -bukkit.command.plugins
  206. - -bukkit.command.take
  207. - bukkit.command.toggledownfall
  208. - essentials.balance.others
  209. - essentials.balancetop
  210. - essentials.ban
  211. - -essentials.ban.offline
  212. - essentials.broadcast
  213. - essentials.burn
  214. - essentials.clearinventory
  215. - essentials.delhome.others
  216. - -essentials.deop
  217. # Enchant is also a BAD idea, as they will just enchant "god" gear and give it away.
  218. - -essentials.enchant
  219. - essentials.exp.give
  220. - essentials.exp.give.others
  221. - essentials.exp.set
  222. - essentials.exp.set.others
  223. - essentials.ext
  224. - essentials.feed
  225. # You don't want admins changing the game mode of others either, they WILL grief
  226. - -essentials.gamemode
  227. - -essentials.gamemode.creative
  228. - -essentials.gamemode.others
  229. - -essentials.give
  230. - essentials.heal
  231. - -essentials.home.others
  232. - essentials.invsee.modify
  233. - essentials.invsee.preventmodify
  234. - -essentials.item
  235. - essentials.jail.exempt
  236. - essentials.joinfullserver
  237. - essentials.kill
  238. - essentials.list.hidden
  239. - essentials.mute.exempt
  240. - essentials.mute.notify
  241. - essentials.nick
  242. - essentials.nick.color
  243. - essentials.nick.others
  244. - -essentials.op
  245. - essentials.seen
  246. - essentials.seen.banreason
  247. - -essentials.sethome.others
  248. - -essentials.setworth
  249. - essentials.socialspy
  250. - essentials.unban
  251. - essentials.vanish
  252. - essentials.vanish.see
  253. - essentials.warp.otherplayers
  254. - essentials.weather
  255. - -permissions.*
  256. options:
  257. weight: '200'
  258. rank: '200'
  259.  
  260. head admin:
  261. prefix: '&8[&4&lH-Admin&8]&f'
  262. inheritance:
  263. - admin
  264. permissions:
  265. - essentials.ban.offline
  266. # Co-owner has most of the admin and higher commands, only a few are saved for Owner only
  267. coowner:
  268. prefix: '&l&f[&cCo-Owner&l&f]'
  269. inheritance:
  270. - admin
  271. permissions:
  272. - automessage.*
  273. - bukkit.command.effect
  274. - essentials.ban.exempt
  275. - essentials.ban.offline
  276. - essentials.broadcast
  277. - essentials.clearinventory.others
  278. - essentials.delwarp
  279. - essentials.eco
  280. - essentials.enderchest
  281. - essentials.enderchest.others
  282. - essentials.feed.others
  283. - essentials.gamemode
  284. - essentials.gamemode.creative
  285. - essentials.god
  286. - essentials.heal.others
  287. - essentials.home.others
  288. - essentials.item
  289. - essentials.kick.exempt
  290. - essentials.killall
  291. - essentials.kit.exemptdelay
  292. - essentials.kit.others
  293. - essentials.kits.*
  294. - essentials.lightning
  295. - essentials.nick.*
  296. - essentials.powertool
  297. - essentials.sethome.others
  298. - essentials.setwarp
  299. - essentials.teleport.cooldown.bypass
  300. - essentials.tp
  301. - essentials.tpo
  302. - essentials.tpohere
  303. - essentials.tp.others
  304. - essentials.vanish
  305. - essentials.vanish.see
  306. - essentials.warp.overwrite.*
  307. - essentials.whois
  308. - worldedit.butcher
  309. options:
  310. weight: '100'
  311. rank: '100'
  312. owner:
  313. inheritance:
  314. - coowner
  315. permissions:
  316. - '*'
  317. - permissions.manage
  318. - permissions.manage.*
  319. - permissions.debug
  320. - permissions.reload
  321. - permissions.config
  322. - permissions.backend
  323. - permissions.manage.membership.*
  324. - permissions.manage.users
  325. - permissions.manage.users.*
  326. - permissions.manage.users.cleanup
  327. - permissions.manage.users.permissions.*
  328. - permissions.manage.users.permissions.timed.*
  329. - permissions.manage.users.prefix.*
  330. - permissions.manage.users.suffix.*
  331. - permissions.manage.dump
  332. - permissions.manage.worlds
  333. - permissions.manage.worlds.inheritance
  334. - permissions.manage.groups.inheritance
  335. - permissions.manage.groups.inheritance.*
  336. - permissions.manage.groups.permissions.*
  337. - permissions.manage.groups.permissions.timed.*
  338. - permissions.manage.groups.list
  339. - permissions.manage.groups.prefix.*
  340. - permissions.manage.groups.suffix.*
  341. - permissions.manage.groups.create.*
  342. - permissions.manage.groups.remove.*
  343. - permissions.user.promote.*
  344. - permissions.user.demote.*
  345. - autodeop.reload
  346. - bukkit.command.plugins
  347. - bukkit.command.reload
  348. - bukkit.command.restart
  349. - bukkit.command.restart
  350. - bukkit.commands.timings
  351. - bukkit.command.timings
  352. - bukkit.command.tps
  353. - bukkit.command.version
  354. - cm.set
  355. # Make sure owner doesn't have separate creative mode/survival mode inventories
  356. - creativeControl.blacklist.*
  357. - creativeControl.data.status
  358. - creativeControl.preventions.*
  359. - essentials.command.plugins
  360. - essentials.enchant
  361. - essentials.enchantments.*
  362. - essentials.enderchest.modify
  363. - essentials.essentials
  364. - essentials.fireball
  365. - essentials.fly.others
  366. - essentials.gamemode.others
  367. - essentials.heal.cooldown.bypass
  368. - essentials.plugins
  369. - essentials.signs.*
  370. - essentials.spawnmob.*
  371. - essentials.spawnmob.stack
  372. - essentials.speed
  373. - essentials.speed.bypass
  374. - essentials.speed.others
  375. - essentials.time.set
  376. - essentials.vanish.*
  377. - permissions.*
  378. - vanish.*
  379. - worldedit.*
  380. - worldguard.*
  381. prefix: '&l&6[&4Owner&6]'
  382. suffix: '&c'
  383. options:
  384. weight: '1'
  385. rank: '1'
  386. users:
  387. Somefloppyears:
  388. group:
  389. - owner
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement