Posted October 17, 20159 yr Hi! Im trying to make a helmet that makes you invisible and hides all armor and the items you're holding. Is there any way to do this? Thanks!
October 20, 20159 yr @diesieben07, does this event work reliably when playing on a Forge Server? I've found it to be inconsistent in 1.7.10 in some limited testing, where it sometimes canceled all players rendering (regardless of whether or not the item in question was being worn), and sometimes rendering wasn't cancelled at all. In Single Player, there were no issues.
October 20, 20159 yr I see no reason why it wouldn't work if you set up your conditionals right? If anyone has a comprehensive, visual guide to GUIs - don't hesitate to message me. They make my head spin.
October 20, 20159 yr I see no reason why it wouldn't work if you set up your conditionals right? Exactly.
October 24, 20159 yr Replying to my earlier hijacked thread post. I unearthed my old code and tested again. Cancelling the event works fine and is reliable on servers. One change, however, to diesieben07's note above, is that you need to use the sub-event 'Pre' (i.e., RenderPlayerEvent.Pre). My problem (in case anyone cares) was how I was using NBT data to trigger the event, which was just plain wrong. PC
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.