From df0683ec8a5292bef79da4114a21aaf55d0d14d2 Mon Sep 17 00:00:00 2001 From: Minetest-j45 <55553015+Minetest-j45@users.noreply.github.com> Date: Sun, 13 Mar 2022 13:59:22 +0000 Subject: Apply suggestions --- README.md | 39 ++++++++++++++++++++++----------------- 1 file changed, 22 insertions(+), 17 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index 8604576..cb094b9 100644 --- a/README.md +++ b/README.md @@ -5,120 +5,125 @@ mt-multiserver-chatcommands provides a useful chat command interface for mt-mult > `shutdown` ``` -Usage: `shutdown` Perm: cmd_shutdown Description: Disconnect all clients and stop the server. +Usage: `shutdown` ``` > `find` ``` -Usage: `find ` Perm: cmd_find Description: Check whether a player is connected and report their upstream server if they are. +Usage: `find ` ``` > `addr` ``` -Usage: `addr ` Perm: cmd_addr Description: Find the network address of a player if they're connected. +Usage: `addr ` ``` > `alert` ``` -Usage: `alert ` Perm: cmd_alert Description: Send a message to all connected clients regardless of their upstream server. +Usage: `alert ` ``` > `send` ``` -Usage: `send | current | all >` Perm: cmd_send Description: Send player(s) to a new server. player causes a single player to be redirected, current affects all players that are on your current server and all affects everyone. +Usage: `send | current | all >` +TelnetUsage: `send | all >` +Example: `send player lobby bob` ``` > `players` ``` -Usage: `players` Perm: cmd_players Description: Show the player list of every server. +Usage: `players` ``` > `reload` ``` -Usage: `reload` Perm: cmd_reload Description: Reload the configuration file. You should restart the proxy instead if possible. +Usage: `reload` ``` > `group` ``` -Usage: `group [name]` Perm: cmd_group Description: Display the group of a player. Display your group if no player name is specified. +Usage: `group [name]` +TelnetUsage: `group ` ``` > `perms` ``` -Usage: `perms [name]` Perm: cmd_perms Description: Show the permissions of a player. Show your permissions if no player name is specified. +Usage: `perms [name]` +TelnetUsage: `perms ` ``` > `gperms` ``` -Usage: `gperms ` Perm: cmd_gperms Description: Show the permissions of a group. +Usage: `gperms ` ``` > `server` ``` -Usage: `server [server]` Perm: cmd_server Description: Display your current upstream server and all other configured servers. If a valid server name is specified, switch to that server. +Usage: `server [server]` +TelnetUsage: `server` ``` > `kick` ``` -Usage: `kick [reason]` Perm: cmd_kick Description: Disconnect a player with an optional reason. +Usage: `kick [reason]` ``` > `ban` ``` -Usage: `ban ` Perm: cmd_ban Description: Ban a player from using the proxy. +Usage: `ban ` ``` > `unban` ``` -Usage: `unban ` Perm: cmd_unban Description: Remove a player from the ban list. Accepts addresses and names. +Usage: `unban ` ``` > `uptime` ``` -Usage: `uptime` Perm: cmd_uptime Description: Show the uptime of the proxy. +Usage: `uptime` ``` > `help` ``` -Usage: `help [command]` Perm: cmd_help Description: Show help for a command (all commands if unspecified). +Usage: `help [command]` ``` > `usage` ``` -Usage: `usage [command]` Perm: cmd_usage Description: Show the usage string of a command (all commands if unspecified). +Usage: `usage [command]` ``` -- cgit v1.2.3