Started by
Iserion52
on
Topic category: Help with MCreator software
Hello, i made a block to rename items like anvil but with colors, but in multiplayer the textfield input GUI is not working, any idea ?
Edited by Iserion52 on Mon, 01/18/2021 - 02:11
The block is client-side only at the time of writing
any idea of what can i do to bypass this ? another way to do it ?
You would need to code custom packet to send text contents from the client to the server
Would this work using procedures if I specified it to get the players textfield input and set it in a variable then use that variable to set the textfield inputs on the server side?