PutOn

Allow putting on any items on the armor slots

224

PutOn

This plugin adds possibility to put any items on helmet, chestplate, leggings, boots slots and commands that also do this

Config:

```yaml allow_helmet: true # Allow put items on helmet slot allow_chestplate: false # Allow put items on chestplate slot allow_leggings: false # Allow put items on leggings slot allow_boots: false # Allow put items on boots slot

helmet_commands: [ "head", "helmet" ] # Commands that put item from hand as helmet chestplate_commands: [] # Commands that put item from hand as chestplate leggings_commands: [] # Commands that put item from hand as leggings boots_commands: [] # Commands that put item from hand as boots ```

ADS