Posted June 29, 20196 yr I'm making a 1.12.2 mod and I need help with something. I'm doing a command where the player must select an item, then by clicking that item, it takes them to a similar inventory but with colors. After both decisions are made, an Item with the same color and shape as chosen will be given to the player. I also wish to make it so the player always has this item no matter what, even after death. How can I do this?
June 29, 20196 yr Author 6 hours ago, diesieben07 said: Are you talking about a literal Minecraft command? Like /give? In any case, the normal GUI tutorials apply just fine, you need a Container, GuiContainer and IGuiHandler. Then you'll also need some packets to tell the server which color was selected in the GUI and then give the player in that packet's handler. 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.