All Projects → VoxelGamesLib → VoxelGamesLibv2

VoxelGamesLib / VoxelGamesLibv2

Licence: MIT license
Powerful, feature-packed, abstract and expandable Minecraft minigames framework.

Programming Languages

java
68154 projects - #9 most used programming language
CSS
56736 projects

Projects that are alternatives of or similar to VoxelGamesLibv2

VoxelGamesLib
Multi-platform, fully-featured, data-driven, abstract and expendable minecraft minigames framework
Stars: ✭ 15 (-77.61%)
Mutual labels:  modular, bukkit, spigot, data-driven, minigames
Minigames
The Minigames plugin for CraftBukkit servers.
Stars: ✭ 72 (+7.46%)
Mutual labels:  bukkit, spigot, minigames
MinecraftNetwork
Minecraft server network backend
Stars: ✭ 35 (-47.76%)
Mutual labels:  bukkit, spigot, minigames
TradeShop
Unique, new, powerful Minecraft TradeShop plugin!
Stars: ✭ 18 (-73.13%)
Mutual labels:  bukkit, spigot
Mirai
Mirai 未来 - A powerful Minecraft Server Software coming from the future
Stars: ✭ 325 (+385.07%)
Mutual labels:  bukkit, spigot
SkyWarsReloaded
The most popular Skywars plugin ever built for Spigot and Bukkit!
Stars: ✭ 34 (-49.25%)
Mutual labels:  bukkit, spigot
Parkour
The ultimate Parkour plugin.
Stars: ✭ 59 (-11.94%)
Mutual labels:  bukkit, spigot
Plot-System
An easy to use building system for the BuildTheEarth project.
Stars: ✭ 19 (-71.64%)
Mutual labels:  bukkit, spigot
BetterGUI
Another GUI Plugin
Stars: ✭ 66 (-1.49%)
Mutual labels:  bukkit, spigot
DragonEggDrop
Spigot plugin. Overhaul the dragons summoned in The End. Configurable templates, loot and particles. (Modern fork of PixelStix's DragonEggDrop)
Stars: ✭ 14 (-79.1%)
Mutual labels:  bukkit, spigot
TotalFreedomMod
A server modification for the TotalFreedom server
Stars: ✭ 41 (-38.81%)
Mutual labels:  bukkit, spigot
NBTEditor
An in-game NBT editor for Bukkit.
Stars: ✭ 41 (-38.81%)
Mutual labels:  bukkit, spigot
gui
A very simple library to facilitate the menu creation in the Bukkit API
Stars: ✭ 55 (-17.91%)
Mutual labels:  bukkit, spigot
Advanced-Portals
An advanced portals plugin for bukkit
Stars: ✭ 108 (+61.19%)
Mutual labels:  bukkit, spigot
Minecraft-Backdoor
Invisible, customizable backdoor for Minecraft Spigot Plugins.
Stars: ✭ 147 (+119.4%)
Mutual labels:  bukkit, spigot
CommandWhitelist
You decide what commands players can use or tab complete on your server!
Stars: ✭ 115 (+71.64%)
Mutual labels:  bukkit, spigot
MarriageMaster
Marriage Plugin for Bukkit/Spigot
Stars: ✭ 79 (+17.91%)
Mutual labels:  bukkit, spigot
MinecraftManhunt
Minecraft Bukkit plugin to run Manhunt minigames, with Discord music integration
Stars: ✭ 20 (-70.15%)
Mutual labels:  bukkit, spigot
Xakkit
Server Software for Minecraft
Stars: ✭ 27 (-59.7%)
Mutual labels:  bukkit, spigot
ProtocolLib
Provides read and write access to the Minecraft protocol with Bukkit.
Stars: ✭ 625 (+832.84%)
Mutual labels:  bukkit, spigot

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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].