This library is no longer actively maintained, and should not be used.
Easily add Achievements and Awards to your Sponge server
To run the BadgeUp Sponge Client on your server, follow the quickstart instructions on the BadgeUp documentation site.
To build the client jar, run gradlew build
. This will output the built jar to build/libs/sponge-client-1.0.0-all.jar
.
See the BadgeUp Docs for standard configuration documentation.
badgeup
/base-api-url
: to be used in development to target a BadgeUp API other than the standard production URL.To generate documentation needed for docs.badgeup.io, run node docs/doc.js
. The rendered HTML will reside in docs/build/
.
To build the Docker image: docker build -t badgeup-sponge-server:1.0.2 .
To run the server: docker run -p 127.0.0.1:25565:25565 --interactive badgeup-sponge-server:1.0.2
The use of the SpongePowered or other third-party logos and trademarks is not intended to imply endorsement of BadgeUp LLC. BadgeUp does not claim ownership of any third-party logos and trademarks used.