GiveItemEffect - Septillihedron/SuperheroesPlusSchema GitHub Wiki
GiveItemEffect - An object
Properties
mode - Required enum
Allowed values
- ALL
- OTHER
- SELF
The mode of operation
Defaults to SELF
ItemStack
item - RequiredThe item to give
dropIfFull - Optional boolean
If true, drops the items that did not fit into the inventory
Defaults to true