View difference between Paste ID: ykRS5dYJ and
SHOW: | | - or go back to the newest paste.
1-
1+
# System is no longer used, but may become used in the future
2
# Copies is for multiple-world support
3
#   Put the name of the world you wish for it to be a clone of, otherwise leave it empty.
4
#   Does not work for the default world.
5
plugin:
6
    permissions:
7
        system: default
8
        copies:
9
##
10
# Groups can contain inheritance.
11
#   To make a group inherit the permissions from another 
12
#   group simply place the groups name in the "inheritance:" like so:
13
#
14
#   Example: 
15
#       inheritance:
16
#           - Default
17
##
18
#   All permissions including the asterisks must be placed in single quotes.
19
#   like so:
20
#
21
#       - 'general.spawn'
22
#
23
#   Otherwise errors will happen!
24
##
25
#   Globalized Permission settings:
26
#
27
#       If a permission contains periods (.) you can denote a globalized parameter:
28
#
29
#           - 'general.*'
30
#
31
#       This will allow you to use all general commands.
32
#
33
##
34
#   Single Asterisk denotes all commands:
35
#
36
#       - '*'
37
##
38
#   To exempt a node use the - prefix like so:
39
#       - '-general.time'
40
##
41
groups:
42
  Default:
43
    Default: true
44
    info:
45
       prefix: '&f'
46
       suffix: '&f'
47
       build: true
48
    inheritance:
49
    permissions: 
50
       - 'mywarp.warp.sign.warp'
51
       - 'myhome.home.basic.*'
52
       - 'essentials.spawn'
53
       - 'essentials.tpaccept'
54
       - 'essentials.tpdeny'
55
       - 'essentials.list'
56
       - 'essentials.whois'
57
       - 'essentials.help'
58
       - 'essentials.motd'
59
       - 'essentials.afk'
60
       - 'essentials.rules'
61
       - 'essentials.realname'
62
       - 'essentials.mail'
63
       - 'essentials.mail.send'
64
       - '/stats'
65
       - '/ach'
66
  Advanced:
67
    Default: false
68
    info: 
69
         prefix: '&6[VIP]&f'
70
         suffix: '&6'
71
         build: true
72
    inheritance: 
73
         - Default
74
    permissions: 
75
         - 'myhome.home.soc.*'
76
         - 'iConomy.payment'
77
         - 'iConomy.rank'
78
         - 'iConomy.list'
79
         - 'simpleshop.buy'
80
         - 'essentials.tptoggle'
81
         - 'simpleshop.sell'
82
         - 'mywarp.warp.*'
83
         - 'essentials.nick'
84
         - 'essentials.tpahere'
85
         - 'essentials.tpa'
86
         - 'essentials.helpop'
87
         - 'essentials.getpos'
88
         - 'essentials.compass'
89
         - 'essentials.me'
90
         - 'lwc.protect'
91
  Moderator:
92
    Default: false
93
    info: 
94
        prefix: '&b[Mod]&f'
95
        suffix: '&b'
96
        build: true
97
    inheritance: 
98
        - Advanced
99
    permissions: 
100
        - 'myhome.admin'
101
        - 'iConomy.withdraw'
102
        - 'iConomy.deposit'
103
        - 'simpleshop.items.*'
104
        - 'mywarp.admin'
105
        - 'lwc.mod'
106
        - 'essentials.tpo'
107
        - 'essentials.tpohere'
108
        - 'essentials.kick'
109
        - 'essentials.ban'
110
        - 'essentials.unban'
111
        - 'essentials.heal' 
112
        - 'essentials.time'
113
        - 'essentials.top'
114
        - '/achadmin'
115
        - '/statsadmin'
116
  Admin:
117
    Default: false
118
    info: 
119
         prefix: '&2[Admin]&f' 
120
         suffix: '&4'
121
         build: true
122
    inheritance: 
123
    permissions: 
124
         - '*'
125
users:
126
  Hypo2010:
127
    group: Admin
128
    permissions: