Skip to content

TheAnt03/QuestionsAPI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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

0 stars

Watchers

1 watching

Forks

Packages

 
 
 

Contributors

Languages