added -d flag to item give command authored by Lxlp's avatar Lxlp
...@@ -20,6 +20,7 @@ Item Commands ...@@ -20,6 +20,7 @@ Item Commands
- **/mm items get [item_name] <amount>** *Gives yourself an item from the configured mob equipment.* - **/mm items get [item_name] <amount>** *Gives yourself an item from the configured mob equipment.*
- **/mm items give [player] [item_name] <amount>** *Gives a player an item from the configured mob equipment.* - **/mm items give [player] [item_name] <amount>** *Gives a player an item from the configured mob equipment.*
- **/mm items give -s [player] [item_name] <amount>** *Silently gives a player an item from the configured mob equipment.* - **/mm items give -s [player] [item_name] <amount>** *Silently gives a player an item from the configured mob equipment.*
- **/mm items give -d [player] [item_name] <amount>** *Gives a player an item from the configured mob equipment, and drops the items in excess on the ground.*
- **/mm items list** * *Lists off all configured mob equipment.* - **/mm items list** * *Lists off all configured mob equipment.*
- **/mm item import <itemName> [fileName]** * *Imports held item to the Items folder. (File name defaults to <itemName>.yml)* - **/mm item import <itemName> [fileName]** * *Imports held item to the Items folder. (File name defaults to <itemName>.yml)*
... ...
......