aboutsummaryrefslogtreecommitdiff
path: root/docs/hosting-a-server-with-northstar/dedicated-server
diff options
context:
space:
mode:
authorjames-amarth <116909003+james-amarth@users.noreply.github.com>2023-02-03 10:06:14 -0500
committerGitHub <noreply@github.com>2023-02-03 16:06:14 +0100
commitfbdbf4fc302e3eb5cc9d19dd0ca22cf741257999 (patch)
tree0b85969201043a6d8e2081d1fdad55850d4cbcb5 /docs/hosting-a-server-with-northstar/dedicated-server
parent8eb23986082217752109ef6e04fb342fe2febfa8 (diff)
downloadNorthstarWiki-fbdbf4fc302e3eb5cc9d19dd0ca22cf741257999.tar.gz
NorthstarWiki-fbdbf4fc302e3eb5cc9d19dd0ca22cf741257999.zip
Add usage docs for `ns_allow_kill_commands` (#122)
* Added ns_allow_kill_commands
Diffstat (limited to 'docs/hosting-a-server-with-northstar/dedicated-server')
-rw-r--r--docs/hosting-a-server-with-northstar/dedicated-server/README.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/hosting-a-server-with-northstar/dedicated-server/README.md b/docs/hosting-a-server-with-northstar/dedicated-server/README.md
index 3f6b1e2..7133274 100644
--- a/docs/hosting-a-server-with-northstar/dedicated-server/README.md
+++ b/docs/hosting-a-server-with-northstar/dedicated-server/README.md
@@ -130,6 +130,7 @@ They allow the server admin to set server's properties like the name, TCP port,
| `ns_private_match_last_mode` | Forces the lobby to a specific Gamemode | `tdm` | Any [Gamemode](./#gamemodes) |
| `ns_private_match_last_map` | Forces the lobby to a specific map | `mp_forwardbase_kodai` | Any [Map](./#maps) |
| `ns_disallowed_weapons` | Blacklists weapons | | List of [Weapons](./#weapons) separated by a comma |
+| `ns_allow_kill_commands` | Enables the use of `kill` in the console | `0` | `0-1` |
| `ns_disallowed_weapon_primary_replacement` | Replaces blacklisted weapons by one weapon | | a [Weapon](./#weapons) |
| `ns_should_log_unknown_clientcommands` | Whether unknown clientcommands should be printed in the console, worth disabling if they get on your nerves | `1` | `0-1` |
| `net_chan_limit_mode` | If 0, don't limit the netchannel processing time individual clients are allowed. If 1, kick clients that go over the limit. If 2, log clients that go over the limit in console | `2` | `0-2` |