zHub v1.2

Simple configurable hub core
forzowpy2.jpg

You can test zHub on freeyoungthug.xyz
This hub plugin works best with Volcano.

Features:
  • Customizable Hotbar with ability to create custom items
  • Scoreboard
  • Tablist
  • Built-in Queue System
  • Launch Pads
  • Double Jump
  • zMeetup Support
  • Cosmetics (Armor & Trails)
  • FFA
  • Build mode
  • MongoDB, MySQL or Flat-File Support
  • Enderbutt
  • Seamless integration with Volcano core
  • Fully customizable menu system with an in-game editor

Images:
Menu Editor Showcase:


1724702841552.png

1724702896388.png

1724703403866.png

1724764398165.png

1724765123347.png

1724778329329.png

Note: the whitelisted status is only available for Volcano.

Configs:

YAML:
items:
  1:
    material: "DIAMOND_SWORD"
    slot: 0
    durability: 0
    display-name: "&6FFA &7(Hold)"
    lore:
      - "&7Hold this item for 5 seconds to join FFA"
    action:
      type: "FFA"
      execute: ""
  2:
    material: "ENDER_PEARL"
    slot: 3
    durability: 0
    display-name: "&6Enderbutt"
    lore:
      - "&7Right click to ride an enderbutt"
    action:
      type: "ENDER_BUTT"
      execute: "SERVER-SELECTOR"
  3:
    material: "NETHER_STAR"
    slot: 4
    durability: 0
    display-name: "&6Server Selector"
    lore:
      - "&7Right click to open server selector menu!"
    action:
      type: "OPEN_MENU"
      execute: "server-selector"
  4:
    material: "CHEST"
    slot: 5
    durability: 0
    display-name: "&6Cosmetics"
    lore:
      - "&7Right click to open the cosmetics menu!"
    action:
      type: "OPEN_MENU"
      execute: "cosmetics"
  5:
    material: "INK_SACK"
    slot: 8
    durability: 10
    display-name: "&6Hide Players"
    lore:
      - "&7Right click to hide all players!"
    action:
      type: "PLAYER_VISIBILITY"
      execute: "toggle visibility"
    toggled: # only supports vanished items
      material: "INK_SACK"
      durability: 8
      display-name: "&6Show Players"
      lore:
        - "&7Right click to show all players!"

YAML:
build:
  enable: "&aYou can now build."
  disable: "&cYou can no longer build."

visibility:
  cooldown: "&cPlease wait <seconds>s before toggling player visibility."
  toggle: "&eYou toggled player visibility &aon"
  untoggle: "&eYou toggled player visibility &coff"

ffa:
  join: "&aYou have joined FFA."
  cancel-join: "&cCancelled FFA join."
  leave: "&cYou have left FFA."
  kill: "&6<player> &fwas killed by &6<killer>&f."
  died: "&6<player> &fdied. &6#bad"
  cancel: "&cCancelled FFA leave."

queue:
  already-queued: "&cYou are already in a queue."
  join: "You have joined the &6<queue>&f queue."
  leave: "You have left the &6<queue>&f queue."

uhc-meetup:
  waiting: "&aWaiting for more players..."
  starting: "&eStarting"
  playing: "&aPlaying"
  ending: "&cEnding"

cosmetics:
  no-permission: "&cPurchase VIP at store.server.com"
  equip: "&aYou have equipped the cosmetic!"
  unequip: "&aYou have unequipped the cosmetic!"

YAML:
server-selector:
  title: "Server Selector"
  size: 27
  fill:
    enabled: true
    material: "STAINED_GLASS_PANE"
    durability: 15
    display-name: " "
  items:
    1:
      material: "IRON_SWORD"
      slot: 11
      durability: 0
      display-name: "&6FFA"
      lore:
        - ""
        - "&eClick to join &6&lFFA &eQueue!"
      action:
        type: "COMMAND"
        execute: "/jq ffa"
    2:
      material: "APPLE"
      slot: 15
      durability: 0
      display-name: "&6UHC Meetup"
      lore:
        - ""
        - "&eClick to play &6&lUHC-Meetup&e!"
      action:
        type: "OPEN_MENU"
        execute: "uhc-meetup"

uhc-meetup:
  title: "UHC Meetup"
  size: 9
  items:
    um-01:
      meetup: true
      meetup-id: "um-01"
      display-name: "&aum-01"
      lore:
        - "&6Players: &f<players>&7/&f32"
        - "&6State: <state>"
        - ""
        - "&6Click to join!"

cosmetics:
  title: "Cosmetics"
  size: 27
  auto-update: false # auto updates the menu, disable if you don't need the menu to be updated (true by default)
  fill:
    enabled: true
    material: "STAINED_GLASS_PANE"
    durability: 15
    display-name: " "
  items:
    armor:
      slot: 11
      material: LEATHER_CHESTPLATE
      color: BLUE
      durability: 0
      display-name: "&6Armor Cosmetics"
      lore:
        - ""
        - "&eClick to view all &6armor &ecosmetics!"
      action:
        type: "OPEN_MENU"
        execute: "armor-cosmetics"
    trails:
      slot: 15
      material: REDSTONE
      durability: 0
      display-name: "&6Trails"
      lore:
        - ""
        - "&eClick to view all &6trails &ecosmetics!"
      action:
        type: "OPEN_MENU"
        execute: "trail-cosmetics"

