Add send_multiple command

This commit is contained in:
N00byKing
2022-01-29 15:10:02 +01:00
committed by Fabian Dill
parent 6def1bce25
commit 00bf9c569a
2 changed files with 13 additions and 7 deletions

View File

@@ -91,5 +91,6 @@ including the exclamation point.
- `/allow_forfeit <player name>` Allows the given player to use the `!forfeit` command.
- `/forbid_forfeit <player name>` Bars the given player from using the `!forfeit` command.
- `/send <player name> <item name>` Grants the given player the specified item.
- `/send_multiple <amount> <player name> <item name>` Grants the given player the stated amount of the specified item.
- `/hint <player name> <item or location name>` Send out a hint for the given item or location for the specified player.
- `/option <option name> <option value>` Set a server option. For a list of options, use the `/options` command.