-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathplugin.yml
68 lines (68 loc) · 1.73 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
name: SkyWarsForPE
main: larryTheCoder\SkyWarsPE
version: "4.0.2"
api: [3.0.0-ALPHA12]
author: larrythecoder (Author) | HummelSvem
commands:
sw:
description: main skywars command
default: true
permission: sw.command
leave:
description: skywars leave-game command
default: true
permission: sw.command.lobby
permissions:
sw.command.lobby:
description: back to main lobby
default: true
sw.acces:
description: access the game intrance
default: true
# For VIP access NOT DONE
# sw.acces.full:
# description: ability to join full game
# default: true
sw.editlobby:
description: prevent players from edit lobby
default: op
sw.sign:
description: join using signs
default: true
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: get SkyWars help menu
default: true
sw.command.setlobby:
description: set SkyWars main lobby
default: op
sw.command.create:
description: create a SkyWars arenas
default: op
sw.command.reload:
description: reload skywars plugin
default: op
sw.command.start:
description: start a game
default: op
sw.command.stop:
description: stop a game
default: op
sw.command.delete:
description: delete a arena
default: op
sw.command.set:
description: set an arena
default: op
sw.command.join:
description: join to arena
default: true
sw.command.kick:
description: kick a player from game
default: op