VoxelGamesLib / VoxelGamesLibv2

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

Home Page:https://github.com/VoxelGamesLib/VoxelGamesLibv2

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

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

https://github.com/VoxelGamesLib/VoxelGamesLibv2

License:MIT License


Languages

Language:Java 96.6%Language:CSS 1.8%Language:Python 0.7%Language:Shell 0.5%Language:Kotlin 0.5%