Hi I'm have a server Called 4LifeCraft (which is in beta because I'm learning slowly XD) i would like to know if there is a plugin or which file I can change to switch when it says {player} joined the game! Can you please tell me!!! I'm still a noob so English would be appreciated XD also I am using a server host called CookedPorkchop please reply to this ASAP it's pretty much the last think for my server to be in alpha!
Yes I just tried that but why isn't it working? I read some reviews and it talked about EssitialsPe! I really need Essintials PE(which I have) but it doesn't work with essitials PE :/ can u please help!
Download EssentialsPE here https://github.com/LegendOfMCPE/EssentialsPE they updated join and quit messages to work with other plugins. Or you could edit the file to change the join message to your liking. I believe you can edit the message in the PlayerEvents Files. Code: public function onPlayerJoin(PlayerJoinEvent $event){ // Nick and NameTag set: $message = $event->getJoinMessage(); if($message instanceof TextContainer){ $message->setText(str_replace($event->getPlayer()->getName(), $event->getPlayer()->getDisplayName(), $message->getText())); }else{ $message = str_replace($event->getPlayer()->getName(), $event->getPlayer()->getDisplayName(), $message); } $event->setJoinMessage($message); #[B][U]<<<<< <<<HERE[/U][/B]
Get the plugin dev tools and extract the folder to your plugins folder. Then type in console "makeplugin EssentialsPE"