Effects - Palgia/ItemAdder-Skript-API GitHub Wiki
Effects
Place custom block at location
(ia|itemadder) (set|place) [custom]block %text% at %location%
Example: ia set block "itemsadder:modern_quartz" at location of player
Remove custom block at location
(ia|itemadder) (delete|remove) [custom]block at %location%
Give custom item to player
(ia|itemadder) (get|give|add) %integer% of %text% to %player%
Example: ia give 3 of "itemsadder:ruby" to Palgia
Remove custom item from inventory of player
(ia|itemadder) (remove|delete) %integer% of %text% from %player%
Example: ia remove 5 of "itemsadder:pizza" from Palgia
Spawn entity at location
(ia|itemadder) spawn %text% at %location%
Example: ia spawn "creaturesplus:soul" at location of player
Increment the age of a custom crop
(ia|itemadder) increment [custom]crop age of %block% by %number%
Fully grow a custom crop
(ia|itemadder) set [custom]crop %block% fully grown
Place custom crop at location
(ia|itemadder) (set|place) [custom]crop %text% at %location%