Health Settings

These settings will determine what items can be used and how health is affected by the plugin.

items:

  1. Adrenaline

  2. Antibiotics

  3. Bandage

  4. First Aid Kit

Each item has the same set up:

itemName:

This is the ID of the item.

name:

This is the name of the item, this can be anything you want.

TIP: Minecraft colours can be used in the item name and lore.

lore:

This is the lore for the item, again, this can be anything you want.

material:

This is the Minecraft material that you want to use for the item.

data:

Data sets the custom model data for the item. You can set this to whatever you want, but it will need to correspond to your resource pack. If you have not set up your own resource pack, then you can use the UndeadPandemic resource pack. Items will be already be set up to work with the config.

Here is an example item.

health:
  items:
    adrenaline:
      name: 'Adrenaline'
      lore: 'Temporarily Cure an Infection'
      material: MUSIC_DISC_MALL
      data: 123456

Last updated