-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathplugin.yml
150 lines (146 loc) · 5.46 KB
/
plugin.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
name: ChestProtect
main: me.angeschossen.chestprotect.ChestProtect
version: ${project.version}
author: Angeschossen
api-version: 1.13
folia-supported: true
softdepend: [Lands, UpgradeableHoppers, BetterFarming, UpradeableSpawners, PlaceholderAPI, Vault, WorldGuard, BentoBox, PlotSquared, SuperiorSkyblock2, DecentHolograms, HolographicDisplays, CMI, ChestSort]
libraries:
- "org.apache.commons:commons-lang3:3.17.0"
- "com.zaxxer:HikariCP:4.0.3"
- "org.slf4j:slf4j-jdk14:1.7.32"
- "org.slf4j:slf4j-api:1.7.32"
commands:
chestprotect:
# aliases: [cp, protect, protection]
description: Protect objectives
lock:
# aliases: [lo]
description: Lock objects
unlock:
# aliases: [ul]
description: Unlock objects
trust:
# aliases: [tr]
description: Trust player to objective
untrust:
# aliases: [ut]
description: Untrust player from objective
permissions:
chestprotect.*:
description: Gives access to all ChestProtect actions
default: op
children:
chestprotect.blocks.<number>:
description: Set maximum block protections amount
default: op
chestprotect.entities.<number>:
description: Set maximum entity protections amount
default: op
chestprotect.members.<number>:
description: Set maximum protection member amount
default: op
chestprotect.groups.<number>:
description: Set maximum groups amount
default: op
chestprotect.free.blocks.<number>:
description: <number> block protections are free (don't cost anything)
default: op
chestprotect.free.entities.<number>:
description: <number> entity protections are free (don't cost anything)
default: op
chestprotect.command.*:
description: Get access to all commands
default: op
children:
chestprotect.command.exit:
description: Exit /Lock, /Unlock, /Untrust, /Trust, /SetRole mode
default: op
chestprotect.command.help:
description: Get command information, help
default: op
chestprotect.command.lock:
description: Enter /Lock mode
default: op
chestprotect.command.unlock:
description: Enter /Unlock mode
default: op
chestprotect.command.trust:
description: Enter /Trust mode
default: op
chestprotect.command.untrust:
description: Enter /Untrust mode
default: op
chestprotect.command.setrole:
description: Enter /SetRole mode
default: op
chestprotect.command.view:
description: View nearby protections
default: op
chestprotect.bypass.*:
description: Bypass all protections
default: op
children:
chestprotect.bypass.open:
description: Open other players protections
default: op
chestprotect.bypass.unlock:
description: Unlock other players protections
default: op
chestprotect.setting.*:
description: Access to all protection and player settings
default: op
children:
chestprotect.setting.player.*:
description: Access to all player settings
default: op
children:
chestprotect.setting.player.auto_lock:
description: Access to toggle auto lock
chestprotect.setting.player.persistent_lock:
description: Access to toggle persistent lock setting
default: op
chestprotect.setting.player.persistent_trust:
description: Access to toggle persistent trust setting
default: op
chestprotect.setting.player.notifications:
description: Access to toggle notifications setting
default: op
chestprotect.setting.player_trust:
description: Access to toggle role player trust setting
default: op
chestprotect.setting.player_untrust:
description: Access to toggle role player untrust setting
default: op
chestprotect.setting.player_setrole:
description: Access to toggle role player setrole setting
default: op
chestprotect.admin.*:
description: Access to all admin actions and commands
default: op
children:
chestprotect.admin.edit:
description: Edit other players protections
default: op
chestprotect.admin.command.*:
description: Access to all admin commands
default: op
chestprotect.admin.priority:
description: Bypass role priorities
default: op
chestprotect.admin.command.player:
description: Access to /Protect admin player command
default: op
children:
chestprotect.admin.command.player.delete:
description: Access to /Protect admin player <player> delete command
default: op
chestprotect.admin.command.import:
descriptionw: Import other plugins protections. /Protect admin import lwc
default: op
chestprotect.teleport.*:
description: Allow all teleportation.
children:
chestprotect.teleport.protection:
description: Allow teleportation to protections.
default: true