From ceab91035fd38a5fa253fef4b0a40cbabf822360 Mon Sep 17 00:00:00 2001 From: Resxt <55228336+Resxt@users.noreply.github.com> Date: Tue, 21 Mar 2023 17:25:41 +0100 Subject: [PATCH] Update README.md --- chat_commands/zm/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chat_commands/zm/README.md b/chat_commands/zm/README.md index 6e5ee68..bf3df10 100644 --- a/chat_commands/zm/README.md +++ b/chat_commands/zm/README.md @@ -12,6 +12,6 @@ These scripts go in `scripts\zm` | Name | Description | Arguments expected | Example | Permission level | |---|---|---|---|---| -| setpoints | Changes of much points the targeted player has | (1) the name of the targeted player (2) the new amount of points to set | `!setpoints me 50000` | 3 | +| setpoints | Changes how much points the targeted player has | (1) the name of the targeted player (2) the new amount of points to set | `!setpoints me 50000` | 3 | | addpoints | Gives points to the targeted player | (1) the name of the targeted player (2) the amount of points to give | `!addpoints Resxt 2500` | 3 | | takepoints | Takes/removes points from the targeted player | (1) the name of the targeted player (2) the amount of points to take from the player | `!takepoints Resxt 500` | 3 |