-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathplugin.yml
127 lines (126 loc) · 4.02 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
name: UltimateArena
main: net.dmulloy2.ultimatearena.UltimateArena
version: ${project.version}${project.build.number}
#version: ${project.version}
author: dmulloy2
softdepend: [WorldEdit, Vault, Essentials, Multiverse-Core, MyWorlds, ProtocolLib]
description: The Ultimate in Minecraft death sports and spleef!
load: POSTWORLD
api-version: "1.13"
commands:
ua:
description: UltimateArena base command
usage: /<command> <args>
aliases: [ultimatearena]
permissions:
ultimatearena.admin:
description: Allows access to all UltimateArena features
default: false
children:
ultimatearena.builder: true
ultimatearena.disable: true
ultimatearena.enable: true
ultimatearena.join.force: true
ultimatearena.join.full: true
ultimatearena.kick: true
ultimatearena.option: true
ultimatearena.pause: true
ultimatearena.reload: true
ultimatearena.start: true
ultimatearena.stop: true
ultimatearena.bypass: true
ultimatearena.builder:
description: Allows access to features meant for arena builders
default: false
children:
ultimatearena.abandon: true
ultimatearena.create: true
ultimatearena.delete: true
ultimatearena.setpoint: true
ultimatearena.teleport: true
ultimatearena.undo: true
ultimatearena.build: true
ultimatearena.abandon:
description: Allows the abandoning of arenas
default: false
ultimatearena.class:
description: Allows the switching of classes ingame
default: true
ultimatearena.classlist:
description: Allows the listing of classes
default: true
ultimatearena.create:
description: Allows the creation of arenas
default: false
ultimatearena.delete:
description: Allows the deletion of arenas
default: false
ultimatearena.disable:
description: Allows the disabling of arenas
default: false
ultimatearena.dislike:
description: Allows the disliking of arenas
default: true
ultimatearena.enable:
description: Allows the enabling of arenas
default: false
ultimatearena.info:
description: Allows the viewing of arena info
default: true
ultimatearena.join:
description: Allows the joining of arenas
default: true
ultimatearena.join.force:
description: Allows the forcing of players into arenas
default: false
ultimatearena.join.full:
description: Allows the joining of full arenas
default: false
ultimatearena.kick:
description: Allows the kicking of players from arenas
default: false
ultimatearena.like:
description: Allows the liking of arenas
default: true
ultimatearena.list:
description: Allows the listing of available arenas
default: true
ultimatearena.option:
description: Allows the usage of /ua option
default: false
ultimatearena.pause:
description: Allows the pausing of arena start timers
default: false
ultimatearena.reload:
description: Allows the reloading of the UltimateArena plugin
default: false
ultimatearena.setpoint:
description: Allows the usage of /ua setpoint
default: false
ultimatearena.spectate:
description: Allows the usage of /ua spectate
default: true
ultimatearena.start:
description: Allows the force starting of arenas
default: false
ultimatearena.stats:
description: Allows the viewing of arena stats
default: true
ultimatearena.stop:
description: Allows the usage of /ua stop
default: false
ultimatearena.teleport:
description: Allows the usage of /ua tp
default: false
ultimatearena.undo:
description: Allows the usage of /ua undo
default: false
ultimatearena.version:
description: Allows usage of /ua version
default: true
ultimatearena.build:
description: Allows the breaking and placing of blocks in arenas
default: false
ultimatearena.bypass:
description: Allows a player to bypass whitelisted commands
default: false