Skip to main content

GiveItem

Gives an item to players.

Syntax

GiveItem @players item amount?

Arguments

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

Validated examples using this method

On a running server

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