Recent content by harry0198

  • After careful consideration and due to limited usage, we’ve made the decision to discontinue the PaperMC forums. Moving forward, we recommend using Hangar for plugin uploads, and for all other community discussions and support, please join us on Discord.
  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...