Ultimate plugin that allows you to fully customize the Totem of Undying as your choice.
Feature
- EVERYTHING IS TOTEM
- Set a priority slot to use the Totem
- Can use Totem from slot Armor, Inventory, off-hand, Hotbar
- Whitelist and Blacklist item as you want
- Custom message when you survive!
- Custom sound and particle
- Easy-to-use config file
Command - Permission
/everythingistotem reload -
everythingistotem.reload
Example config.yml
Code (YAML):
# if true, only use item in off-hand as Totem
only_off_hand
: false
# Priority of searching item to use as Totem
# Can't remove this section, but you can adjust priority.
# Default plugin will use item from OFF_HAND > HOTBAR > ARMOR > INVENTORY
search_priority
:
- OFF_HAND
- HOTBAR
- ARMOR
- INVENTORY
# What slot plugin should use item as Totem?
available_slot:
OFF_HAND
: true
HOTBAR
: true
ARMOR
: true
INVENTORY
: true
# If true, plugin will remove 1 item from selected slot.
consume_one_item
: true
# Whitelist and Blacklist of using item
item_filter:
allow_items:
enable
: false
list
:
-
"minecraft:nether_star"
-
"minecraft:enchanted_golden_apple"
blacklist_items:
enable
: false
list
:
-
"minecraft:totem_of_undying"
# Sound and particle when dying.
effects:
play_sound
: true
sound
:
"minecraft:item.totem.use"
show_particles
: true
particle
:
"minecraft:totem"
# Message showing when successfully survive
custom_message:
enable
: true
message
:
"&aYour &e%item% &asaved you from death using slot: &e%slot%!"