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
- Host: GitHub
- URL: https://github.com/voltstro/hubmanager
- Owner: Voltstro
- License: gpl-3.0
- Created: 2019-04-27T14:34:25.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2020-04-03T13:25:49.000Z (about 6 years ago)
- Last Synced: 2025-06-12T01:03:35.406Z (about 1 year ago)
- Topics: minecraft, minecraft-plugin, minecraft-server, paper-plugin, papermc, paperspigot, spigot, spigot-mc, spigot-plugin, spigot-plugins, spigot-resource, spigotmc, spigotplugin
- Language: Java
- Homepage:
- Size: 36.1 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# HubManager
[](https://github.com/Creepysin/HubManager/blob/master/LICENSE)
[](https://dev.azure.com/Creepysin/HubManager)
[](https://discord.creepysin.com)
[](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).