Right now, when people join it puts a blank chat line? wtf is there a fix to this? This doesn't happen when people leave. ONLY on join. Thanks - Michael
Well, to completely delete the join message you need to do that: Code (Text): @EventHandler public void onPlayerJoin(PlayerJoinEvent event) { event.setJoinMessage(null); } NB: Don't forget to register the event in your onEnable();
Skript may not be loaded properly, or you may have an incorrect version. Try doing /skript reload all in-game and see if any errors pop up. I'm assuming the picture is a blank line in chat?