Example: PHP: public function Skin(PlayerChangeSkinEvent $event){ $player = $event->getPlayer(); //do anything } This don't work, just don't do anything and don't give me an error on console, how can i fix that?
You should register events by doing the following if you have used events: PHP: $this->getServer()->getPluginManager()->registerEvents($this, $this); Also, don't forget to add implements Listener to your class. PHP: class Main extends PluginBase implements Listener{
agreed, titles are not meant to be reflect current thread status there's a reason there's a marked flare