HubCore
A very simple hub plugin for hub/lobby servers
Quick challenge
How far can you run before the mobs catch you?
Minecraft check
Confirm your run
Complete the quick check to get your code.
HubCore
Are you tired of those Hub plugins that add so many uneccessary/unwanted features?
Did you ever just want a hub plugin that's plug and play with these features: > No damage from all sources (except void) > > No hunger > > No block placing/breaking (unless hub.build permission is true) > > Command to teleport back to hub (cross-server)
Well, here it is for you!
Sample config
```yaml #if protection-enabled is true: #No hunger, No damage (except void), No block break/place/interact #Only /hub command will work in the plugin if set to false protection-enabled: true #The command that players need to type in order #to teleport to the hub #default is /hub command: "hub" #Hub server name in the Proxy configuration hub-name: "lobby" #World name for hub server hub-world-name: "world" #The server name where this plugin is installed in this-server-name: "smp"
```
Installation instructions:
``` 1. Download the plugin and install it into your hub/lobby server. set protection-enabled to true and configure the rest of the config. 2. install the plugin to your backend servers if you want, to also enable the customizable /hub command. IMPORTANT: Set protection-mode to false if this server is not your hub/lobby ```