-
'iaitem <itemID> [amount:x]'
-
e.g. 'iaitem itemsadder:ruby amount:4'
Check if the player has all specified items in his inventory -
'iawear <itemID>'
-
e.g 'iawear itemsadder:ruby_helmet'
Check if the player is wearing specified armor -
'iahand <itemID> [amount:x]'
-
Check if the player is holding a specified item in his hand
-
'iablockat <blockID> <x;y;z;world>'
-
e.g. 'iablock itemsadder:ruby_ore 40;72;3;world'
Check if the block is at location
-
'iaitem <ADD/REMOVE> <itemID> [amount:x]'
-
Adds/Removes items to/from player’s inventory
-
'iablockat <blockID> <x;y;z;world>'
-
Changes the block at the given position
-
'iaplayanimation <animationID>'
-
Play animated title
-
'iacraft <itemID> [amount:x]'
-
To complete this objective the player must craft specified item
-
'iapickup <itemID> [amount:x] [notify]'
-
e.g. 'iapickup itemsadder:ruby amount:3 notify'
To complete this objective you need to pick up the specified amount of items -
'iablockbreak <blockID> [amount:x] [notify:number]'
-
e.g. iablockbreak itemsadder:ruby_ore amount:5 notify:1'
To complete this objective player must break specified amount of blocks -
'iablockplace <blockID> [amount:x] [notify:number]'
-
To complete this objective player must place specified amount of blocks
- Create Enchant objective documentation
- Create Smelting objective documentation