Hotswap allows for players to quickly swap armor items. All the player has to do is right click with the item they wish to wear. For example, a player may be in battle and discover the enemy is in retreat. Now the player just has to right click with an elytra, this will replace the chestplate they are wearing with the elytra.
Config:
Code (YAML):
# Hotswap: #
# ------------------------------------------------------- #
# If chestplate is disabled, elytra will also be disabled #
swap:
helmet
: true
chestplate
: true
leggings
: true
boots
: true
elytra
: true
# Container Prevention #
# --------------------------------------------------- #
# If enabled, Hotswap will override chests/containers #
container-swap
: false
# Multiple World Support #
# ---------------------------------------------------------------- #
# If all is set to false, Hotswap will only work in default worlds #
worlds:
all
: true
default
:
- world
- world_nether
- world_the_end
- creative
# DO NOT CHANGE #
# ------------- #
first
: true