
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
Commands and Permissions
- /at shows you the list of commands (requires no permission)
- /at use </strong> it is CasEsEnSITiVe, it allows you to use a title</li>
<li><strong>/at give <title></strong> it is CasEsEnSITiVe, it allows you to give a player a title</li>
<li><strong>/at create</strong> starts the creation of a title in-game</li>
<li><strong>/at reload</strong> reloads the plugin</li>
<li><strong>azentitles.use</strong> give this to players for them to use /at use</li>
<li><strong>azentitles.admin</strong> permission to give, create, and reload the plugin</li>
</ul>
<p><em>Note: You can also use /azentitles <prompt> if you are having conflicts</em></p>
<h2>Example titles file</h2>
<details>
<summary>titles.yml</summary>
<pre><code>#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
</code></pre>
</details>