forked from PQguanfang/Battlegrounds
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathplugin.yml
More file actions
49 lines (47 loc) · 1.89 KB
/
plugin.yml
File metadata and controls
49 lines (47 loc) · 1.89 KB
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
name: Battlegrounds
version: BG-1.2
api: [3.0.0-ALPHA12]
main: Battlegrounds\MainBG
author: Zadezter(Leader), ImpladeDeveloped(Team), MrLukePotatoes(2nd-Leader)
commands:
bg:
description: "Battlegrounds commands!"
permissions:
bg.plugin:
description: "Main permission of Battlegrounds!"
default: op
children:
bg.command:
description: "Main permission commands!"
default: op
children:
bg.command.help:
description: "Battlegrounds commands help permission!"
default: true
bg.command.join:
description: "Join the Battlegrounds arena permission!"
default: true
bg.command.leave:
description: "Leave the Battlrgrounds arena permission!"
default: true
bg.command.start:
description: "Start the Battlegrounds game!"
default: op
bg.command.stop:
description: "Stop the Battlegrounds game!"
default: op
bg.command.kick:
description: "Kick player from the Battlegrounds arena!"
default: op
bg.command.lobby:
description: "Send player to Battlegrounds lobby!"
default: true
bg.command.set:
description: "Allow OP player to edit the arena!"
default: op
bg.sign:
description: "Join the Battlegrounds arena using signs!"
default: true
bg.access:
description: "Allow player to play the Battlegrounds game!"
default: true