Jump to content

Death?


yazigegeda

Recommended Posts

public class GuiOpenEvent_ {
    @SubscribeEvent
    public void GuiOpenEvent(GuiOpenEvent e){
	if(e.getGui() instanceof GuiGameOver){
	    MinecraftServer server =;
	    //System.out.println(server.getServer().getMaxPlayers());
		//System.out.println("aaaaa");
	}
	
    }
}

 

 

Can you tell me which is the death?  What I wrote above can only be used by yourself, others cannot use it

1.png

Link to comment
Share on other sites

Guest
This topic is now closed to further replies.

Announcements



×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.