forked from sebagius7110/MoreCommands
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathplugin.yml
More file actions
53 lines (52 loc) · 1.53 KB
/
plugin.yml
File metadata and controls
53 lines (52 loc) · 1.53 KB
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: MoreCommands
main: GlaciercreepsMC\morecommands\MoreCommands
version: 1.1.4
api: [1.10.0, 1.11.0, 1.12.0]
description: Adds more commands for moderators and admins
commands:
gms:
usage: /gms
description: Changes gamemode to survival
gmc:
usage: /gmc
description: Changes gamemode to creative
gma:
usage: /gma
description: Changes gamemode to adventure
gmspc:
usage: /gmspc
description: Changes gamemode to spectator
slay:
usage: /slay <player>
description: Slays the specified player
heal:
usage: /heal [player]
description: Heals you or a specified player
last:
usage: /last [count] or /last history
description: Repeats last command. If count (a number) is supplied, it repeats the nth last command
uuid:
usage: /uuid
description: Shows your uuid and id
permissions:
morecommands.heal:
default: op
description: Allows you to heal yourself or others
morecommands.gmc:
default: op
description: Lets you use /gmc
morecommands.gms:
default: op
description: Lets you use /gms
morecommands.gma:
default: op
description: Lets you use /gma
morecommands.gmspc:
default: op
description: Lets you use /gmspc
morecommands.slay:
default: op
description: Lets you /slay others
morecommands.uuid:
default: op
description: Lets you look at your uuid and entity id