This repository has been archived by the owner on Apr 7, 2020. It is now read-only.
forked from Partixel/BukkitProtect
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathplugin.yml
119 lines (119 loc) · 4.13 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
name: PiritaProtect
main: io.github.naumnaum.PiritaProtect.PiritaProtect
version: 1.0
description: PiritaProtect, protecting your worlds since it was forked!
authors: [Naumnaum]
permissions:
PiritaProtect.Protection.*:
description: Gives access to all protection permissions
children:
PiritaProtect.Protection.MakeProtections: true
PiritaProtect.Protection.SelectOthers: true
PiritaProtect.Protection.RemoveOthers: true
PiritaProtect.Protection.EditOthers: true
PiritaProtect.Protection.MakeProtections:
description: Gives player access to selecting others regions
default: true
PiritaProtect.Protection.SelectOthers:
description: Gives player access to selecting others regions
default: op
PiritaProtect.Protection.RemoveOthers:
description: Allows player to remove others regions
default: op
PiritaProtect.Protection.EditOthers:
description: Allows player to edit others regions
default: op
PiritaProtect.Commands.*:
description: Gives access to all command permissions
children:
PiritaProtect.Commands.GiveRod: true
PiritaProtect.Commands.Tag: true
PiritaProtect.Commands.AdminLand: true
PiritaProtect.Commands.GetLand: true
PiritaProtect.Commands.Users: true
PiritaProtect.Commands.Transfer: true
PiritaProtect.Commands.Accept: true
PiritaProtect.Commands.RemoveProtections: true
PiritaProtect.Commands.Stuck: true
PiritaProtect.Commands.GiveRod:
description: Give yourself a Rod of the Admin
default: op
PiritaProtect.Commands.Tag:
description: Allows players to use the add/removeTag command
default: op
PiritaProtect.Commands.AdminLand:
description: Allows players to use the land commands
default: op
PiritaProtect.Commands.GetLand:
description: Allows players to use the getland command on their own land
default: true
PiritaProtect.Commands.Users:
description: Allow players to use the add/remove/getUsers command
default: true
PiritaProtect.Commands.Transfer:
description: Allows players to use the Transfer command
default: true
PiritaProtect.Commands.Accept:
description: Allows players to use the accept command
default: true
PiritaProtect.Commands.RemoveProtections:
description: Allows players to use the remove(all)protection(s) commands
default: true
PiritaProtect.Commands.Stuck:
description: Allows players to use the Stuck command
default: true
commands:
GiveRod:
description: Give yourself a Rod of the Admin
usage: /<command> [player]
AddUsers:
description: Add a player to the selected protection
usage: /<command> [player] [type]
AddAmigo:
description: Add a player to the selected protection
usage: /<command> [player] [type]
RemoveUsers:
description: Remove a player from the selected protection
usage: /<command> [player] [type]
DelAmigo:
description: Remove a player from the selected protection
usage: /<command> [player] [type]
GetUsers:
description: Gets the users in the selected protection
usage: /<command>
SetOwner:
description: Set a player as the owner of the selected protection
usage: /<command> [player]
Transfer:
description: Give a player the selected protection
usage: /<command> [player]
Accept:
description: Accept the latest request
usage: /<command>
RemoveProtection:
description: Remove the selected protection
usage: /<command>
RemoveAllProtections:
description: Remove all your protection
usage: /<command> [player]
AddTag:
description: Add a tag to the selected protection
usage: /<command> [Tag] [Value]
RemoveTag:
description: Remove a tag from the selected protection
usage: /<command> [Tag]
GetTags:
description: Get tags from the selected protection
usage: /<command>
GiveLand:
description: Gives a player more land
usage: /<command> [Player] [Int]
SetLand:
description: Sets a players land
usage: /<command> [Player] [Int]
GetLand:
description: Gets a players land
usage: /<command> [Player]
Stuck:
description: Teleports a player out of a protection
usage: /<command>