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.
Features
- Allows server owners to configure items that switch on trigger.
- Multiple switchable items can be defined
- Permissions support
Description
Allows item places to switch when a player triggers a listener.
Configuration
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
Permissions
QuickSwap.use: Allows player to use the quickswap function.
TODO
- add more listeners
Changelog
V 1 : Initial Release