mirror of
https://github.com/kaboomserver/extras.git
synced 2025-08-05 12:03:08 +00:00
Merge 2f53cee62a
into a06a8e9cea
This commit is contained in:
commit
1165b6f0ea
1 changed files with 2 additions and 1 deletions
|
@ -133,7 +133,8 @@ public final class ServerCommand implements Listener {
|
||||||
}
|
}
|
||||||
case "/minecraft:ban", "/ban", "/minecraft:kick", "/kick",
|
case "/minecraft:ban", "/ban", "/minecraft:kick", "/kick",
|
||||||
"/minecraft:tell", "/tell", "/minecraft:msg", "/msg",
|
"/minecraft:tell", "/tell", "/minecraft:msg", "/msg",
|
||||||
"/minecraft:w", "/w", "/minecraft:say", "/say" -> {
|
"/minecraft:w", "/w", "/minecraft:say", "/say", "/minecraft:me",
|
||||||
|
"/me" -> {
|
||||||
return checkSelectors(arr, 1);
|
return checkSelectors(arr, 1);
|
||||||
}
|
}
|
||||||
case "/minecraft:spreadplayers", "/spreadplayers" -> {
|
case "/minecraft:spreadplayers", "/spreadplayers" -> {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue