From 690faa8d82d1962b111720a95eb3e983b27334e5 Mon Sep 17 00:00:00 2001 From: the_z Date: Tue, 15 Oct 2019 22:24:04 +0100 Subject: [PATCH] Update README.md --- README.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 508606bb..f8977c0f 100755 --- a/README.md +++ b/README.md @@ -86,10 +86,10 @@ Commands that can be executed by any player. * `!top_time` - Shows the global play time leaderboard * `!top_wave_kills` - Shows information about who killed the most ZEDs in the current wave. Generally for use with `start_trc` - - Example: `!start_trc top_wave_kills` + - Example: `!start_trc -- top_wave_kills` * `!top_wave_dosh` - Shwows information about who earned the most dosh in the current wave. Generally for use with `!start_trc` - - Example: `!start_trc top_wave_dosh` + - Example: `!start_trc -- top_wave_dosh` * `!server_kills` - Shows total kills on the server * `!server_dosh` - Shows total dosh earned on the server * `!scoreboard` - Shows the complete player scoreboard, useful on servers with >6 max players @@ -114,7 +114,7 @@ the `!op` command. - Example: `!deop the_z` * `!say ` - Echoes a message into chat - Example: `!say The quick brown fox jumps over the lazy dog` - - Example: `!start_trc say The trader is open` + - Example: `!start_trc -- say The trader is open` * `!players` - Shows detailed information about players on the server * `!kick ` - Kicks `` from the match - Example: `!kick the_z` @@ -137,30 +137,30 @@ the `!op` command. - Example: `!password off` Disables the game password - Example: `!password --set somePass` Sets a specific password * `!start_jc -- ` - Start a command that runs every time a player joins - - Example: `!start_jc say Welcome %PLR` - Greets a player on join + - Example: `!start_jc -- say Welcome %PLR` - Greets a player on join - Available tokens: `%PLR` - username, `%KLL` - total kills, `%DSH` - total dosh; `%PLR` - username, `%BCK` - "back" if sessions > 1, `%DRK` - dosh rank, `%KRK` - kill rank, `%TME` - play time, `%TRK` - play time rank, `%SES` - sessions * `!stop_jc` - Stops all join commands -* `!start_wc [-w ] ` - Start a command that runs on wave `` +* `!start_wc [-w ] -- ` - Start a command that runs on wave `` - `-w` Wave to run the command on, can be omitted to have the command run every wave - `-w` Can be negative to count backwards from the boss wave - - Example: `!start_wc -1 say Welcome to the boss wave` + - Example: `!start_wc -1 -- say Welcome to the boss wave` * `!stop_wc` - Stops all wave commands * `!start_tc [-r, -t ] -- ` - Start a command that runs after `` seconds - Option `-r`: Add to have the command run repeatedly - Option `-t`: Required, the number of seconds before the command runs - - Example: `!start_tc -rt 600 say Join our Steam group!\n + - Example: `!start_tc -rt 600 -- say Join our Steam group!\n http://steam.group/` * `!stop_tc` - Stops all timed commands * `!start_trc [-w ] -- ` - Start a commands that runs when the trader opens - `-w` Wave to run the command on, can be omitted to have the command run every wave - `-w` Can be negative to count backwards from the boss wave - - Example: `!start_trc top_wave_dosh` - Shows who earned the most dosh + - Example: `!start_trc -- top_wave_dosh` - Shows who earned the most dosh every wave when the trader opens * `!stop_trc` - Stop all commands that run on trader open * `!silent` - Toggles suppression of all chat output, commands still have @@ -173,10 +173,10 @@ the `!op` command. - Example: `!marquee example` * `!update_motd ` - Refreshes the welcome screen leaderboard, type is one of: kills, dosh, or time - - Example: `!start_tc 300 update_motd kills` + - Example: `!start_tc 300 -- update_motd kills` * `!reload_motd` - Reloads the server's `*.motd` file from `conf` * `!enforce_dosh ` - Kicks all players that have more dosh than the specified `amount` - - Example: `!start_tc 600 enforce_dosh 60000` + - Example: `!start_tc 600 -- enforce_dosh 60000` ### MOTD leaderboard