View difference between Paste ID: YDviXeDZ and hwGm2qAq
SHOW: | | - or go back to the newest paste.
1
groups:
2
  Default:
3
    default: true
4
    prefix: '&2'
5
    suffix: '&f'
6
    permissions:
7
    - bukkit.command.list
8
    - bukkit.command.help
9
    - -bukkit.command.version
10
    - -bukkit.command.plugins
11
    - bukkit.command.time
12
    - bukkit.command.spawn
13
    - teleport.requests
14
    - teleport.cancel
15
    - teleport.accept
16
    - teleport.reject
17
    - teleport.tpa
18
    - essentials.spawn
19
    - essentials.msg
20
    options:
21
      rank: '5'
22
  Trusted:
23
    prefix: '&2'
24
    suffix: '&f'
25
    permissions:
26
    - bukkit.command.plugins
27
    - bukkit.command.version
28
    - preciousstones.benefit.create.forcefield
29
    - preciousstones.benefit.create.protection
30
    - preciousstones.benefit.launch
31
    - preciousstones.benefit.bounce
32
    - preciousstones.whitelist.allow
33
    - preciousstones.benefit.visualize
34
    - ChestShop.shop.create
35
    - ChestShop.shop.buy
36
    - ChestShop.shop.sell
37
    - bukkit.command.xp
38
    - bukkit.command.list
39
    - bukkit.command.tell
40
    - hsp.command.home
41
    - hsp.command.sethome
42
    - hsp.command.homedelete
43
    inheritance:
44
    - Default
45
    options:
46
      rank: '4'
47
  Moderator:
48
    prefix: '&1'
49
    suffix: '&f'
50
    permissions:
51
    - bukkit.command.kick
52
    - bukkit.command.ban.*
53
    - bukkit.command.unban.*
54
    - nocheat.checks.moving.*
55
    - lwc.command.mod
56
    inheritance:
57
    - Trusted
58
    options:
59
      rank: '3'
60
  Admin:
61
    prefix: '&4'
62
    suffix: '&f'
63
    permissions:
64
    - '*'
65
    - -nocheat.*
66
    - nocheat.checks.moving.*
67
    - nocheat.admin.*
68
    - lwc.admin.*
69
    - -permissions.manage.*
70
    - -permissions.user.promote
71
    - -permissions.user.demote
72-
	
72+
73
    inheritance:
74
    - Moderator
75
    options:
76
      rank: '2'
77
  Owner:
78
    prefix: '&6'
79
    suffix: '&f'
80
    permissions:
81
    - '*'
82
    options:
83
      rank: '1'