Started by
CraFtNikGaMe
on
Topic category: Help with Minecraft modding (Java Edition)
how to make it in mcreator so that the player cannot break blocks and the hand is hidden if the player has only one bib
Topic category: Help with Minecraft modding (Java Edition)
how to make it in mcreator so that the player cannot break blocks and the hand is hidden if the player has only one bib
There is not a method to hide the player's hand, at least not that I know of. (You might be able to do this using a plugin such as Goldfuscate.) To prevent a player from breaking blocks, you could just give them a high level of mining fatigue, (a status effect), or if you really need to do this thoroughly, set them in adventure mode, and save the current state using variables of some sort. (Adventure mode is a gamemode, like survival, that prevents the breaking and placing of blocks. This isn't a great solution though.) Both of these could be accomplished with commands, or by using procedures.
Also, you can just type in the response posts, you don't have to use a text box. =)