Advertisement
Guest User

Untitled

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