Remove GameConfig (#874)

* Remove GameConfig

* Fully remove GmeConfig

* Update worldconfig.ini

Co-authored-by: Aaron Kimbrell <aronwk.aaron@gmail.com>
This commit is contained in:
David Markowitz
2023-01-06 21:21:40 -08:00
committed by GitHub
parent fc75d6048f
commit 1ac898ba00
8 changed files with 4 additions and 114 deletions

View File

@@ -36,8 +36,6 @@
|Command|Usage|Description|Admin Level Requirement|
|--- |--- |--- |--- |
|announce|`/announce`|Sends a announcement. `/setanntitle` and `/setannmsg` must be called first to configure the announcement.|8|
|config-set|`/config-set <key> <value>`|Set configuration item.|8|
|config-get|`/config-get <key>`|Get current value of a configuration item.|8|
|kill|`/kill <username>`|Smashes the character whom the given user is playing.|8|
|metrics|`/metrics`|Prints some information about the server's performance.|8|
|setannmsg|`/setannmsg <title>`|Sets the message of an announcement.|8|