Powerful, feature-packed, abstract and expandable Minecraft minigames framework.
You can always download the latest version here.
Documentation is located here
Javadocs can be found here
VoxelGamesLib uses Maven as our build system. To compile:
- Install Git and Maven
- Clone the repository
- Run
git submodule update --init --recursive
to clone all submodule if you want to - Run
mvn
You can find the active contributors on IRC or Discord. IRC: irc.spi.gt #minidigger (or webchat).
The repository is located at https://repo.minidigger.me/repository/voxelgameslib/
Gradle:
repositories {
maven { url 'https://repo.minidigger.me/repository/voxelgameslib/' }
}
dependencies {
compileOnly group: 'com.voxelgameslib', name: 'voxelgameslib', version: '1.0.0-SNAPSHOT'
}
Maven:
<repositories>
<repository>
<id>voxelgameslib</id>
<url>https://repo.minidigger.me/repository/maven-public/</url>
</repository>
</repositories>
We welcome and encourage contributions to VGL. All development happens in the open, here on GitHub. Thanks to all our contributors for new features, bug fixes and other improvements.
For contributing information, see: Contributing.md
Dependency report can be found here
Test results can be found here here