Skip to content

VoxelGamesLib/VoxelGamesLibv2

Folders and files

NameName
Last commit message
Last commit date

Latest commit

89b3279 · Feb 7, 2021
Nov 24, 2019
Nov 24, 2019
Feb 7, 2021
Apr 29, 2020
Jul 28, 2018
Nov 24, 2019
Nov 23, 2019
Aug 29, 2018
Feb 25, 2018
Feb 16, 2018
Nov 23, 2019
Jul 24, 2020
Nov 24, 2019
Nov 24, 2019
Nov 23, 2019
Feb 7, 2021

Repository files navigation

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