From 81946685ac2f893d7929d94d7a29b911e651eb01 Mon Sep 17 00:00:00 2001 From: magmaus3 Date: Tue, 11 Jul 2023 14:01:41 +0000 Subject: [PATCH] Add Commands --- Commands.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 Commands.md diff --git a/Commands.md b/Commands.md new file mode 100644 index 0000000..39d7534 --- /dev/null +++ b/Commands.md @@ -0,0 +1,15 @@ +List of all commands in Project GunGame: + + command | description + ------------------------------- | ------------------------------------------------ + `/help` | Lists available commands + `/suicide` | Kills you + `/ping` | Shows your current ping + `/editon {username}` | Grants edit permissions to the specified user + `/editoff {username}` | Revokes edit permissions from the specified user + `/changelevel` | Shows level selection screen + `/favorite` | Marks current level as favorite + `/unfavorite` | Unmarks current level as favorite + `/kick {username}` | Kicks the specified user from the game + `/blockrespawntime {time_ms}`* | Sets the block respawn time + `/blockdamagemultiplier {int}`* | Sets the terrain damage multiplier \ No newline at end of file