View difference between Paste ID: JdZa8fgr and E2ryQ2H1
SHOW: | | - or go back to the newest paste.
1
# MinerCraft PermissionsEX Permissions Template (PermissionsEX wiki: https://github.com/t3hk0d3/PermissionsEx/wiki)
2
# This file goes in the /plugins/PermissionsEx folder as permissions.yml
3
# Basic permissions (with groups) for use with:
4
# - Essentials - http://ess.khhq.net
5
# - ModifyWorld - https://github.com/t3hk0d3/PermissionsEx/wiki/Modifyworld - set by the 'modifyworld.*'
6
#     nodes which you can fine tune to disallow picking up items or using switches, etc. Read the link for more info.
7
# - ChatManager - chat coloring such as prefixes (e.g. [Admin]Username) - set by the 'prefix' setting
8
groups:
9
  Member:
10
    default: true
11
    prefix: '&f[&fMember&f]&f'
12
    permissions:
13
    - bouncyblocks.player.use
14
    - essentials.afk
15
    - essentials.home
16
    - essentials.warp
17
    - essentials.sethome
18
    - lwc.protect
19
    - antigrief.build
20
    - modifyworld.*
21
    - essentials.help
22
    - essentials.list
23
    - essentials.motd
24
    - essentials.rules
25
    - essentials.spawn
26
    - essentials.tpa
27
    - essentials.tpaccept
28
    - essentials.mail
29
    - essentials.balance
30
    - scs.use
31
    - essentials.worth
32
    - essentials.sell
33
    - essentials.kit
34
    - essentials.msg
35
    options:
36
      rank: '600'
37
      build: true
38
      suffix: ''
39
  Plugin:
40
    default: false
41
    prefix: '&f[&bPlugin-Master&f] '
42
    permissions:
43
    - '*'
44
    inheritance:
45
    - Member
46
    options:
47
      rank: '500'
48
      build: true
49
      suffix: ''
50
  Admin:
51
    default: false
52
    prefix: '&f[&dAdmin&f] '
53
    permissions:
54
    - bouncyblocks.player.use
55
    - lwc.protect
56
    - antigrief.build
57
    - essentials.setspawn
58
    - essentials.reloadall
59
    - essentials.plugin
60
    - essentials.*
61
    - bukkit.command.give
62
    - bukkit.command.help
63
    - bukkit.command.kill
64
    - bukkit.command.list
65
    - bukkit.command.me
66
    - bukkit.command.plugins
67
    - bukkit.command.save
68
    - bukkit.command.teleport
69
    - bukkit.command.tell
70
    - bukkit.command.time
71
    - bukkit.command.whitelist
72
    - bukkit.command.whitelist.add
73
    - bukkit.command.whitelist.disable
74
    - bukkit.command.whitelist.enable
75
    - bukkit.command.whitelist.list
76
    - bukkit.command.whitelist.reload
77
    - bukkit.command.whitelist.remove
78
    - factions.managesafezone
79
    - essentials.tpa
80
    - essentials.tp
81
    - essentials.tp.others
82
    - essentials.tpaccept
83
    - essentials.help
84
    - essentials.mail
85
    - scs.create.sell
86
    - vanish.toggle.silentchests
87
    inheritance:
88
    - Moderator
89
    options:
90
      rank: '400'
91
      build: true
92
      suffix: ''
93
  Super-Admin:
94
    default: false
95
    prefix: '&f[&5Super-Admin&f] '
96
    permissions:
97
    - '*'
98
    inheritance:
99
    - Admin
100
    options:
101
      rank: '300'
102
      build: true
103
      suffix: ''
104
  Co-Owner:
105
    default: false
106
    prefix: '&f[&6Co-Owner&f] '
107
    permissions:
108
    - '*'
109
    inheritance:
110
    - Super-Admin
111
    options:
112
      rank: '200'
113
      build: true
114
      suffix: ''
115
  Owner:
116
    default: false
117
    prefix: '&f[&2Owner&f] '
118
    permissions:
119
    - '*'
120
    inheritance:
121
    - Co-Owner
122
    options:
123
      rank: '100'
124
      build: true
125
      suffix: ''