Hey , i saw on some servers that when you join they have messages right in the middle that are big , how can i get that?
I assume you are talking about titles. If you want to do it with a plugin, you can use this function: PHP: /** @var Player $player */ $player->addTitle("Title", "Subtitle", $fadeIn = 20, $duration = 60, $fadeOut = 20); All times must be in ticks. Also, this currrently only works on the api3/network branch of PMMP.
Where is the point? It's even more complicated to use other plugin API rather than calling a method on Player object.
He's not asking for plugins, he's asking for how to do them. He was given a response on what the method was to add titles, so please stop advertising your plugins.
So basically every answer on stackoverflow that suggests a library is wrong? Libraries make things easier and add extra functionality. The main purpose of my plugin is to add an API with animation support, and to add commands to easily broadcast titles and actionbars. I saw somebody advertise, so I decided to as well.
If there is already a method to do it, why would you use a different plugin and access the API that way. No, just no.
I can tell that it's a car reference, but it doesn't change the fact you're making something so easy using only one method into a whole different plugin. It's illogical. If there is something magical inside of your plugin that makes it 100x better than the methods PMMP has, then nice. The point being that advertising your own plugins when he's asking for development help, not different plugins, is idiotic.
If you want to introduce your plugin's API, there is the Plugin/Virion API forum for you. It's acceptable to show a plugin example for how to do something, but to disclaim yourself from advertising, it's more advisable to show the actual line(s) of code that answer(s) the question.