armor-cosmetics:
  title: "Armor Cosmetics"
  size: 27
  auto-update: false # auto updates the menu, disable if you don't need the menu to be updated (true by default)
  fill:
    enabled: true
    material: "STAINED_GLASS_PANE"
    durability: 15
    display-name: " "
  items:
    1:
      slot: 11
      cosmetic-item: # the lore comes automatically set, and you can change the default lore in settings.yml
        type: "ARMOR" # you can choose ARMOR or PARTICLE
        data: "RED" # either a color or a particle
      material: LEATHER_CHESTPLATE
      color: RED
      display-name: "&cRed Armor"
    2:
      slot: 12
      cosmetic-item: # the lore comes automatically set, and you can change the default lore in settings.yml
        type: "ARMOR" # you can choose ARMOR or PARTICLE
        data: "LIME" # either a color or a particle
      material: LEATHER_CHESTPLATE
      color: LIME
      display-name: "&aLime Armor"
    3:
      slot: 13
      cosmetic-item: # the lore comes automatically set, and you can change the default lore in settings.yml
        type: "ARMOR" # you can choose ARMOR or PARTICLE
        data: "PINK" # either a color or a particle
      material: LEATHER_CHESTPLATE
      color: PINK
      display-name: "&dPink Armor"
    4:
      slot: 14
      cosmetic-item: # the lore comes automatically set, and you can change the default lore in settings.yml
        type: "ARMOR" # you can choose ARMOR or PARTICLE
        data: "CYAN" # either a color or a particle
      material: LEATHER_CHESTPLATE
      color: CYAN
      display-name: "&3Cyan Armor"
    5:
      slot: 15
      cosmetic-item: # the lore comes automatically set, and you can change the default lore in settings.yml
        type: "ARMOR" # you can choose ARMOR or PARTICLE
        data: "PURPLE" # either a color or a particle
      material: LEATHER_CHESTPLATE
      color: PURPLE
      display-name: "&5Purple Armor"

trail-cosmetics:
  title: "Trails Cosmetics"
  size: 27
  auto-update: false # auto updates the menu, disable if you don't need the menu to be updated (true by default)
  fill:
    enabled: true
    material: "STAINED_GLASS_PANE"
    durability: 15
    display-name: " "
  items:
    1:
      slot: 11
      cosmetic-item: # the lore comes automatically set, and you can change the default lore in settings.yml
        type: "PARTICLE" # you can choose ARMOR or PARTICLE
        data: "HEART" # either a color or a particle
      material: GOLDEN_APPLE
      display-name: "&cHearts"
    2:
      slot: 12
      cosmetic-item: # the lore comes automatically set, and you can change the default lore in settings.yml
        type: "PARTICLE" # you can choose ARMOR or PARTICLE
        data: "SMOKE" # either a color or a particle
      material: FLINT_AND_STEEL
      display-name: "&7Smoke"
    3:
      slot: 13
      cosmetic-item: # the lore comes automatically set, and you can change the default lore in settings.yml
        type: "PARTICLE" # you can choose ARMOR or PARTICLE
        data: "NOTE" # either a color or a particle
      material: MUSIC_DISC_CAT
      display-name: "&aNotes"
    4:
      slot: 14
      cosmetic-item: # the lore comes automatically set, and you can change the default lore in settings.yml
        type: "PARTICLE" # you can choose ARMOR or PARTICLE
        data: "CLOUD" # either a color or a particle
      material: WOOL
      display-name: "&fCloud"
    5:
      slot: 15
      cosmetic-item: # the lore comes automatically set, and you can change the default lore in settings.yml
        type: "PARTICLE" # you can choose ARMOR or PARTICLE
        data: "HAPPY_VILLAGER" # either a color or a particle
      material: EMERALD
      display-name: "&aEmerald"

YAML:
enabled: true
title: "&6Network &7(Hub)"

lines:
  - "&7&m-------------------"
  - "&fRank:"
  - "&4Owner"
  - " "
  - "&fOnline:"
  - "&6<online>"
  - " "
  - "&6network.com"
  - "&7&m-------------------"

ffa:
  lines:
    - "&7&m-------------------"
    - "&fRank:"
    - "&4Owner"
    - " "
    - "&fOnline:"
    - "&6<online>"
    - " "
    - "&fKills: &6<kills>"
    - "&fDeaths: &6<deaths>"
    - " "
    - "&6network.com"
    - "&7&m-------------------"

queue:
  lines:
    - "&7&m-------------------"
    - "&fRank:"
    - "&4Owner"
    - " "
    - "&fQueued for &6<queue>&f:"
    - "&6<pos>&f of &6<total>"
    - " "
    - "&6network.com"
    - "&7&m-------------------"

