-
Notifications
You must be signed in to change notification settings - Fork 0
/
plugin.yml
85 lines (85 loc) · 3.19 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
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
name: CREssentials
main: com.craftrealms.CREssentials.CREssentials
version: 1.0
commands:
setspawn:
description: Sets the world spawn where the player is standing
usage: /setspawn
permission: cressentials.setspawn
permission-message: You dont have permission to set the world spawn
spawn:
description: Teleports player to server spawn point
usage: /spawn
permission: cressentials.spawn
permission-message: You dont have permission to use this command
tempban:
description: Temporarily ban a player for the given amount of time
usage: /tempban <player> <time>
permission: cressentials.tempban
permission-message: You dont have permission to use this command
tp:
aliases: teleport
description: Teleports a player to another online player
usage: /tp <player> <toplayer>
permission: cressentials.tp
permission-message: You dont have permission to use this command
whisper:
aliases: [pm, msg]
description: Send a private message to a player
usage: /whisper <to> <message>
permission: cressentials.pm
permission-message: You dont have permission to use this command
r:
aliases: reply
description: Reply to the last private message sent to you
usage: /r <message>
permission: cressentials.pm
permission-message: You dont have permission to use this command
heal:
description: Heals the player to full health
usage: /heal
permission: cressentials.heal
permission-message: You dont have permission to use this command
feed:
description: Restores player food level
usage: /feed
permission: cressentials.feed
permission-message: You dont have permission to use this command
burn:
description: Set the target player on fire
usage: /burn <player>
permission: cressentials.burn
permission-message: You dont have permission to use this command
clearinventory:
aliases: ci
description: Clears the player inventory of all items
usage: /clearinventory
permission: cressentials.clearinventory
permission-message: You dont have permission to use this command
exp:
aliases: xp
description: Show/set the experience of a player
usage: /exp {set/{playername}} {exp}
permission: cressentials.exp
permission-message: You dont have permission to use this command
fly:
description: Toggles player fly mode
usage: /fly <player>
permission: cressentials.fly
permission-message: You dont have permission to use this command
gamemode:
aliases: gm
description: Toggles player between creative and survival
usage: /gamemode
permission: cressentials.gamemode
permission-message: You dont have permission to use this command
getpos:
description: Reports a players current X, Y, and Z coordinates
usage: /getpos
permission: cressentials.getpos
permission-message: You dont have permission to use this command
god:
description: Makes a player invincible
usage: /god
permission: cressentials.god
permission-message: You dont have permission to use this command