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