YAML:
join:
  sound:
    enabled: true
    sound: "LEVEL_UP" # https://hub.spigotmc.org/javadocs/spigot/org/bukkit/Sound.html
  message:
    enabled: true
    clear-chat: false
    message:
      - "Welcome &6<player>&f to &6Network&f!"
      - " "
      - " &6● &fStore: &6https://store.network.com/"
      - " &6● &fDiscord: &6https://network.com/discord"

double-jump:
  enabled: true
  infinite: false
  # set none to not play a sound
  sound: "EXPLODE" # https://hub.spigotmc.org/javadocs/spigot/org/bukkit/Sound.html
  velocity:
    multiply: 2
    vertical: 1.2

potions:
  enabled: true
  hidden: true
  effects:
    SPEED: 3
    # you can add as much effects as you want
    # https://hub.spigotmc.org/javadocs/spigot/org/bukkit/potion/PotionEffectType.html

join-message:
  enabled: false
  message: "&6<player>&f joined the server!"

quit-message:
  enabled: false
  message: "&6<player>&f left the server!"

launch-pad:
  enabled: true
  pressure-plate: "GOLD_PLATE"
  block-below: "GOLD_BLOCK" # set to none for any block below the pressure-plate
  # set to none to not play a sound
  sound: "EXPLODE" # https://hub.spigotmc.org/javadocs/spigot/org/bukkit/Sound.html
  velocity:
    multiply: 2
    vertical: 1.2

world-settings:
  weather: false
  hunger: false
  mob-spawn: false
  explosions: false

# if the y-limit is reached it will teleport the player to spawn
y-limit:
  enabled: true
  limit: 2

# the hotbar slot that the player will hold when joining the server
join-slot: 4

queue:
  interval: 8 # in seconds
  auto-join-priority: 100 # any one with a queue rank/volcano rank that has a higher or equal priority auto join instead of being in a queue
  # VOLCANO ONLY!
  # makes players with staff ranks auto join servers instead of waiting in queue.
  auto-join-staff: true
  message:
    - " "
    - "You are in position &6#<pos>&f out of &6#<total>"
    - "&7&oPurchase a rank from store.network.com to get a higher priority"
    - " "

spawn: ""

# completely optional only used for zMeetup support
use-redis: false
redis:
  host: "127.0.0.1"
  port: 6379
  auth: false
  password: ""

# change the uhc meetup material based on its current game state
uhc-meetup-items:
  waiting:
    material: "WOOL"
    durability: 5
  starting:
    material: "WOOL"
    durability: 4
  fighting:
    material: "WOOL"
    durability: 13
  ending:
    material: "WOOL"
    durability: 14

cosmetics:
  rainbow-color-update-interval: 5 # in ticks
  cosmetic-item:
    lore-no-permission:
      - " "
      - "&ePurchase the VIP rank on our store &6store.server.com"
      - "&eto gain access to this cosmetic."
      - " "
    lore-already-equipped:
      - " "
      - "&eLeft click to &6unequip&e!"
    lore-unequipped:
      - " "
      - "&eLeft click to &6equip&e this cosmetic!"

YAML:
enabled: true
header: "&6Server"
footer: "&6Server"

left:
  1:
    text: ""
    head: ""
  2:
    text: ""
    head: ""
  3:
    text: ""
    head: ""
  4:
    text: ""
    head: ""
  5:
    text: ""
    head: ""
  6:
    text: ""
    head: ""
  7:
    text: ""
    head: ""
  8:
    text: ""
    head: ""
  9:
    text: ""
    head: ""
  10:
    text: "&6hub-01: <status_hub-01>"
    head: "<status_hub-01>" # either online or offline head
  11:
    text: ""
    head: ""
  12:
    text: ""
    head: ""
  13:
    text: ""
    head: ""
  14:
    text: ""
    head: ""
  15:
    text: ""
    head: ""
  16:
    text: ""
    head: ""
  17:
    text: ""
    head: ""
  18:
    text: ""
    head: ""
  19:
    text: ""
    head: ""
  20:
    text: ""
    head: ""
middle:
  1:
    text: ""
    head: ""
  2:
    text: ""
    head: ""
  3:
    text: ""
    head: ""
  4:
    text: ""
    head: ""
  5:
    text: ""
    head: ""
  6:
    text: ""
    head: ""
  7:
    text: ""
    head: ""
  8:
    text: ""
    head: ""
  9:
    text: ""
    head: ""
  10:
    text: ""
    head: ""
  11:
    text: ""
    head: ""
  12:
    text: ""
    head: ""
  13:
    text: ""
    head: ""
  14:
    text: ""
    head: ""
  15:
    text: ""
    head: ""
  16:
    text: ""
    head: ""
  17:
    text: ""
    head: ""
  18:
    text: ""
    head: ""
  19:
    text: ""
    head: ""
  20:
    text: ""
    head: ""
