-
Notifications
You must be signed in to change notification settings - Fork 0
/
plugin.yml
64 lines (64 loc) · 2.2 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
name: CC-Essentials
main: fr.cartooncraft.essentials.CCEssentials
version: 0.1
commands:
list:
description: Return players list.
usage: /list
spawn:
description: Teleport you or somebody to spawn.
usage: /spawn [player]
tp:
description: Teleports you to another player, or teleport a player to another.
usage: /tp <player> | /tp <player1> <player2> | /tp <x> <y> <z> | /tp <player> <x> <y> <z>
teleport:
description: Teleports you to another player, or teleport a player to another.
usage: /teleport <player> | /teleport <player1> <player2> | /teleport <x> <y> <z> | /teleport <player> <x> <y> <z>
kill:
description: Kill yourself or a player
usage: /kill [player]
broadcast:
description: ...
usage: /broadcast <msg>
tell:
description: Send a message to another guy.
usage: /tell <player> <msg>
whisp:
description: Send a message to another guy.
usage: /whisp <player> <msg>
whisper:
description: Send a message to another guy.
usage: /whisper <player> <msg>
t:
description: Send a message to another guy.
usage: /t <player> <msg>
w:
description: Send a message to another guy.
usage: /w <player> <msg>
pm:
description: Send a message to another guy.
usage: /pm <player> <msg>
mp:
description: Send a message to another guy.
usage: /mp <player> <msg>
msg:
description: Send a message to another guy.
usage: /msg <player> <msg>
kick:
description: Kick a player with reason.
usage: /kick <player> [reason]
heal:
description: Heal a player.
usage: /heal [player]
feed:
description: Feed a player.
usage: /feed [player]
tpall:
description: Teleport all players.
usage: /tpallall | /tpall <player> | /tpall <x> <y> <z>
kickall:
description: Kick all players (except OPs).
usage: /kickall <reason>
kickallop:
description: Kick all players (include OPs, except you).
usage: /kickallop <reason>