Compatibility
Minecraft: Java Edition
1.21.x
Platforms
75% of ad revenue goes to creators
Support creators and Modrinth ad-free with Modrinth+Links
Creators
Details
Licensed LGPL-3.0-or-later
Published 2 months ago
Updated 2 months ago
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:
- add a limit/duration on how long players can use the title
- add a cooldown on how long players have to wait until using the title again
- activate or deactivate the title anytime
- a placeholder (which is a must-use) to show what the players are using %azentitles_prefix%
- a title that pops up which shows that the player has used their title
- in-game creation of titles (unfortunately, I haven't implemented in-game removal of titles yet)
- switch titles by simply activating another
- customize the title's display name to your liking
Dependencies
- PlaceholderAPI (2.11.6 or newer)
Commands and Permissions
- /at shows you the list of commands (requires no permission)
- /at use <title> it is CasEsEnSITiVe, it allows you to use a title
- /at give <title> it is CasEsEnSITiVe, it allows you to give a player a title
- /at create starts the creation of a title in-game
- /at reload reloads the plugin
- azentitles.use give this to players for them to use /at use
- azentitles.admin permission to give, create, and reload the plugin
Note: You can also use /azentitles <prompt> if you are having conflicts
Example titles file
titles.yml
#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