Skip to main content

DropItem

Drops items from players' inventories.

Syntaxโ€‹

DropItem @players itemTypeToDrop amountToDrop?

Argumentsโ€‹

NameRequiredTypeDescription
playersYesPlayer variable (e.g. @all, @classDPlayers)
itemTypeToDropYesItemType enum value - found using 'serhelp ItemType' command
amountToDropNoA whole number bigger or equal 1Default: 1

On a running serverโ€‹

Use serhelp DropItem to inspect the reference generated by your installed SER version.