Posted November 30, 20159 yr guud days i bnn chasing some anoying but only noticiable when runing server maps and find i been using this in the server side if ((accion == 0) & (Minecraft.getMinecraft().currentScreen == null)) { } when playing normal world there is no trouble only when in maps i make this in the server side code of the onupdate method soo to probe it i need to know when the player has open a gui vainilla or moded but from the server side but no have idea of how thanks for reading
November 30, 20159 yr If you have ability to add mod to the client, then I would use a custom packet. There is a GuiOpenEvent you can handle, check if it is the menu gui (or any other gui you might be interested in) and send a custom packet to the server. Check out my tutorials here: http://jabelarminecraft.blogspot.com/
December 3, 20159 yr Author yaa i chose to check in client side and send a packege to server to active the left side of the item is like the best bet this way i think i colud cath also the custom guis
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.