Recent content by harry0198

  1. H

    Solved Folia: Conversation API replacement

    Ah okay, thank you :)
  2. H

    Solved Folia: Conversation API replacement

    For context, the plugin allows assigning commands, messages etc to blocks. So, to know what the player wants to put on it I need to take their input. Making them type a command or make this entirely config based ruins the existing UI flow (https://hangar.papermc.io/harry0198/InfoHead for ref)
  3. H

    Solved Folia: Conversation API replacement

    I'm looking to add support for Folia in one of my plugins, and the last roadblock I have is taking input from players. The input will typically be long. In my spigot version, I use the conversation API but this is not supported / will not be supported in folia. Is the only option here to...