-
Notifications
You must be signed in to change notification settings - Fork 1
/
plugin.yml
executable file
·51 lines (50 loc) · 1.64 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
name: AdventureLobbies
version: 2.0
main: com.geekplaya.AdventureLobbies.AdventureLobbies
commands:
end:
description: Ends the currently running lobby.
aliases: [quit]
usage: Syntax error! Type /<command>
info:
description: Displays information regarding the currently running lobby.
usage: Syntax error! Type /<command>
setspawn:
description: Sets the map spawn point.
usage: Syntax error! Type /<command>
spawn:
description: Teleports the player to the spawn.
usage: Syntax error! Type /<command>
home:
description: Teleports the player to their bed or the spawn.
usage: Syntax error! Type /<command>
heal:
description: Heals yourself or another player.
usage: Syntax error! Type /<command> [player]
invite:
description: Invite a player to the lobby.
permission: al.donor
usage: Syntax error! Type /<command> <player>
uninvite:
description: Invite a player to the lobby.
permission: al.donor
aliases: [remove]
usage: Syntax error! Type /<command> <player>
unfreeze:
description: Unfreezes all players.
permission: al.donor
usage: Syntax error! Type /<command>
reset:
description: Reloads map.
permission: al.owner
usage: Syntax error! Type /<command>
tppos:
description: Teleports a player to the specified coordinates.
permission: al.donor
usage: Syntax error! Type /<command> [player] <x> <y> <z>
help:
description: Gets list of commands.
usage: Syntax error! Type /<command> [page/command]
list:
description: Lists online players.
usage: Syntax error! Type /<command>