Skip to content

TheAnt03/QuestionsAPI

Repository files navigation

Questions API

Why?

I made this as I found the Bukkit Conversation API too convoluted. This API makes it a lot easier to grab user input as needed

How do I use this?

You can use the jar in the releases tab, but it is reccomended to use Maven.

You can do this by adding the following repository and dependency to your project

<repositories>
    <repository>
        <id>jitpack.io</id>
        <url>https://jitpack.io</url>
    </repository>
</repositories>
<dependency>
    <groupId>com.github.TheAnt03</groupId>
    <artifactId>QuestionsAPI</artifactId>
    <version>1.4.1</version>
</dependency>

To learn more how to use this, read the wiki

About

An easy to use alternative to the Bukkit Conversations API

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Languages