right:
  1:
    text: ""
    head: ""
  2:
    text: ""
    head: ""
  3:
    text: ""
    head: ""
  4:
    text: ""
    head: ""
  5:
    text: ""
    head: ""
  6:
    text: ""
    head: ""
  7:
    text: ""
    head: ""
  8:
    text: ""
    head: ""
  9:
    text: ""
    head: ""
  10:
    text: ""
    head: ""
  11:
    text: ""
    head: ""
  12:
    text: ""
    head: ""
  13:
    text: ""
    head: ""
  14:
    text: ""
    head: ""
  15:
    text: ""
    head: ""
  16:
    text: ""
    head: ""
  17:
    text: ""
    head: ""
  18:
    text: ""
    head: ""
  19:
    text: ""
    head: ""
  20:
    text: ""
    head: ""
  # This will only appear for 1.8 version and above
far_right:
  1:
    text: ""
    head: ""
  2:
    text: ""
    head: ""
  3:
    text: ""
    head: ""
  4:
    text: ""
    head: ""
  5:
    text: ""
    head: ""
  6:
    text: ""
    head: ""
  7:
    text: ""
    head: ""
  8:
    text: ""
    head: ""
  9:
    text: ""
    head: ""
  10:
    text: ""
    head: ""
  11:
    text: ""
    head: ""
  12:
    text: ""
    head: ""
  13:
    text: ""
    head: ""
  14:
    text: ""
    head: ""
  15:
    text: ""
    head: ""
  16:
    text: ""
    head: ""
  17:
    text: ""
    head: ""
  18:
    text: ""
    head: ""
  19:
    text: ""
    head: ""
  20:
    text: ""
    head: ""

