[Commands] Add #removeitem Command. (#1847)

- Add #removeitem [Item ID] [Amount] command to remove items by amount versus nuking them all, removes all if amount is greater than what you or your target have.
This commit is contained in:
Kinglykrab
2021-11-27 21:41:54 -05:00
committed by GitHub
parent ba5bb09af7
commit 2be1321aa9
4 changed files with 88 additions and 0 deletions
+1
View File
@@ -226,6 +226,7 @@ void command_reloadtraps(Client *c, const Seperator *sep);
void command_reloadworld(Client *c, const Seperator *sep);
void command_reloadworldrules(Client *c, const Seperator *sep);
void command_reloadzps(Client *c, const Seperator *sep);
void command_removeitem(Client *c, const Seperator *sep);
void command_repop(Client *c, const Seperator *sep);
void command_resetaa(Client *c, const Seperator *sep);
void command_resetaa_timer(Client *c, const Seperator *sep);