The QuestionsAPI was made to simplify gathering user input.
I did not like the way we did this using the in-built Conversations API, so I created this to make it easier to gather user input, and do something with it.
You can read more on how to use it in here:
https://github.com/TheAnt03/QuestionsAPI
Maven Information:
Code (Text):
<!-- Repository -->
<repositories>
<repository>
<id>jitpack.io</id>
<url>https://jitpack.io</url>
</repository>
</repositories>
<!-- Dependency -->
<dependency>
<groupId>com.github.TheAnt03</groupId>
<artifactId>QuestionsAPI</artifactId>
<version>v1.3.3b</version>
</dependency>