From 9677af16416199d7c8c9f4a7db55c442d6e2a6b1 Mon Sep 17 00:00:00 2001 From: Resxt <55228336+Resxt@users.noreply.github.com> Date: Mon, 9 Oct 2023 07:39:51 +0200 Subject: [PATCH] Update README.md --- chat_commands/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chat_commands/README.md b/chat_commands/README.md index 31980b3..b263cee 100644 --- a/chat_commands/README.md +++ b/chat_commands/README.md @@ -29,7 +29,7 @@ You must install at least one command script to be able to use commands. Otherwi - A `commands` command that lists all available commands on the server you're on dynamically (only lists commands you have access to if the permission system is enabled) - A `help` command that explains how to use a given command. For example `help map` (only works on commands you have access to if the permission system is enabled) - `alias` and `aliases` commands that list the available aliases for a command. For example `alias godmode` (only works on commands you have access to if the permission system is enabled) -- 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. +- 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 his full name or type the beginning of his username (has to be unique, see [#3](https://github.com/Resxt/Plutonium-IW5-Scripts/pull/3/commits/2efa784709b5c42811510c67c3e6a2fc5eb3fc70)). - 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