Skip to content

Item definition

Sven Rahn edited this page Jun 13, 2018 · 3 revisions

If CommandUtils lets you specify an item, there are two ways how to do it:

  1. Use the normal fully qualified item names:
minecraft:cookie
minecraft:stone

pixelmon:master_ball
  1. Use a ByteItems definition. You have to install ByteItems first.

Save an item using /byteItems save <id> and re-use it in the CommandUtils context. You can read more on the ByteItems wiki.

byte-items:test1
byte-items:vote-reward
Clone this wiki locally