forked from PocketWarriors/SkywarsPe
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathplugin.yml
53 lines (52 loc) · 1.42 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
name: SkyWarsPE
main: SkyWarsPE\Main
version: 1.0.0beta
api: [1.10.0]
load: POSTWORLD
authors: [SkywarsPe Team(luca28pet, WantedKillers, Jon)]
website: https://github.com/PocketWarriors/SkywarsPe
commands:
skywarshowto:
description: "gives a brief tutorial on how to play skywars"
usage: "/skywarshowto"
permission: skywars.howto
skywars:
description: "the main skywars command"
usage: "/skywars <play|exit>"
aliases: "sw"
permissions:
skywars:
description: "Allows to access all sw features"
default: op
children:
skywars.editlobby:
description: "Edit the lobby"
default: op
skywars.command:
description: "Runs all commands"
default: op
children:
skywars.command.play:
description: "Plays a skywars game"
default: true
skywars.command.exit:
description: "Exit from a game using a command"
default: true
skywars.command.left:
description: "See how many players are left till the game begin"
default: true
skywars.command.stat:
description: "See players stat"
default: true
skywars.command.pos:
description: "Sets a new spawnpoint"
default: op
skywars.command.skiptime:
description: "Skip the time before a match"
default: op
skywars.command.see:
description: "See a match as a spectator"
default: true
# skywars.event.skbypass:
# description: "bypass the time"
# default: op