Advertisement
Guest User

Untitled

a guest
May 28th, 2018
176
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 9.01 KB | None | 0 0
  1. groups:
  2. guest:
  3. # There must be one default
  4. default: true
  5. prefix: '&f[&7Guest&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. - 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. 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[&eMember&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. citizen:
  79. prefix: '&f[&6Citizen&f]&7 '
  80. inheritance:
  81. - member
  82. permissions:
  83. - essentials.keepxp
  84. - essentials.kits.member
  85. - essentials.kits.citizen
  86. - essentials.sethome.multiple.citizen
  87. options:
  88. weight: '600'
  89. rank: '600'
  90. moderator:
  91. prefix: '&7[&bMod&7]&f '
  92. inheritance:
  93. - member
  94. permissions:
  95. - bukkit.command.banlist
  96. - bukkit.command.ban.list
  97. - essentials.ban.notify
  98. - essentials.chat.ignoreexempt
  99. - essentials.exp.others
  100. - essentials.fly
  101. - essentials.fly.safelogin
  102. - essentials.gc
  103. - essentials.helpop.receive
  104. - essentials.invsee
  105. # Moderators should not have the ability to modify the inventory of others.
  106. # Trust me on this, as they WILL abuse the power.
  107. - -essentials.invsee.preventmodify
  108. - essentials.jail
  109. # Moderators should not be exempt from being jailed
  110. - -essentials.jail.exempt
  111. - essentials.jails
  112. - essentials.jump
  113. - essentials.kick
  114. - essentials.kick.notify
  115. # Moderators should not be able to /kill others
  116. - -essentials.kill
  117. - essentials.mute
  118. - essentials.mute.notify
  119. - essentials.repair
  120. - essentials.repair.all
  121. - essentials.repair.armor
  122. - essentials.repair.enchanted
  123. - essentials.socialspy
  124. - essentials.tempban
  125. - -essentials.tempban.offline
  126. - essentials.togglejail
  127. - essentials.tpahere
  128. # The /whois command will show someone's IP address. Moderators don't need to know
  129. # that information, as it could be used to DDOS someone
  130. - -essentials.whois
  131. - -vanish.*
  132. options:
  133. weight: '500'
  134. rank: '500'
  135. elite:
  136. prefix: '&7[&4Elite&7]&7 '
  137. inheritance:
  138. - citizen
  139. permissions:
  140. - essentials.fly
  141. - essentials.fly.safelogin
  142. - essentials.kits.elite
  143. - essentials.nick
  144. - essentials.repair
  145. - essentials.repair.all
  146. - essentials.repair.armor
  147. - essentials.repair.enchanted
  148. - essentials.sethome.multiple.unlimited
  149. # The /spawnmob command is limited in the Essentials config to 1 mob at a time,
  150. # and ChatControl will prevent the player from repeating the same command twice
  151. - essentials.spawnmob.*
  152. options:
  153. weight: '300'
  154. rank: '300'
  155. admin:
  156. prefix: '&2[&4Admin&2]&7 '
  157. inheritance:
  158. - elite
  159. - moderator
  160. permissions:
  161. # These are NEGATED permissions (the extra - in front)
  162. # That means they CANNOT use these commands. You really
  163. # DO NOT want admins to use op, deop, give, take, etc. as someone
  164. # will eventually op another player you do not want opped, and they WILL grief.
  165. - -bukkit.command.deop
  166. - -bukkit.command.give
  167. - -bukkit.command.op
  168. - -bukkit.command.plugins
  169. - -bukkit.command.take
  170. - bukkit.command.toggledownfall
  171. - essentials.balance.others
  172. - essentials.balancetop
  173. - essentials.ban
  174. - -essentials.ban.offline
  175. - essentials.broadcast
  176. - essentials.burn
  177. - essentials.clearinventory
  178. - essentials.delhome.others
  179. - -essentials.deop
  180. - -essentials.enchant
  181. - essentials.exp.give
  182. - essentials.exp.give.others
  183. - essentials.exp.set
  184. - essentials.exp.set.others
  185. - essentials.ext
  186. - essentials.feed
  187. - -essentials.gamemode
  188. - -essentials.gamemode.creative
  189. - -essentials.gamemode.others
  190. - -essentials.give
  191. - essentials.heal
  192. - -essentials.home.others
  193. - essentials.invsee.modify
  194. - essentials.invsee.preventmodify
  195. - -essentials.item
  196. - essentials.jail.exempt
  197. - essentials.joinfullserver
  198. - essentials.kill
  199. - essentials.list.hidden
  200. - essentials.mute.exempt
  201. - essentials.mute.notify
  202. - essentials.nick
  203. - essentials.nick.color
  204. - essentials.nick.others
  205. - -essentials.op
  206. - essentials.seen
  207. - essentials.seen.banreason
  208. - -essentials.sethome.others
  209. - -essentials.setworth
  210. - essentials.socialspy
  211. - essentials.unban
  212. - essentials.vanish
  213. - essentials.vanish.see
  214. - essentials.warp.otherplayers
  215. - essentials.weather
  216. - -permissions.*
  217. options:
  218. weight: '200'
  219. rank: '200'
  220. # Co-owner has most of the admin and higher commands, only a few are saved for Owner only
  221. coowner:
  222. prefix: '&l&f[&cCo-Owner&l&f] '
  223. inheritance:
  224. - admin
  225. permissions:
  226. - automessage.*
  227. - bukkit.command.effect
  228. - essentials.ban.exempt
  229. - essentials.ban.offline
  230. - essentials.broadcast
  231. - essentials.clearinventory.others
  232. - essentials.delwarp
  233. - essentials.eco
  234. - essentials.enderchest
  235. - essentials.enderchest.others
  236. - essentials.feed.others
  237. - essentials.gamemode
  238. - essentials.gamemode.creative
  239. - essentials.god
  240. - essentials.heal.others
  241. - essentials.home.others
  242. - essentials.item
  243. - essentials.kick.exempt
  244. - essentials.killall
  245. - essentials.kit.exemptdelay
  246. - essentials.kit.others
  247. - essentials.kits.*
  248. - essentials.lightning
  249. - essentials.nick.*
  250. - essentials.powertool
  251. - essentials.sethome.others
  252. - essentials.setwarp
  253. - essentials.teleport.cooldown.bypass
  254. - essentials.tp
  255. - essentials.tpo
  256. - essentials.tpohere
  257. - essentials.tp.others
  258. - essentials.vanish
  259. - essentials.vanish.see
  260. - essentials.warp.overwrite.*
  261. - essentials.whois
  262. - worldedit.butcher
  263. options:
  264. weight: '100'
  265. rank: '100'
  266. owner:
  267. inheritance:
  268. - coowner
  269. permissions:
  270. - autodeop.reload
  271. - bukkit.command.plugins
  272. - bukkit.command.reload
  273. - bukkit.command.restart
  274. - bukkit.command.restart
  275. - bukkit.commands.timings
  276. - bukkit.command.timings
  277. - bukkit.command.tps
  278. - bukkit.command.version
  279. - cm.set
  280. # Make sure owner doesn't have separate creative mode/survival mode inventories
  281. - creativeControl.blacklist.*
  282. - creativeControl.data.status
  283. - creativeControl.preventions.*
  284. - essentials.command.plugins
  285. - essentials.enchant
  286. - essentials.enchantments.*
  287. - essentials.enderchest.modify
  288. - essentials.essentials
  289. - essentials.fireball
  290. - essentials.fly.others
  291. - essentials.gamemode.others
  292. - essentials.heal.cooldown.bypass
  293. - essentials.plugins
  294. - essentials.signs.*
  295. - essentials.spawnmob.*
  296. - essentials.spawnmob.stack
  297. - essentials.speed
  298. - essentials.speed.bypass
  299. - essentials.speed.others
  300. - essentials.time.set
  301. - essentials.vanish.*
  302. - permissions.*
  303. - vanish.*
  304. - worldedit.*
  305. - worldguard.*
  306. prefix: '&l&6[&4Owner&6] '
  307. suffix: '&c'
  308. options:
  309. weight: '1'
  310. rank: '1'
  311. users:
  312. DarkSallz_:
  313. group:
  314. - admin
  315. _FindMe:
  316. group:
  317. - admin
  318. Machy:
  319. group:
  320. - owner
  321. ItzTinzz:
  322. group:
  323. - coowner
  324. Wecantlie:
  325. group:
  326. - moderator
  327. Riuzen:
  328. group:
  329. - admin
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement