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.

Xeron

Digital Artist
Premium
Feedback score
0
Posts
1,040
Reactions
554
Resources
0
What would you need it for? I guess it wouldn't really matter if you wanted it.
Updating, proof that you made it, bla bla bla.

I think it should include the source code.
 

MrLolEthan

Feedback score
0
Posts
68
Reactions
33
Resources
0
Updating, proof that you made it, bla bla bla.

I think it should include the source code.
Java bytecode can be easily decompiled, but the original source is usually a lot cleaner. It's not very good proof, but it would make people's lives easier to include it.
 

Skionz

ogminecraft.com
Premium
Feedback score
1
Posts
1,544
Reactions
1,527
Resources
0
Skionz, no need to be very offensive about your creations. If you created the plugin just provide proof and we'll be very happy to do service with you!
Since your new its hard to just come in and say he's very trustworthy! (Not saying that's the reason)

Nobody would like to be scammed over a plugin sir, have a great day and good luck with your plugin!
How would I provide proof safely?
 

VG.Developments

Java Developer
Premium
Feedback score
0
Posts
740
Reactions
398
Resources
0
He is trust worthy, trust me. He has helped me a lot with coding etc, even helping with stupid questions (happens a lot). Also, he has a good reputation on the bukkit forums. Again, vouch ;)
 

Skionz

ogminecraft.com
Premium
Feedback score
1
Posts
1,544
Reactions
1,527
Resources
0
Amazing that he has a vouch, I believe you! Just not a lot of people that are new or are really active members might not!
I'm just asking some questions to help him!
Sounds good. I will make a gif of me using /titlepro reload in a bit. VG.Developments actually told me about this site to begin with..
 

Skionz

ogminecraft.com
Premium
Feedback score
1
Posts
1,544
Reactions
1,527
Resources
0
Status
This thread has been locked.
Top