Revive Book

Revive book configuration.

Template

reviveBook:
  enabled: true
  name: "Your Revive Book Item Name"
  material: "PAPER"
  inventory-title: "&a&lRevive player!"
  lore:
    - "&6Revives targeted player!"
  skull-lore:
    - "&aPress on the head to revive."

enabled

Determines if the revive book is usable.

name

You can put any name here that Minecraft allows. Of course colors are supported.

material

This is where you define what revive book item should be. You have to take name of the "material" from spigot documentation. Please note that the names are case sensitive.

inventory-title

You can put any name here that Minecraft allows. Of course colors are supported.

lore

Here you can add a description to the revive book the way Minecraft allows. Colors are supported.

skull-lore

Here you can add a description to the player's skull in the select menu the way Minecraft allows. Colors are supported.

Last updated