From 5fe50e216fa9d59cd9ef6da527853c6ba1bf87df Mon Sep 17 00:00:00 2001 From: Resxt <55228336+Resxt@users.noreply.github.com> Date: Thu, 16 Feb 2023 04:31:44 +0100 Subject: [PATCH] Update README.md --- chat_commands/README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/chat_commands/README.md b/chat_commands/README.md index 68229c1..5d337b8 100644 --- a/chat_commands/README.md +++ b/chat_commands/README.md @@ -15,6 +15,7 @@ Also note that this script doesn't provide any command on its own. You must inst - All exceptions are handled with error messages (no commands on the server, not enough arguments, command doesn't exist, command doesn't have any help message, player doesn't exist etc.) - A `commands` command that lists all available commands on the server you're on dynamically - A `help` command that explains how to use a given command. For example `help map` +- All commands that require a target work with `me`. Also it doesn't matter how you type the player's name as long as you type the full name. - Configurable command prefix. Set to `!` by default - A plugin system to easily allow adding/removing commands. Each command has its own GSC file to easily add/remove/review/configure your commands. This also makes contributing by creating a PR to add a command a lot easier