Posted July 15, 20214 yr public void onWorldJoin(EntityJoinWorldEvent e){ if (e.getEntity()==Minecraft.getMinecraft().player){ System.out.println(e.getWorld().getWorldInfo().get); } } I tried to identify which world I am in on the server with the above code. However, in the case of the server on Bungeecord, it shows "MpServer" in all worlds and I cannot identify it. Is there any way to solve this problem? Edited July 15, 20214 yr by bururaku
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.