VoxelGamesLibv2 Save

Powerful, feature-packed, abstract and expandable Minecraft minigames framework.

Project README

VoxelGamesLib v2

pipeline status codebeat badge license Coding time tracker

Powerful, feature-packed, abstract and expandable Minecraft minigames framework.

Download

You can always download the latest version here.

Documentation

Documentation is located here
Javadocs can be found here

Building

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

Chat

You can find the active contributors on IRC or Discord. IRC: irc.spi.gt #minidigger (or webchat).

Repository

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>


Contributing

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

License

MIT

Open Source Agenda is not affiliated with "VoxelGamesLibv2" Project. README Source: VoxelGamesLib/VoxelGamesLibv2

Open Source Agenda Badge

Open Source Agenda Rating