Hi, How exactly does the Conversation class work? I basically want to prompt a player for input when they use a command, and then do something with that input. Thanks!
https://hub.spigotmc.org/stash/proj...va/org/bukkit/conversations/Conversation.java That's how it works, if you don't understand that I suggest you learn Java basics, it's easy to understand imo. There's also a lot of commented sections which explains it in depth.