From c43d955ce25d600f5aca3c3214107885ff890b39 Mon Sep 17 00:00:00 2001 From: Resxt <55228336+Resxt@users.noreply.github.com> Date: Sun, 19 Mar 2023 13:41:39 +0100 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 c596f1d..2c428cd 100644 --- a/chat_commands/README.md +++ b/chat_commands/README.md @@ -13,7 +13,7 @@ Also note that this script doesn't provide any command on its own. You must inst ### Main features -- Easy per server (port) commands configuration. You can either pass an array of one server port, or multiple, or the `level.commands_servers_ports` array to easily add a command to one/multiple/all servers +- Easy per server (port) commands configuration. You can either pass an array of one server port, or multiple, or the `level.chat_commands["ports"]` array to easily add a command to one/multiple/all servers - Chat text print and functions support - Optional permissions level system to restrict commands to players with a certain permission level (disabled by default) - 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.)