Mortis Development
  • 👋Mortis Development
  • Mortis Core
    • Commands & Permissions
    • Custom Items
      • Detectors
      • Crafting Recipes
    • Custom Menus
      • Menu Items
      • Actions
        • Action Types
      • Requirements
    • Custom Blocks
    • Custom Mobs
    • Randomizer
    • Actions
      • Action Types
    • Requirements
      • Requirement Types
    • Default Configs
  • Mortis Minion
    • Commands & Permissions
    • Placeholders
    • Minions
      • Layouts
      • Minion Tiers
    • Skins
    • Fuels
    • Shippings
    • Upgrades
    • External Storages
    • Action Types
    • Default Configs
  • Mortis Bank
    • Commands & Permissions
    • Placeholders
    • Accounts
    • Action Types
    • Default Configs
Powered by GitBook
On this page
  • Example
  • Identifier
  • Item
  • Speed
  • Output
  • Radius
  • Converters
  • Drops

Was this helpful?

  1. Mortis Minion

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.

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.

Drops

drops:
  ...

Sets the item drops for the Upgrade.

PreviousShippingsNextExternal Storages

Was this helpful?

Click here to view about custom items
Click here to view about custom items
Click here to view more about randomizer
Click here to view about custom items