-
Notifications
You must be signed in to change notification settings - Fork 73
/
Copy pathplugin.yml
70 lines (70 loc) · 2.53 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
69
70
name: UhcCore
main: com.gmail.val59000mc.UhcCore
version: "@version@"
description: Automates UHC games on a dedicated server
author: val59000mc, Mezy
softdepend: [WorldEdit,Vault,ProtocolLib]
api-version: 1.13
commands:
uhccore:
description: "Type '/uhccore help' to see a list of commands"
usage: "/uhccore <sub-command> (Debug command only!)"
chat:
description: "Type '/chat' to toggle global chat"
usage: "/chat"
aliases: [c]
teleport:
description: "Type '/teleport <player>' to teleport to your teammates while spectating"
usage: "/teleport <player>"
aliases: [tp]
start:
description: "This command is used to toggle force starting of the game"
usage: /<command>
permission: "uhc-core.commands.start"
scenarios:
description: "This command is used to view and toggle scenarios."
usage: /<command>
aliases: [game, settings, uhc]
teaminventory:
description: "This command is used to open team inventory."
usage: /<command>
aliases: [ti, backpack, bp]
hub:
description: "This command is used to return back to the hub."
usage: /<command>
aliases: [lobby, leave, spawn]
iteminfo:
description: "This command is used to get the right item data for the config."
usage: "/<command> while holding a item."
permission: "uhc-core.commands.iteminfo"
revive:
description: "You can use this command to let a death player respawn in the game."
usage: /<command> <player>
permission: "uhc-core.commands.revive"
seed:
description: "This command is overridden from the vanilla /seed command to stop confusion."
usage: /<command>
permission: "minecraft.command.seed"
crafts:
description: "This command is used to open the custom crafting recipes menu"
usage: /<command>
aliases: [craft, recipe, recipes]
top:
description: "This command teleports players to the highest block above their head"
usage: /<command>
permission: "uhc-core.commands.top"
spectate:
description: "This command can be used to set yourself as spectator at the start of the game."
usage: /<command>
permission: "uhc-core.commands.spectate"
upload:
description: "This command can be used to upload a certain file to hastebin.com."
usage: /<command> <file-type>
permission: "uhc-core.commands.upload"
deathmatch:
description: "This command can be used to force-start the deathmatch."
usage: /<command> start
permission: "uhc-core.commands.deathmatch"
team:
description: "Used to manage teams."
usage: /<command> <sub-command>