heads:
  default:
    value: "eyJ0aW1lc3RhbXAiOjE0MTEyNjg3OTI3NjUsInByb2ZpbGVJZCI6IjNmYmVjN2RkMGE1ZjQwYmY5ZDExODg1YTU0NTA3MTEyIiwicHJvZmlsZU5hbWUiOiJsYXN0X3VzZXJuYW1lIiwidGV4dHVyZXMiOnsiU0tJTiI6eyJ1cmwiOiJodHRwOi8vdGV4dHVyZXMubWluZWNyYWZ0Lm5ldC90ZXh0dXJlLzg0N2I1Mjc5OTg0NjUxNTRhZDZjMjM4YTFlM2MyZGQzZTMyOTY1MzUyZTNhNjRmMzZlMTZhOTQwNWFiOCJ9fX0="
    signature: "u8sG8tlbmiekrfAdQjy4nXIcCfNdnUZzXSx9BE1X5K27NiUvE1dDNIeBBSPdZzQG1kHGijuokuHPdNi/KXHZkQM7OJ4aCu5JiUoOY28uz3wZhW4D+KG3dH4ei5ww2KwvjcqVL7LFKfr/ONU5Hvi7MIIty1eKpoGDYpWj3WjnbN4ye5Zo88I2ZEkP1wBw2eDDN4P3YEDYTumQndcbXFPuRRTntoGdZq3N5EBKfDZxlw4L3pgkcSLU5rWkd5UH4ZUOHAP/VaJ04mpFLsFXzzdU4xNZ5fthCwxwVBNLtHRWO26k/qcVBzvEXtKGFJmxfLGCzXScET/OjUBak/JEkkRG2m+kpmBMgFRNtjyZgQ1w08U6HHnLTiAiio3JswPlW5v56pGWRHQT5XWSkfnrXDalxtSmPnB5LmacpIImKgL8V9wLnWvBzI7SHjlyQbbgd+kUOkLlu7+717ySDEJwsFJekfuR6N/rpcYgNZYrxDwe4w57uDPlwNL6cJPfNUHV7WEbIU1pMgxsxaXe8WSvV87qLsR7H06xocl2C0JFfe2jZR4Zh3k9xzEnfCeFKBgGb4lrOWBu1eDWYgtKV67M2Y+B3W5pjuAjwAxn0waODtEn/3jKPbc/sxbPvljUCw65X+ok0UUN1eOwXV5l2EGzn05t3Yhwq19/GxARg63ISGE8CKw="
  twitter:
    value: "ewogICJ0aW1lc3RhbXAiIDogMTYyOTU5MDIwMzEzOCwKICAicHJvZmlsZUlkIiA6ICI0ZWQ4MjMzNzFhMmU0YmI3YTVlYWJmY2ZmZGE4NDk1NyIsCiAgInByb2ZpbGVOYW1lIiA6ICJGaXJlYnlyZDg4IiwKICAic2lnbmF0dXJlUmVxdWlyZWQiIDogdHJ1ZSwKICAidGV4dHVyZXMiIDogewogICAgIlNLSU4iIDogewogICAgICAidXJsIiA6ICJodHRwOi8vdGV4dHVyZXMubWluZWNyYWZ0Lm5ldC90ZXh0dXJlL2UxZGMyZGVjOTBmMzc0ZDZlMDc1YWNmYTE4YzBhMmMwZDc5YWE5Mzk1NjdiZmNkY2ZlMTk2YWVlOGNmMzM0NTEiLAogICAgICAibWV0YWRhdGEiIDogewogICAgICAgICJtb2RlbCIgOiAic2xpbSIKICAgICAgfQogICAgfQogIH0KfQ=="
    signature: "u+XgMFGg3/tTtD6O6wabu4cRiCY7Y0YwmGVb/6jmIYZAMUP7xySFKzxZVnORjsmNajxdYkngRcJI/jXVU/3RmTBOHLXzUaq/anoL9uaK5AtOER1vLfyynDSlyilRHccBDjpKrl+dx8noIO/Q5fdU9SHMKPy/uZWl73n/V8Kw+uh+JqPyYqArLCKNedrKiyqveh/x4MIJdJx+tRomROezDoOhUsYdM2IXsIEecVPKldeSqL1swZNzPllrOE44DN2+v8tvs/BWhrGxCagD/Pf9Csdjr+RHqj2CJP3fST67uhb6iMr8ItS0s5ki9MBWIUVqSaTSc+0yD9kSeuLs70eammJzEnOWts1P/559r9XgwG8hqbhO/dvj12SBoZOTLre2dbvBrQyzh/g/GK51UB8FQMUnN5T8usC56uXkhMHBfkBtrXLiwMUdomDNyRbB36eAxoNDKR83RjLUsIp9sqeArxidqAtqaFVFSfsXGa7Hjd+4XAaaItmsejhsjFXBbmta8BW6221UdsrLGkYglFlkL9xCsn6PS236/5YAu9paWsoHD1axMbMCHwqJvbkb3OimqiQ9sHXYZKsukStNv3ijsuuJWtp2mnahaRLF1EewDiS15RlUBm6+J507x6iSt8upqO8AXYwSBQ7BQWVLzF3UI5Weuf3Ptc8Fg9W1ikuAWDo="
  discord:
    value: "ewogICJ0aW1lc3RhbXAiIDogMTYwNzkxMjY1Nzc4MywKICAicHJvZmlsZUlkIiA6ICI5MWZlMTk2ODdjOTA0NjU2YWExZmMwNTk4NmRkM2ZlNyIsCiAgInByb2ZpbGVOYW1lIiA6ICJoaGphYnJpcyIsCiAgInNpZ25hdHVyZVJlcXVpcmVkIiA6IHRydWUsCiAgInRleHR1cmVzIiA6IHsKICAgICJTS0lOIiA6IHsKICAgICAgInVybCIgOiAiaHR0cDovL3RleHR1cmVzLm1pbmVjcmFmdC5uZXQvdGV4dHVyZS84YzUzN2I0MjMwYjFmMjE2MDU0NTUyODgzYjU1MDQwODg3MDAwNDNmZTgzYmM5ZDY0MjlhMTIyMjUzZjQ3ZjJiIgogICAgfQogIH0KfQ=="
    signature: "as+ENbxPgtwc8Qwy6ek8yFZMsDrHWGhtuB5tfhIUnp0gmr30P3sPErHdLt3srS+mJ5yEv0k2uv5lGHCaynWfi18jkIyp/Q/X8WaN7qiKJpF5MpkHhA48ICkxX90C8dQBxpZ9JZjUXJ+oPuock3oYWpNYdJkDcheQUKGkp19b5G5QXkdb46mtnQlSBU7ZhD/kLUu7KN2jy2+kD5cxzn5Ef2VpRoMi8+WXp3mVq11za8bvg0yvWKyfc2ZiVRvMvVqxi4p6AG5AMbI4EJkYzgt5EW3thqKmg4qAlOCSCli0cmHRuRar0DApd5d73slKf1z7DzVNyG6ak0Y7FcDtkr2vf2j4Iwnxbvh4ksyoh27nJLNSgYXlKgrLOD5VFv4sf97L6LmevTlYRk0wLu+o4Ex1j8E6WJS6vhbYFbCAWpBygHG0KYHq/zq9XetparZFh09d66VpqJd5OdJD+AfTTBpVOTa+guQDkj8p9ReoIolgRz03GJiHqilPYT35jmH7kBNJsfdmGK+2jJnITHjPOF7tNprMyg7a4/Qj/pstR/gNbBq3c6q4/naChGHyEDSo835k8OpCMwUFlNg20bLstsjqJ4Png9RIqlN4AA7hUADm6O5Gz4lnB+mp5m8ZmXrbpBGv2mIEzuvhep/9dWFAJmCtLC+BUW/b/9FUTREqWhw0AXw="
  youtube:
    value: "ewogICJ0aW1lc3RhbXAiIDogMTU5ODk5NjQzNzA0MSwKICAicHJvZmlsZUlkIiA6ICJhNzFjNTQ5MmQwNTE0ZDg3OGFiOTEwZmRmZmRmYzgyZiIsCiAgInByb2ZpbGVOYW1lIiA6ICJBcHBsZTU0NDciLAogICJzaWduYXR1cmVSZXF1aXJlZCIgOiB0cnVlLAogICJ0ZXh0dXJlcyIgOiB7CiAgICAiU0tJTiIgOiB7CiAgICAgICJ1cmwiIDogImh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvMmExYzQ4YmYwYTIyMzBhNDYxMDMwMDY1ZWI5NDFhZDU2MGQwOGZhZDUwYWU1NjM0OTczZTVhYWVjNDcwZTZiYiIKICAgIH0KICB9Cn0="
    signature: "ljAxdmighg13rgsWrkIuLmtPF/cNi3nVccEQSJD2FSwGvF7avKDuh9xV1ybM4XdHQVusdFSsdEhofDktszyMauUOvF/GZPxGGG+6WDG1HSPD3JmbUckYdd0608unBP8atA7TThUyP3tncnHhn9MtUbVwdq6WCtSCWw0LejLyyOHz4mSzMjcfbZUkOKhRf6zZ3ZjvLx92UDMiOFJcZ+HBXMIrpFgO2RrJvxJpVQYCFZptdCcPyuwh5Di3LVmy01ZAp4hfxCVOIjpcNMd0UcgjYdmDvGSFkXZty2DaVFma3OeowNZS2ISjG4E3GbBmPBSnctiT60ugrSmFQk2/9oHYeO4cs9cuW4baYOY2yHrNwsTWYjIoqf84wzzlpYxwWNejXYa6ckc3iM9ycgaGeCes3pzG7U01M7qQl85xigg5c0CZFgrjMCdCMwG8cp4uTtNY3TZg+jK7PtYE1QCrq6uIwBeBAN0/Me3lNgKEVKDXrsvtmUvTp5eerlm1lpQGIdF+L6HLV9ZBDWRV+gPEjgeZPdQaq4QmV3/88xs0SGScwdJkT3dRy6fdVnseYLZhSWeqP9cy28vm32JcTcOZMEbc6JBrwmj0POoE8PlllaSotCqW/RGopSiDAzH/tGhKTDX8XDYwK4eQ8jj+8frK1Q8S13wKCpdpGRGpQtZQfG1ntxg="
  store:
    value: "ewogICJ0aW1lc3RhbXAiIDogMTYwMTU5NzczMzkyOSwKICAicHJvZmlsZUlkIiA6ICJkZTE0MGFmM2NmMjM0ZmM0OTJiZTE3M2Y2NjA3MzViYiIsCiAgInByb2ZpbGVOYW1lIiA6ICJTUlRlYW0iLAogICJzaWduYXR1cmVSZXF1aXJlZCIgOiB0cnVlLAogICJ0ZXh0dXJlcyIgOiB7CiAgICAiU0tJTiIgOiB7CiAgICAgICJ1cmwiIDogImh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvMjhjYzJhZDNmYWEwMmYzMzUwMjc3YjYwM2U0ZWI2MTg1ZWFiZDQ3NDM5ZDJkZmQwZjc2MjRlNjg2MDUzZjZhYSIsCiAgICAgICJtZXRhZGF0YSIgOiB7CiAgICAgICAgIm1vZGVsIiA6ICJzbGltIgogICAgICB9CiAgICB9CiAgfQp9"
    signature: "rp4lgczvE1ZOwW1/rhKhtzBvCFz5XolZ7BoEm3bieoDrbjMqvsrjyMDs6KdvxbOQI26JdrdWzJUm5mam47QKDes682dtqVvefD221uDRG9vb6km3Xal2B5sGqdhl9PtuQEeGNZlTI1Ip4kBHBIcugTCWV0NzpG3dTWDi/E7rIKviGRxL4hQXMysY9e8P0de8WOMeQ/X5vV0jkPgc15OLBW+k/VTvPmFGTAv/r0Bp3sRP3L36KB8auDXWpD7DTNgGuJTlDKm1/sjTRO/5+cT/5wK6Q8oxzfrnNgt81syuCwLVpt1SP18zLUdKEGTlsSV/01HLCrQusYyBwu5gxyXkpNnd2+bg4DA+DlgxApssZEYhKKR5UsgQwrcG8GU6O1Gxt73ZSjtkq31Wa2J6+RXYoFnBQC6apIcFHoRGk7FW03x7mZiGauCCNhCIJ6gmCMjml9wwbrFP3lLedIQRn+9NgckvKOtS6dCzwyf/9+A3Fl3GlPqQRhVq96MLDnA28gcYWKToDqgh/Ra0MDJ3alSEBf5MY3ayOz3EUivxQR1ClMu6i3D+aAawqGUc3pbcrNlrlvffBfMAgGc7nTvtWakloqWlE/Xu4CcZ/fK0BIFGf3MD77CRJHF/MfVQFYkkGyuh5zbd/qEmrKaCKvxavopFallTr89zasWbg51nlhA7lgU="
  offline:
    value: "eyJ0aW1lc3RhbXAiOjE0NTI0MTgzNjk3OTUsInByb2ZpbGVJZCI6ImU4MjYwM2RmNDE3ZDRhOTViZDFmMTcyMDY0OGJlMGI0IiwicHJvZmlsZU5hbWUiOiJQYWJsZXRlMTIzNCIsInRleHR1cmVzIjp7IlNLSU4iOnsidXJsIjoiaHR0cDovL3RleHR1cmVzLm1pbmVjcmFmdC5uZXQvdGV4dHVyZS84OGNiOTNlOTgwZjYyOTMxMzYwNGNkMzMzODEzOTRjNTA5ZjljMTIxOGRjMjYyM2Q2NTBlZmI4ZjNkMjAifX19"
    signature: "FqA2ErdpdSPLYrb+O0O1i5dxEr9ZD7ZhaeiSZmU8QSf6+yA8eGo+KZo0N7EHC6YFXnxkgySFqJYk7itcHQ5bLRKpKCaSKAXP4XX5a94/7x6lNa8ev82L+Er3A/mH/0cllxmngqLY5vK8Hej09NoMMNNAhtp+f07TkqLPCi3J6G4mFK4zHAId1gEIEyj7JxlTDeOeU0MRUE4bbngyt2h5VsGpitFaYWJZTSnl8XsXr+6/diXk1nM9smKmmwIv8C02Ufdw3N4/fB93qWfuDUmpd4RLck6XJpp8qJ95twQTmdlpEkUtTt258mHnCV/pjMY9T0J7R1MDbYajkfhDQ1xIdKpVZEsYroEVv4jNOedbRHccF5XZLG7QcYGUk22A53XT0/zuyIBfQbYk/XShABdIHoNW+PNscrtahAmqqGmxkxQqZdI7DdB6V4f5J2YpLkt6k/nXvV1uA+Gm2uPylPvvJusVJJD0Z+BroyM4SsXFfaN9oAqGmNFMdIWR+17vl9TZmfN+K3KodMeiSTcVNUFKVAtMFXSaz80UzmKAB1D+EsZQrJ/Qzo4+OP52TwMmlLOBUY3TvgZkJrK+2MC5kGnwJlW3atjR8JlsKTdNJx/xoCg8HRbaqdxQAfz7zYBRnYfFeuf9Uvb0G7RW33CO0ifqP0gi9HUoQH3LxAiJ0zNqh+o="
  online:
    value: "eyJ0aW1lc3RhbXAiOjE0NTI0MTgzMjE5NTAsInByb2ZpbGVJZCI6ImU4MjYwM2RmNDE3ZDRhOTViZDFmMTcyMDY0OGJlMGI0IiwicHJvZmlsZU5hbWUiOiJQYWJsZXRlMTIzNCIsInRleHR1cmVzIjp7IlNLSU4iOnsidXJsIjoiaHR0cDovL3RleHR1cmVzLm1pbmVjcmFmdC5uZXQvdGV4dHVyZS9jMGQzODkzMjYyMWI5NTIzZTlkODdjODcxMzEyNTk3ZTU0Y2QyMjRjODQ0NmY2NTE0ODY1ODE0Y2RlMzhhMTIifX19"
    signature: "huZ5VsNJVXyj1jijC2KE3rE/XbF47jfj/dApSKRqMbTmHQhi3AEFUAetgN0TsBJWaynz/bgADVTY84WsDeeZyW6u1FZHQtOyvq6zxVCw2L1tFrjO7Ts0AYXpNvaZawz+r9OuM01Y62z9oK4VwA7e9oFHDSuo4mExcTgd35cqyxJmqNA2k5xMh88BBiKumJNTenzTEqfQaaWesSmRJWnxZ09zZKhZb2E0m4ekymZPKZWPuxxfOenaFWlpyltLnx/2pC7VRkG1v+zoBe/VmfsEtu5qWPPS8UPtg1Fpx+Q3GtxIApGj0Ni/DiKkaOmOY/5HH9uYD4BtJ3NjXEFCWbkQOXEgLrgwdstRVL53opC3+07QZTbnXVNA2Ua76Gu6T8j+KMxpA0+q0nS+FQZCL2TEt2Pm9nsAZx43kvQ/iA3hnM1hZ64jSQ4nj38mUJ7bnmqM2bcZpQMtIDzwMwswMLh9/jpYFZBK9p5tG2TW91RjSne6R0sOyzZyfOBX/T8oNohBCSVokD4+8SGyBGzknUb1VE0YOZ5HOj3N7agGxhWyPB6DrYCUT8hljtezFO+iPBSBLVo2yuX1PMrrQYB9ir+rTc7mjOYWmL6ENrkSN52fBDCd4yLhPZyU0AP4ov+Nl175c32e5f8Ihhz7IRnVhNDzOE12WS55ynn1IofblMSgfPU="
  whitelist:
    value: "eyJ0aW1lc3RhbXAiOjE0NTI0MTg0MDE0NzAsInByb2ZpbGVJZCI6ImU4MjYwM2RmNDE3ZDRhOTViZDFmMTcyMDY0OGJlMGI0IiwicHJvZmlsZU5hbWUiOiJQYWJsZXRlMTIzNCIsInRleHR1cmVzIjp7IlNLSU4iOnsidXJsIjoiaHR0cDovL3RleHR1cmVzLm1pbmVjcmFmdC5uZXQvdGV4dHVyZS8zYzY2ZDFmMDhkZmRmZTY2ZjljZDExYjA1MmY0YzM1YTdkMjk0MWZmMjNhOTRjY2UyM2Y3ZjgyMTg1NzcyZDgifX19"
    signature: "Rs2GuNrHjFBLk09ymZ/3UpTNSbbjmnZ3WvzA8n0X0gwzNHAx+8u/pNWO2uMEW1TZE5fhmrRAb8krfEpr/D5RdeXl+Se7NRch4mxpWqz4jiipMigFgGnf/s0JY+/dn5amGnoHKzqsktHFx3qwwOjGaz2jj1vhysuzQLGptnurn9wnRgVIueWfR2Cctc0v1pJ9jBVx/gkG3N+2Wznml+50pphxhcYBtfUKtwnMRxHIOz0me1KuRhqmBtmMzoQUArJXiz7cAX8cRlTqUg2ilY4UYLxNsH3cyaJi//tOzpk7EEwo2W1vYT/ZqiHTUvDBeRSu4Or9YZ7TwF/klbSnZJqaC2X0du00QcaoGAvFPY+A9HXZ3QII7k4g0M+aI3huiDUQX24O3p9h4J4dKJpktq1FH0G271uf5m3DMQlAQHTJWP07r3rL/23hAALMtIjE4SvUANd+WBxAeAlgSQamWk2YKQv/TxnNlr6tZMKOz/L1xsXJdn4eATWO786wH5IlxHKwgIQnmEYPSZX3AYsGtIsYuQhttbjmqYiecNdywXy6/WpZwhUHWW2aKuvkczJ8kX5Mcq+viVQRWRJNsCwqwzeXMLEX5tpNGOlQAyRJ/lyGUYJKmEXyqWXIxJstbJG09OR/G9V53ZhNa1hEaaVGv1FwZ9WdH1xHhGyJySz9JtrmKQ0="

