Hot Summer Deals are Here!
Celebrate with up to 90% off on 13,200 resources
04
Days
21
Hours
26
Mins
05
Secs

A plugin for 1.8 title manipulation

Status
This thread has been locked.

Skionz

ogminecraft.com
Premium
Feedback score
1
Posts
1,544
Reactions
1,527
Resources
0
qBNaBDn.png

I just finished up this very useful plugin for manipulating titles and subtitle in Spigot's 1.8 build. What does it do? The plugin generates a bunch of YAML files (config) which are assigned to a specific event. Here is the format
Code:
Title Text: '&6You broke a block!'
Subtitle Text: '&eUse the config to change these messages'
Fade in Time: 10
Screen Time: 25
Fade out Time: 10
This is in the 'PlayerBreakBlock.yml' file and the properties in it will be used to create a title when the player breaks a block. If you don't want anything to appear you can simply delete the file, or a specific line such as the subtitle. You can even create your own commands which display titles when a player executes them. When you run the plugin for the first time it will create a 'TitlePro' folder and inside that folder there will be a folder named 'Commands.' An example command file should be created called 'ExampleCommand.yml.' To create a new command you simply duplicate the file, rename it whatever you want, and configure it. The format will look like this:
Code:
Command Name: example
Permission Node: titlepro.example
No Permission Message: '&4You do not have permission to do that!'
Title Text: '&6An Example Command!'
Subtitle Text: '&eCreate more commands with the config!'
Fade in Time: 10
Screen Time: 25
Fade out Time: 10
It is pretty self explanatory, but the 'Command Name' represents what the player must type in to execute it. In this case '/example'

Features:
- Event based triggers
- Create fully customizable commands
- Quick command to reload the config files
- Reflection to support future versions
- Variables for customizing the titles
- Quality code (No resource leaks)


Events:
- PlayerBreakBlock
- PlayerChat
- PlayerDamage
- PlayerDisableFly
- PlayerEnableFly
- PlayerJoin
- PlayerPlaceBlock
- PlayerRespawn
- PlayerStartSneak
- PlayerStartSprint
- PlayerStopSneak
- PlayerStopSprint

Variables:
- %name%
- %level%
- %UUID%
- %world%
- %hunger%
- %xcoord%
- %ycoord%
- %zcoord%



sMKRhEK.png
By purchasing this software you are agreeing to not redistribute it, claim it as your own, or duplicate it.
Price: $5
Payment method: Paypal
Skype: skionzmc
If you have any questions post below.
EDIT: http://www.spigotmc.org/resources/titlepro.2566/
 
Last edited:
PebbleHost
High performance, consistent uptime and fast support. Minecraft hosting that just works.
Status
This thread has been locked.
Top