Fuels

All fuels related options & configurations

Example

id: coal

duration: 30m

speed: 5

item:
  material: COAL
  name: "&fCoal"
  lore:
    - "&8Brewing Ingredient"
    - "&7increases the speed of"
    - "&7your minion by &a5%"
    - "&7for 30 minutes!"
    - " "
    - "&f&lCOMMON"

Identifier

id: example_id

Sets a identifier for the Fuel.

Item

item:
  ...

Sets the Item of the Fuel.

Click here to view about custom items

Duration

duration: 10m

Sets the duration of the Fuel.

Use s for seconds, m for minutes and h for hours

Use -1 for unlimited duration

Speed

speed: 5

Sets the change in speed (in percentage) of the Fuel.

Output

output: 2

Sets the change in output amount for the Fuel.

Was this helpful?