-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathplugin.yml
38 lines (35 loc) · 1001 Bytes
/
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
main: de.n1ck145.lobbySystem.main.Main
version: 1.2.2
name: LobbySystem
author: N1CK145
softdepend: [Vault]
commands:
spawn:
description: Teleports you to spawn
aliases: [l, lobby, hub]
lobbyc:
description: Configure the plugin
build:
description: build [player]
message:
description:
aliases: [msg]
warp:
description: warp <warp>
setwarp:
description: setwarp <warp>
permissions:
lobbySystem.*:
description: Gives all LobbySystem permissions
children:
lobbySystem.cmd.*: true
lobbySystem.cmd.*:
description: Gives permissions to all LobbySystem commands
children:
lobbySystem.cmd.spawn: true
lobbySystem.cmd.message: true
lobbySystem.cmd.warp: true
lobbySystem.cmd.build: true
lobbySystem.cmd.build.other: true
lobbySystem.cmd.admin: true
lobbySystem.cmd.setwarp: true