Update README.md

This commit is contained in:
Resxt 2023-03-21 17:25:41 +01:00 committed by GitHub
parent cab303f26a
commit ceab91035f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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 |