-
Notifications
You must be signed in to change notification settings - Fork 54
/
plugin.yml
61 lines (61 loc) · 1.63 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
name: SkyWarsForPE
main: larryTheCoder\SkyWarsPE
version: "3.1.35-delta1"
api: 3.16.0
author: larryTheCoder
website: https://github.com/larryTheCoder/SkyWarsForPE
softdepend:
- EconomyAPI
- EasyKits
- ScoreHud
extensions:
- sqlite3
commands:
sw:
description: main skywars command
default: true
permission: sw.command
permissions:
sw.command.lobby:
description: Teleport player back to main lobby.
default: true
sw.moderation:
description: SkyWars moderation permission, allow moderation in-game.
default: op
sw.command:
description: Allow player to use all skywars command
default: true
children:
sw.command.random:
description: Randomly teleport to a game.
default: true
sw.command.help:
description: SkyWars help menu.
default: true
sw.command.setlobby:
description: Set SkyWars main lobby location.
default: op
sw.command.create:
description: Create a new SkyWars arena.
default: op
sw.command.start:
description: Start a SkyWars arena
default: op
sw.command.stop:
description: Stop a SkyWars arena
default: op
sw.command.set:
description: Settings an arena.
default: op
sw.command.join:
description: Join to an arena.
default: true
sw.command.kick:
description: Kick a player from an arena.
default: op
sw.command.cage:
description: Allow players to access kit selection form.
default: true
sw.command.stats:
description: Check SkyWars stats of players.
default: true