Logo
MINECRAFTBIBLE
Items
Items

All game items

Blocks
Blocks

Building blocks

Mobs
Mobs

Creatures & monsters

Biomes
Biomes

World biomes

Structures
Structures

Generated structures

Recipes
Recipes

Crafting guides

Advancements
Advancements

Achievements

Loot Tables
Loot Tables

Drop rates

Tags
Tags

Item groupings

All Versions
View all data →
Capes
Cape ArchiveNEW

Browse rare Minecon capes, OptiFine capes, and custom capes from players worldwide

Browse

Player Database
Player DatabasePopular

Search any player

Skin Browser
Skin Browser

Browse & download skins

Cape Gallery
Cape GalleryNEW

Minecon & OptiFine capes

Seed Vault
Seed Vault

Curated seeds

Learn

Guides
GuidesNew

Tutorials & tips

Blog
Blog

News & updates

Community

Community Hub
Community HubHub

Posts, discussions & more

All Versions
View community →
Seed Analyzer
Seed Analyzer

World seed analysis

Loot Explorer
Loot Explorer

Drop rates

Crafting Calculator
Crafting Calculator

Material planning

Enchant Calculator
Enchant Calculator

Probability math

Redstone Lab
Redstone Lab

Signal timing

Trading Profit
Trading Profit

Villager ROI

All Versions
View all tools →
Mods
Mods

Browse all mods

Plugins
Plugins

Server plugins

Resource Packs
Resource Packs

Textures & sounds

Shaders
Shaders

Visual enhancements

Datapacks
Datapacks

World logic

Scanner
Mod Intelligence

Scan & analyze any mod

All Versions
View all mods →
Loading...
IntroductionIntroductionVersion HistoryVersion HistoryGuidesGuidesBlog & NewsBlog & News
ItemsItemsBlocksBlocksMobsMobsRecipesRecipesBiomesBiomesStructuresStructuresAdvancementsAdvancementsLoot TablesLoot TablesTagsTags
ModsModsPluginsPluginsResource PacksResource PacksShadersShadersDatapacksDatapacks

MinecraftBible

The Ultimate Wiki

Logo
MINECRAFTBIBLE

The ultimate Minecraft reference. Every item, block, mob, and recipe documented with precision.

Community

  • Skin Browser
  • Cape Gallery
  • Seed Vault
  • Blog
  • Guides

Database

  • Items
  • Blocks
  • Mobs
  • Recipes
  • Biomes
  • Structures

Tools

  • Seed Analyzer
  • Mod Intelligence
  • Crafting Calculator
  • Enchant Calculator

Mods & Packs

  • Mods
  • Plugins
  • Resource Packs
  • Shaders
  • Datapacks

Site & Legal

  • About
  • Authors
  • Editorial Policy
  • Corrections
  • Contact
  • Privacy Policy
  • Terms of Service
  • DMCA
  • Sitemap

© 2026 MinecraftBible. Not affiliated with Mojang or Microsoft.

PrivacyTermsContact
gHub
PluginMIT

gHub

gHub - Spawn, Welcome message, special item and more in one plugin

100
Downloads
2
Followers
4 months ago
Updated
📦
5
Versions
game-mechanicssocialpaperpurpurspigot
Download Latestv1.2.0View on Modrinth

📖About gHub

GHub — Hub Utilities Plugin for Minecraft

Version: 1.0
Compatible with: Paper 1.21.x

ProtocolLib
PlaceholderAPI (Optional)

GHub is a minimalist yet powerful plugin for managing spawn points, hub items, and player teleportation on a Minecraft server. It allows you to easily set up spawn, give special items, and supports placeholders via PlaceholderAPI.


🌟 Main Features

1. Spawn Setup

  • Players are automatically teleported to spawn when joining the server.
  • Supports spawn messages (welcome-spawn) with Minecraft colors.

Example command:

/ghub spawn

2. Hub Item

  • A configurable item given to players on join.

  • Supports:

    • Material (e.g., COMPASS)
    • Name and lore
    • Action on use (console or bungee)
  • Players cannot drop the item.

Example config.yml setup:

item:
  material: COMPASS
  slot: 4
  name: "&6Server Selector"
  lore:
    - "&7Click to choose a server"
  function: "[console] deluxemenus open selector %player_name%"

3. Item Functions

  1. Console Commands

    • Executed as console commands.
    • Supports placeholders (e.g., %player_name%).
    • If run from console without a player — a warning is shown.
  2. BungeeCord Teleport

    • Teleports the player to another server via BungeeCord.
    • Example: [bungee] lobby

4. Void Teleportation

  • Players who fall below a set height (VOID_HEIGHT = -60) are automatically teleported to spawn.
  • Cooldown for repeated teleportation: 3 seconds.

5. PlaceholderAPI Support

  • All standard PlaceholderAPI placeholders work in player messages.

Example:

messages:
  welcome-spawn: "Welcome, %player_name%!"
  • Console commands that rely on player placeholders are disabled to avoid errors.

6. Plugin Commands

Command Description Permission
/ghub reload Reload plugin configuration ghub.reload
/ghub spawn Set the spawn point ghub.spawn

7. Configuration

  • All settings are in config.yml and spawn.yml.

  • Configurable options include:

    • Material, slot, and name of hub item
    • Player messages
    • Item functions

Example config.yml:

item:
  material: COMPASS
  slot: 4
  name: "&6Server Selector"
  lore:
    - "&7Click to choose a server"
  function: "[console] deluxemenus open selector %player_name%"

messages:
  welcome-spawn: "Welcome, %player_name%!"
  cannot-drop: "&cYou cannot drop this item!"
  reload-success: "&aConfiguration reloaded successfully!"
  no-permission: "&cYou do not have permission to use this command!"
  usage: "&eUsage: /ghub [reload|spawn]"

8. Safety & Convenience

  • Hub item cannot be dropped or moved.
  • Cooldowns prevent teleport spam when falling into the void.
  • Messages and commands safely handle missing players in console.

9. Installation

  1. Download the latest GHub.jar plugin.
  2. Place the file in your Paper server's plugins folder.
  3. Restart the server to generate config.yml and spawn.yml.
  4. Configure config.yml and set the spawn point using /ghub spawn.
  5. Done! Players will now receive the hub item on join.

👥 Team & Contributors

Gomania
GomaniaOwner

⚙️ Compatibility

Environment
🖥️ Server-side
Loaders
paperpurpurspigot
Minecraft Versions
1.161.16.11.16.21.16.31.16.41.16.51.171.17.1+27 more

🔗 Links

Modrinth Page