Upgrades

All upgrades related options & configurations

Example

id: minion_expander

radius: 1
speed: 5

item:
  material: COMMAND_BLOCK
  amount: 1
  name: "&9Minion Expander"
  lore:
    - "&7This item can be used as a"
    - "&7minion upgrade. Increases the"
    - "&7effective radius of the minion"
    - "&7by &a1 &7extra block."
    - " "
    - "&7Increases the speed of your"
    - "&7minion by &a5%&7."
  glow: true

Identifier

id: example_id

Sets a identifier for the Upgrade.

Item

item:
  ...

Sets the Item of the Upgrade.

Click here to view about custom items

Speed

speed: 5

Changes the speed in percentage of the Upgrade.

Output

output: 2

Changes the output amount for the Upgrade.

Radius

radius: 1

Sets the change in radius for the Upgrade.

Converters

converters:
  example-converter:
    from:
      ...
    to:
      ...
  example-converter-2:
    from:
      ...
    to:
      ...

Sets the item converters for the Upgrade.

Click here to view about custom items

Drops

drops:
  ...

Sets the item drops for the Upgrade.

Click here to view more about randomizer

Click here to view about custom items