https://github.com/rynstwrt/hubby-mc
Minecraft server plugin used to set world-specific and global spawns.
https://github.com/rynstwrt/hubby-mc
bukkit hub java minecraft plugin spawn spigot
Last synced: about 2 months ago
JSON representation
Minecraft server plugin used to set world-specific and global spawns.
- Host: GitHub
- URL: https://github.com/rynstwrt/hubby-mc
- Owner: rynstwrt
- License: apache-2.0
- Created: 2017-10-09T18:58:22.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-10-15T05:25:07.000Z (over 8 years ago)
- Last Synced: 2025-12-26T06:49:51.133Z (6 months ago)
- Topics: bukkit, hub, java, minecraft, plugin, spawn, spigot
- Language: Java
- Homepage:
- Size: 24.4 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Hubby-MC
Minecraft server hub plugin using already-existing world spawns (set in config, multiverse, or essentials).
# Commands:
* /spawn
* Returns a player to **that world's** spawn.
* /hub
* Returns a player to the **global** spawn.
* /hubby reload
* Reloads config.
* /htp
* Teleports a player to a specified world.
# Config:
```YAML
####################
# Hubby-MC #
####################
#What is said before the teleport messages.
prefix: "&bServer &7» "
#What world you want players to be teleported to when they type /hub.
hubWorldName: "world"
teleport:
#if true, gives players a message when teleported.
sendTeleportMessage: true
#These messages are customizable.
spawnTeleportMessage: "&aYou have been teleported back to spawn!"
hubTeleportMessage: "&aYou have been teleported back to the lobby!"
```
# Permissions:
* `hubby.use` Allows the commands /spawn and /hub.
* `hubby.reload` Allows the command /hubby reload
* `hubby.bypass` Permitted players aren't teleported to hub on join.
* `hubby.tp.self` Allows players to teleport themselves to a specified world.
* `hubby.tp.others` Allows players to teleport other players to a specified world.
* `hubby.tp.*` Gives permission to both `hubby.tp.self` and `hubby.tp.others`.
* `hubby.*` All of the above.