From 93e8e22b5e4bdf84a48c2e10031dc7d45c295c10 Mon Sep 17 00:00:00 2001 From: Susideur-YT <56844734+Susideur@users.noreply.github.com> Date: Mon, 19 Apr 2021 17:38:29 +0200 Subject: [PATCH] add new commands --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index b8a143d..7e8cde9 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ * `/ut` Tells you the name of the unit you are controlling. * `/vnw` (VoteNewWave) Vote for Sending a new Wave. * `/maps` List all maps on server. -- [x] `/info-all [username]` Get all the player information. +* `/info-all [username]` Get all the player information. ### Admin Only Commands * `/team [teamname]` This command lets admins change teams. @@ -14,12 +14,12 @@ * `/pardon ` Pardon a votekicked player by ID and allow them to join again. * `/ban ` Ban a person. * `/unban ` Unban a person. -- [x] `/players [all|online|ban]` Gives the list of players according to the type of filter given. +* `/players [all|online|ban]` Gives the list of players according to the type of filter given. +* `/kill [username]` Kill a player. - [ ] `/tp [to_name|x,y]` Teleport to a coordinate or a player. -- [x] `/kill [username]` Kill a player. ### Server Commands -- [x] `unban-all [y|n]` Unban all ID and IP. +* `unban-all [y|n]` Unban all ID and IP. - [ ] `auto-pause [on|off]` Pause the game if no one is connected.