- Tested Minecraft Versions:
- 1.7
- 1.8
- 1.9
- 1.10
- 1.11
- 1.12
- Contributors:
- RandomHashTags
- Java 8
- Spigot 1.7.10 - 1.12
- Right clicking armor in your hot-bar will switch the 2 item's places. Best for faction servers!
- You can control what sounds are heard in the config.yml for each armor type equipped.
Code (Text):# Made by RandomHashTags
sounds:
"1.7-1.8":
switch-helmet:
sound: "LEVEL_UP"
volume: 1
pitch: 2
switch-chestplate:
sound: "LEVEL_UP"
volume: 1
pitch: 2
switch-leggings:
sound: "LEVEL_UP"
volume: 1
pitch: 2
switch-boots:
sound: "LEVEL_UP"
volume: 1
pitch: 2
"1.9-1.12":
switch-helmet:
sound: "ENTITY_PLAYER_LEVELUP"
volume: 1
pitch: 2
switch-chestplate:
sound: "ENTITY_PLAYER_LEVELUP"
volume: 1
pitch: 2
switch-leggings:
sound: "ENTITY_PLAYER_LEVELUP"
volume: 1
pitch: 2
switch-boots:
sound: "ENTITY_PLAYER_LEVELUP"
volume: 1
pitch: 2
######################
# LOL! That is it! :)#
######################

RandomArmorSwitch 1
Switch armor in your hot-bar with your equipped armor!