Posted June 8, 201510 yr I found how to set the game mode for a player but I need to know how to detect the gamemode before I change it so that I know what to put it back to. I would appreciate even knowing where to look. Ive been scouring minecraft code and the net. I am hoping for a short sweet simple answer. At this point I am thinking if reading the info from an nbt. Not sure how to go about knowing the tag name the gamemode if there is any. Help! thanks. -Andre
June 8, 201510 yr EDIT: Im late, a post already answered it so discarded this answer. I. Stellarium for Minecraft: Configurable Universe for Minecraft! (WIP) II. Stellar Sky, Better Star Rendering&Sky Utility mod, had separated from Stellarium.
June 8, 201510 yr Author "entityPlayerMP.theItemInWorldManager.isCreative()" I like that to detect if they are in creative mode. Thats a good thing. This WorldSettings.GameType gameType = playerMP.theItemInWorldManager.getGameType(); seems to be my solution! Thanks. Your suggestion led me to this. Thank you thank you.
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.