Using Textfield in Multiplayer

Started by Iserion52 on

Topic category: Help with MCreator software

Last seen on 18:34, 31. Jan 2021
Joined Jan 2021
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Using Textfield in Multiplayer
Mon, 01/18/2021 - 02:11 (edited)

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
Last seen on 18:34, 31. Jan 2021
Joined Jan 2021
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
any idea of what can i do to…
Mon, 01/18/2021 - 11:02

any idea of what can i do to bypass this ? another way to do it ?

You would need to code…
Mon, 01/18/2021 - 17:20

You would need to code custom packet to send text contents from the client to the server

Last seen on 18:53, 12. Jan 2024
Joined Mar 2023
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Would this work using…
Thu, 04/06/2023 - 02:50

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?