Hey MinecraftForge i have question, with something i have been trying to fix for the past hours, so i have created a beacon replica, shamelessly taken all the BlockBeacon, ContainerBeacon, etc. and copied them over, changed the referrals and registrered all the classes but it still dont work as planned. So when i put in the payment item (iron, diamond..) and clicks okay in the gui the item pops out and nothing happens. But i think i found the flaw, when you click that button in the gui, it executes this code, where it sends the primary and secondary potion effect to the server as the gui code on executes on the client. Well my question in basically how to i intercept that message so i can run the appropriate code on the server