/
!Title Page
A titles/epithet plugin that will buff your players when activated.
I made this plugin because I really wanted a buffing system that I can provide my players and at the same time serve as a reward for their efforts! It uses potion effects as buffs and you may:
Note: You can also use /azentitles
#Plugin Created by Coariz
thegreat:
display name: '&cThe Great' # The displayname, use %azentitles_prefix% for the placeholder
buff: # The effects applied and the amplifier; ALL CAPS IS NEEDED. Amplifier starts at 0
- HEALTH_BOOST 1 # Gives health boost 2
- RESISTANCE 0
duration: 20 # 20 seconds
cooldown: 20 # 20 seconds
lionheart:
display name: '&eLion Heart'
buff:
- HEALTH_BOOST 0
- STRENGTH 2 # Gives strength 3
duration: 0 # Infinite duration
cooldown: 0 # No cooldown
minefreak:
display name: '&aMine Freak'
buff:
- HASTE 1
- NIGHT_VISION 0
duration: 1200
cooldown: 1200
astra:
display name: '&6Astra'
buff:
- STRENGTH 1
- HASTE 1
- WATER_BREATHING 0
duration: 1200
cooldown: 1200
#Plugin v.1.0