Skip to content

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

License

Notifications You must be signed in to change notification settings

ramtejeshmaddi/VoxelGamesLibv2

 
 

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

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 96.5%
  • CSS 1.8%
  • Other 1.7%