diff --git a/scripts/server/command.js b/scripts/server/command.js index d05449f8..c4708a4f 100644 --- a/scripts/server/command.js +++ b/scripts/server/command.js @@ -353,6 +353,7 @@ function loadCommands() { new CommandData("itemtypeorderprice", setItemTypeOrderPriceCommand, " ", getStaffFlagValue("ManageItems"), true, false, "Sets an item type's order price (base price when ordering for a business"), new CommandData("itemtyperiskmult", setItemTypeRiskMultiplierCommand, " ", getStaffFlagValue("ManageItems"), true, false, "Sets an item type's risk multiplayer (higher value for more dangerous or rare illegal items)"), new CommandData("itemtypeenabled", toggleItemTypeEnabledCommand, "", getStaffFlagValue("ManageItems"), true, false, "Toggles an item type on or off (if off, any items with that type can't be interacted with)"), + new CommandData("itemtypedropmodel", setItemTypeDropModelCommand, " ", getStaffFlagValue("ManageItems"), true, false, "Sets the drop model for the object of an item type when dropped"), new CommandData("itemtypedroppos", setItemTypeDropPositionCommand, " [x] [y] [z]", getStaffFlagValue("ManageItems"), true, false, "Sets the offset position for the object of an item type when dropped"), new CommandData("itemtypedroprot", setItemTypeDropRotationCommand, " [x] [y] [z]", getStaffFlagValue("ManageItems"), true, false, "Sets the rotation for the object of an item type when dropped"), new CommandData("itemtypedropscale", setItemTypeDropScaleCommand, " [x] [y] [z]", getStaffFlagValue("ManageItems"), true, false, "Sets the scale for the object of an item type when dropped"),