Skip to content

SoSeDiK/UltimateAdvancementAPI

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

371 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

UltimateAdvancementAPI

Build Status main Branch Build Status dev Branch License Version Issues Stars Forks Contributors

A powerful API to create custom advancements for your minecraft server.

Advancement Tab Image

Spigot Page: https://www.spigotmc.org/resources/95585/
Download Page: https://frengor.com/UltimateAdvancementAPI/
Official Wiki: https://github.com/frengor/UltimateAdvancementAPI/wiki/
Javadoc: https://frengor.com/javadocs/UltimateAdvancementAPI/latest/
Jenkins: https://jenkins.frengor.com/job/UltimateAdvancementAPI/

Get it with maven:

<repositories>
    <repository>
        <id>fren_gor</id>
        <url>https://nexus.frengor.com/repository/public/</url>
    </repository>
</repositories>
<dependency>
    <groupId>com.frengor</groupId>
    <artifactId>ultimateadvancementapi</artifactId>
    <version>2.1.2</version>
    <scope>provided</scope>
</dependency>

Test Plugin:

The plugin used for tests can be found here.

Contributing

Feel free to open issues or pull requests. Feature requests can be done opening an issue, the enhancement tag will be applied by maintainers.

For pull requests, use the formatting style settings present under .idea/codeStyles folder.

Credits

UltimateAdvancementAPI has been made by fren_gor and EscanorTargaryen.
The API uses the following libraries:

  • EventManagerAPI (released under Apache-2.0 license) to handle events
  • Libby (released under MIT license) to handle dependencies at runtime
  • CommandAPI (released under MIT license) to add commands to the plugin version of the API
  • HikariCP (released under Apache-2.0 license) to connect to MySQL databases
  • bStats (the Java library is released under MIT license) to collect usage data (which can be found here) about the plugin version of the API

About

A powerful API to create custom advancements for your minecraft server.

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages

  • Java 100.0%