feat(Scripts/Command): implement new command: bags clear (#8549)

This commit is contained in:
UltraNix
2021-11-04 13:10:34 +01:00
committed by GitHub
parent 20bb394901
commit 8af051d6d6
2 changed files with 129 additions and 1 deletions

View File

@@ -0,0 +1,6 @@
INSERT INTO `version_db_world` (`sql_rev`) VALUES ('1634327540840591400');
DELETE FROM `command` WHERE `name` IN ('bags','bags clear');
INSERT INTO `command` VALUES
('bags',2,'Syntax: .bags $subcommand \nType .bags to see the list of possible subcommands or .help bags $subcommand to see info on subcommands'),
('bags clear',2,'Syntax: .bags clear $itemQuality \nClear from players\' bags all items including and below $itemQuality (or all items if used .bags clear all).');