AzenTitles

Want titles/epithet that gives you buff? This is a plugin for you! Submerged with RPG experience!

86

Quick challenge

How far can you run before the mobs catch you?

AzenTitles

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:

- 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

- azentitles.admin shows you the list of commands (requires no permission) - azentitles.admin it is CasEsEnSITiVe, it allows you to use a title - azentitles.admin it is CasEsEnSITiVe, it allows you to give a player a title - azentitles.admin starts the creation of a title in-game - azentitles.admin reloads the plugin - azentitles.admin 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 ```

ADS