Latest reviews

Nice hub, works nicely with volcano, easy to config.
The best cheap hub and easy config
Buy a license now
$5.99
EULA: Standard EULA
New: Now supporting cryptocurrency payments!
Share and earn
Refer this resource and earn a 10% commission.
1,997 Views
25 Purchases
24 Downloads
Aug 27, 2024 Published
Jun 22, 2025 Updated
5.00 star(s)
Average rating (2)
6.1 MB File size
Languages
  1. English
Includes DRM
Yes
Source access
Closed source & obfuscated
Type
  1. Gameplay
  2. World
Game mode
  1. Hub
Supported software
  1. Bukkit
  2. Spigot
  3. Paper
Supported versions
  1. 1.8
  2. 1.9
  3. 1.10
  4. 1.11
  5. 1.12
  6. 1.13
  7. 1.14
  8. 1.15
  9. 1.16
  10. 1.17
  11. 1.18
  12. 1.19
  13. 1.20
  14. 1.21
Creator
Owner
Recommended for you
Ranks - Punishments - Disguises - Tags - And more!
5.00 star(s) 18 ratings
93 purchases
#1 BuiltByBit Plugin ~ Protects your server from crash packet exploits ~ Folia Support
5.00 star(s) 122 ratings
3,267 purchases
The ultimate chat formatting and filtering plugin. Can replace 200+ plugins. Customizable & fast.
5.00 star(s) 121 ratings
2,548 purchases
All-in-one dungeon creator. Create unlimited, timed dungeon experiences with your own builds
4.50 star(s) 65 ratings
2,352 purchases
High Performance | Customizable | Cross-Version | GeyserMC | Folia Support
5.00 star(s) 61 ratings
2,328 purchases
Share and earn
Refer this resource and earn a 10% commission.
1,997 Views
25 Purchases
24 Downloads
Aug 27, 2024 Published
Jun 22, 2025 Updated
5.00 star(s)
Average rating (2)
6.1 MB File size
Languages
  1. English
Includes DRM
Yes
Source access
Closed source & obfuscated
Type
  1. Gameplay
  2. World
Game mode
  1. Hub
Supported software
  1. Bukkit
  2. Spigot
  3. Paper
Supported versions
  1. 1.8
  2. 1.9
  3. 1.10
  4. 1.11
  5. 1.12
  6. 1.13
  7. 1.14
  8. 1.15
  9. 1.16
  10. 1.17
  11. 1.18
  12. 1.19
  13. 1.20
  14. 1.21
Creator
Owner
Recommended for you
Ranks - Punishments - Disguises - Tags - And more!
5.00 star(s) 18 ratings
93 purchases
#1 BuiltByBit Plugin ~ Protects your server from crash packet exploits ~ Folia Support
5.00 star(s) 122 ratings
3,267 purchases
The ultimate chat formatting and filtering plugin. Can replace 200+ plugins. Customizable & fast.
5.00 star(s) 121 ratings
2,548 purchases
All-in-one dungeon creator. Create unlimited, timed dungeon experiences with your own builds
4.50 star(s) 65 ratings
2,352 purchases
High Performance | Customizable | Cross-Version | GeyserMC | Folia Support
5.00 star(s) 61 ratings
2,328 purchases
Top