An open API service indexing awesome lists of open source software.

https://github.com/voltstro/hubmanager

HubManager - Add commands to your Minecraft server such as /hub to make it easier for your players to get around
https://github.com/voltstro/hubmanager

minecraft minecraft-plugin minecraft-server paper-plugin papermc paperspigot spigot spigot-mc spigot-plugin spigot-plugins spigot-resource spigotmc spigotplugin

Last synced: about 1 month ago
JSON representation

HubManager - Add commands to your Minecraft server such as /hub to make it easier for your players to get around

Awesome Lists containing this project

README

          

# HubManager

[![License](https://img.shields.io/github/license/Creepysin/HubManager.svg)](https://github.com/Creepysin/HubManager/blob/master/LICENSE)
[![Azure DevOps builds](https://img.shields.io/azure-devops/build/Creepysin/8e806767-dd04-41af-8b2f-996c87a6d5da/2)](https://dev.azure.com/Creepysin/HubManager)
[![Discord](https://img.shields.io/badge/Discord-Creepysin-7289da.svg?logo=discord)](https://discord.creepysin.com)
[![Youtube](https://img.shields.io/badge/Youtube-Creepysin-red.svg?logo=youtube)](https://www.youtube.com/Creepysin)

HubManager - Add commands to your Minecraft server such as /hub to make it easier for your players to get around

To learn more visit [the wiki](https://github.com/Creepysin/HubManager/wiki).

## Getting started

### Downloading

Currently, we only have the 1.0 version available in the [releases](https://github.com/Creepysin/HubManager/releases). 2.0 is still in the works.

### Compliling

Prerequisites
```
Java JDK
Maven
```

Since this project uses Maven, all you need to do is run the command `mvn package`. The `.jar` file will be put in the `/target` folder.

## Authors

* **Creepysin** - *Initial work* - [Creepysin](https://github.com/Creepysin)

## License

HubManager 2.0 and beyond is licensed under the GPL-3.0 license. For more infomation read the [LICENSE](/LICENSE) file.

Hubmanager 1.0 (Before [commit #9df5130](https://github.com/Creepysin/HubManager/commit/9df513007be32d321654eac19488cb017623a530)) or anything in the [1.0-old branch](https://github.com/Creepysin/HubManager/tree/1.0-old) remains under the MIT license. For more infomation read the [LICENSE](https://github.com/Creepysin/HubManager/blob/1.0-old/LICENSE) file in [1.0-old branch](https://github.com/Creepysin/HubManager/tree/1.0-old).