This plugin allows server owners to define items that swap places on a trigger ex. when a player sneaks if the item in their hand is a sword, swap it with a bow in their inventory, then when they unsneak the sword is returned to its original place.
Allows item places to switch when a player triggers a listener.
PlayerSneakDetectorOn : Whether or not sneak detector is enabled.
Any Integer with a list of item it can swap with. ex.
276: - 261
That will swap item id 276 with item id 261 when triggered. You can have multiple swap items.
ex.
276: - 261 - 213 - 112
Full configuration Example:
PlayerSneakDetectorOn: true 276: - 261
QuickSwap.use: Allows player to use the quickswap function.
V 1 : Initial Release