ColdHub | Parkour|Queue|Timers|Hooks v1.6

Hub, Menus, Hotbar Items, Scoreboard, Tab, Queue, Timers, Parkour and Lives/Deathban info for HCF
mcmbanner.png
features.png

Note: Cosmetics are not included at this point in time.
This plugin is on play.coldnetwork.net for anyone wondering/wanting to test!

Main Features:
Like most hub cores this one has the traditional stuff like: scoreboard, tab, menus, hotbar and join messages. But what makes these features different in ColdLobby is the smart and structured configuration & the way the features are executed, more info on that below.
The hub core is made with quality, good support and configurability in mind. That's why the price is 15$.

Queue:
Fully togglable and customizable queue system, this is a really performance friendly system and allows you to make prioritized queues litterly within 5 seconds. All you have to do is add the queue (bungee-server-name) in the config and you're good to go.
You can add global/per-server priorities through permission and/or global/per-server bypass permissions.

Parkour:
An easy-to-setup yet fun parkour experience for your players to enjoy. Through our plugin-wide placeholder system you can let your players know their current or best time of the parkour. The setup of this parkour takes like 1 minute, you have to place 3 types of pressure plates (1 for start, 1 type for checkpoints and 1 type for finish)
You can make an awesome Leaderboards hologram with this plugin aswell, a placeholders list is in the discord along with extra information!

Timer:
A fully configurable timer system, this is great for showing stuff like releases, koths or basically any event happening on your server
You can add them by writing a date or by just entering a time like 1h or 90m
They save once the server shuts down so when it boots up the timer will still be going

Smart Configuration:
Complete hotbar system, this makes it possible to make an item optional in your hotbar, for example if you're in queue or in parkour
Menu system with a structured config and the possibility to make unlimited menus with optional buttons and inside buttons optional lore lines.
The scoreboard and tab are fully configurable aswell, these also allow for optional lines so you can make optional lines in the scoreboard and hide stuff in a tab slot.

Commands:
Essentials:
/hide
/fly - coldlobby.fly
/setspawn - coldlobby.setspawn

Parkour:
/parkour leave (used in hotbar item)
/parkour checkpoint

Queue:
/queue
/queue join
/queue leave
/queue pause - coldlobby.queue.pause

Timer:
/timer - coldlobby.timer
/timer add - coldlobby.timer
/timer adddate - coldlobby.timer
/timer pause - coldlobby.timer
/timer remove - coldlobby.timer
/timer removeall - coldlobby.timer

Other permissions:
coldlobby.armor.[armor]
coldlobby.queue.bypass
coldlobby.queue.[server].bypass
coldlobby.prio.1-20
coldlobby.prio.[server].1-20
Code:
ColdLobby Placeholders
Normal:
%name% - Returns players name
%rank% - Returns players rank
%rankcolor% - Returns rank color
%prefix% - Returns players rank prefix
%suffix% - Returns players rank suffix
%tag% - Returns players tag
%is_any_timer% - Returns true/false if theres any timer
%is_hiding% - Returns true/false if hes hiding players
%is_queued% - Returns true/false if theres any timer
%in_queues% - Returns true/false if hes in queue
%queue_position% - Returns queue pos
%queue_total% - Returns queue total queued
%queue_server% - Returns queue queued for
%is_parkour% - Returns true/false if hes parkouring
%parkour_time% - Returns current parkour time or None
%parkour_besttime% - Returns parkour personal record
%has_permission_[some.permission.here]% - Returns true/false (DONT ADD THE [])
%bungee_[ServerName]% - Must be defined in config, returns count (DONT ADD THE [])
%queued_[ServerName]% - Must be defined in config at same spot as the above (DONT ADD THE [])

Pinger:
%pinger_[Name]% - Check pinger.yml for more info (DONT ADD THE [])
%pinger_merged_[MergedName]% - Check pinger.yml for more info (DONT ADD THE [])

HCF Hook:
%deathban_[ServerName]% - Check hcf.yml for more info (DONT ADD THE [])
%lives_[ServerName]% - Check hcf.yml for more info (DONT ADD THE [])

ColdLobby HolographicDisplays placeholders
%coldlobby_leaderboard_name_1-10%
%coldlobby_leaderboard_time_1-10%

ColdLobby HolographicDisplays placeholders if running litebans
%coldlobby_bans_daily%
%coldlobby_bans_weekly%
%coldlobby_bans_total%
Note: PlaceholderAPI placeholders can optionally be used everywhere
media.png

Gif_1.gif

Gif_2.gif

Gif_3.gif

Gif_4.gif
Screenshot_1.png

Screenshot_2.png

Screenshot_3.png

Screenshot_4.png

Screenshot_5.png

Screenshot_6.png

Screenshot_7.png
Screenshot_10.png

Screenshot_9.png

files.png

Code:
license: ""
join:
  private-message: #format: [] if you don't want any message sent.
    format:
      - "&b&m-----&8&m-----&b&m----------------------&8&m-----&b&m-----"
      - ""
      - "&fWelcome &b%name% &fto &b&lColdNetwork"
      - ""
      - " &7* &fWebsite: &bhttps://coldnetwork.net"
      - " &7* &fStore: &bhttps://store.coldnetwork.net/"
      - " &7* &fDiscord: &bhttps://discord.coldnetwork.net/"
      - " &7* &fTwitter: &bhttps://twitter.com/coldnetworknet"
      - ""
      - "&b&m-----&8&m-----&b&m----------------------&8&m-----&b&m-----"
  public-message:
    enabled: true #Disables public join message completely
    format: "&8[&a+&8] %prefix%%name%" #Leave blank to make other plugins take care this message (enabled must be true)
    permission: "coldlobby.public-join-message" #Leave blank if no permission is needed, enabled: false or format: "" overrides this
leave:
  public-message:
    enabled: true #Disables public leave message completely
    format: "&8[&c-&8] %prefix%%name%" #Leave blank to make other plugins take care this message (enabled must be true)
    permission: "coldlobby.public-leave-message" #Leave blank if no permission is needed, enabled: false or format: "" overrides this
chat:
  enabled: true #Disables chat completely
  format: "%prefix%%name%&7: &f%message%" #Leave blank to make other plugins take care of chat (enabled must be true)
  permission: "coldlobby.chat" #Leave blank if no permission is needed, enabled: false or format: "" overrides this
  no-permission: "&cYou do not have permissions to chat here"
queue: #Servers need to have the exact same name as your bungeecord config.yml
  enabled: true
  status-update: 5 #0 to disable
  use-internal-bungee-placeholders: true #This makes it so %bungee_[server]% & %bungee_total% are handled by ColdLobby
  servers: #Add all servers you want to queue & you want to get the online count from with internal %bungee_[server]% placeholders
    - "Lobby"
    - "Practice"
    - "KitMap"
    - "SkyBlock"
menus:
  list: #Add all file names you add in the menus folder when adding new menus
    - "selector"
Code:
queue:
  joined: "&fYou are now queued for &b%queue%"
  left: "&fYou are no longer queued"
  not-found: "&cThat queue is not found"
  none: "&cYou are not in any queue"
  status: "&fYou are currently position &b&l%queue_position%/%queue_total% &fin the &b&l%queue_server% &fqueue"
  paused: "&fYou have &b%paused% &fthe &b%queue% &fqueue"
  info:
    - "&b&l%queue_server% Queue"
    - " &fPaused: &b%queue_paused%"
    - " &fQueued: &b%queue_count%"
  help:
    - "&b&lQueue Commands"
    - " &b/queue join [server] &7- &fTo join a queue"
    - " &b/queue leave &7- &fTo leave a queue"
timer:
  removed: "&fYou have removed &fthe &b%timer% &ftimer"
  removed-all: "&fYou have removed all &ftimers"
  not-found: "&cThat timer is not found"
  paused: "&fYou have &b%paused% &fthe &b%timer% &ftimer"
  started:
    - ""
    - "&c&l ⚠ &b&l%timer% &ftimer has started!"
    - ""
  help:
    - "&b&lTimer Commands"
    - " &b/timer add [time] [text] &7- &fStart a timer"
    - " &b/timer adddate [date] [text] &7- &fStart a timer ending at a date"
    - " &b/timer pause [part-of-timer-text] &7- &fPause specific timer"
    - " &b/timer cancel/remove [part-of-timer-text] &7- &fCancel specific timer"
    - " &b/timer cancelall/removeall &7- &fCancel all timers"
essentials:
  reload: "&b&lCL &fwas reloaded in %time%ms"
  cooldown: "&cYou're still on cooldown for another &l%cooldown%s"
  fly:
    enabled: "&fFly is &aenabled"
    disabled: "&fFly is &cdisabled"
  hide-players:
    enabled: "You are now &chiding &fall players"
    disabled: "You are now &ashowing &fall players"
Code:
hotbar:
  items:
    hide-players:
      item:
        name: "&b&lHide Players &7(Right-Click)"
        lore:
          - "&fRight-click to hide players"
        material: INK_SACK
        durability: 10
        amount: 1
      slot: 0
      display-if: "!%is_hiding%"
      actions:
        - "[command] hide"
    show-players:
      item:
        name: "&b&lShow Players &7(Right-Click)"
        lore:
          - "&fRight-click to show players"
        material: INK_SACK
        durability: 8
        amount: 1
      slot: 0
      display-if: "%is_hiding%"
      actions:
        - "[command] hide"
    leave-queue:
      item:
        name: "&b&lLeave Queue &7(Right-Click)"
        lore:
          - "&fRight-click to leave the queue"
        material: INK_SACK
        durability: 1
        amount: 1
      slot: 1
      display-if: "%is_queued%"
      actions:
        - "[command] queue leave"
    poof-stick:
      item:
        name: "&d&lPoof Stick &7(Right-Click)"
        lore:
          - "&fHit people to make them vanish"
        material: STICK
        durability: 0
        amount: 1
      slot: 2
      display-if: "!%is_parkour%"
      actions:
        - "[poof]"
    parkour-checkpoint:
      item:
        name: "&a&lLast Checkpoint &7(Right-Click)"
        lore:
          - "&fRight-click to tp to your last checkpoint"
        material: FEATHER
        durability: 0
        amount: 1
      slot: 3
      display-if: "%is_parkour%"
      actions:
        - "[command] parkour checkpoint"
    servers-menu:
      item:
        name: "&b&lServers &7(Right-Click)"
        lore:
          - "&fRight-click to view our servers"
        material: COMPASS
        durability: 0
        amount: 1
      slot: 4
      actions:
        - "[menu] selector"
    parkour-leave:
      item:
        name: "&c&lQuit Parkour &7(Right-Click)"
        lore:
          - "&fRight-click to leave the parkour"
        material: INK_SACK
        durability: 1
        amount: 1
      slot: 5
      display-if: "%is_parkour%"
      actions:
        - "[command] parkour leave"
    paintball-gun:
      item:
        name: "&d&lPoof Gun &7(Right-Click)"
        lore:
          - "&fShoot people to make them vanish"
        material: BOW
        durability: 0
        amount: 1
      slot: 6
      display-if: "!%is_parkour%"
      actions:
        - "[paintball]"
    ender-butt:
      item:
        name: "&b&lEnderButt &7(Right-Click)"
        lore:
          - "&fRight-click to pearl"
        material: ENDER_PEARL
        durability: 0
        amount: 1
      slot: 8
      display-if: "!%is_parkour%"
      actions:
        - "[enderbutt]"
    ender-butt-disabled:
      item:
        name: "&c&lEnderButt &7(Disabled)"
        lore:
          - "&fRight-click to not pearl"
        material: EYE_OF_ENDER
        durability: 0
        amount: 1
      slot: 8
      display-if: "%is_parkour%"
      actions: []
Code:
scoreboard:
  enabled: true
  title: "&b&lCold &7&l⎜ &fLobby"
  lines:
    - "&7&m-------------------"
    - "&b&l Network Info &7(%bungee_total%)"
    - "&f  Practice: &b%bungee_Practice%/500"
    - "&f  KitMap: &b%bungee_KitMap%/500"
    - "&f  SpeedHCF: &b%bungee_SpeedHCF%/500"
    - "&f"
    - "&b&l Parkour &7(PR: %parkour_besttime%)&f<display=!%is_queued%"
    - "&f  %parkour_time%&f<display=!%is_queued%"
    - "&f<display=!%is_queued%"
    - "&b&l Queue &7(%queue_server%)<display=%is_queued%"
    - "&f  #%queue_position% &fout of &f%queue_total%<display=%is_queued%"
    - "&f<display=%is_queued%"
    - "%timer_lines%"
    - "&f<display=%is_any_timer%"
    - "&7&oplay.coldnetwork.net"
    - "&7&m-------------------"
  timer:
    line: "%text%&7: &f%timer%"
Code:
tab:
  enabled: true
  header: ''
  footer: ''
  left-rows:
    - '&fSupport us: &b/buy'
    - '&8&m----------------'
    - ''
    - ''
    - ''
    - ''
    - ''
    - ''
    - '&8&m----------------'
    - ' &b&lPractice'
    - '  &fOnline&7: &b%bungee_Practice%'
    - ''
    - ''
    - ''
    - ''
    - ''
    - ''
    - ''
    - ''
    - '&8&m----------------'
  center-rows:
    - '   &b&lColdNetwork'
    - '&8&m----------------'
    - ''
    - ''
    - '&fOnline&7: &b%bungee_total%/1000'
    - '&fQueued&7: &b%in_queues%'
    - ''
    - '     &b&lServers'
    - '&8&m----------------'
    - ' &b&lLobby'
    - '  &fOnline&7: &b%bungee_Lobby%'
    - ''
    - ''
    - ''
    - ''
    - ''
    - ''
    - ''
    - 'coldnetwork.net'
    - '&8&m----------------'
  right-rows:
    - '&fDiscord: &b/discord'
    - '&8&m----------------'
    - ''
    - ''
    - ''
    - ''
    - ''
    - ''
    - '&8&m----------------'
    - ' &b&lKitMap'
    - '  &fOnline&7: &b%bungee_KitMap%'
    - ''
    - ''
    - ''
    - ''
    - ''
    - ''
    - ''
    - ''
    - '&8&m----------------'
Code:
armor:
  owner:
    helmet:
      name: "&4&lOwner Helmet"
      lore: []
      material: LEATHER_HELMET
      color: "255,255,255"
      durability: 0
      amount: 1
    chestplate:
      name: "&4&lOwner Chestplate"
      lore: []
      material: LEATHER_CHESTPLATE
      color: "255,255,255"
      durability: 0
      amount: 1
    leggings:
      name: "&4&lOwner Leggings"
      lore: []
      material: LEATHER_LEGGINGS
      color: "255,255,255"
      durability: 0
      amount: 1
    boots:
      name: "&4&lOwner Boots"
      lore: []
      material: LEATHER_BOOTS
      color: "255,255,255"
      durability: 0
      amount: 1
Code:
double-jump:
  enabled: false
  only-on-ground: true
  velocity: 2.5 #Too high may cause errors in console
Code:
parkour:
  enabled: true
  placeholders:
    not-started: "&fNot started"
    started: "&fTime: &b%time%"
Code:
pinger:
  enabled: false #This is mostly meant for RedisBungee servers or non-bungee servers, I always recommend to use bungee placeholders instead of this!
  servers:
    - "[email protected]:25565" #%pinger_Practice-EU%
    - "[email protected]:25565"
  merged:
    - "Practice@Practice-EU:practice-SA" #%pinger_merged_Practice%
Code:
selector:
  name: "&b&lServer Selector"
  size: 27
  auto-refresh: true
  fill-button:
    name: ""
    amount: "1"
    lore: [ ]
    item:
      material: "STAINED_GLASS_PANE"
      durability: 15
    actions: []
  buttons:
    practice:
      item:
        material: "POTION"
        durability: 16421
      name: "&dPractice &7(%bungee_Practice%/500)"
      amount: "%bungee_Practice%"
      lore:
        - "&7"
        - "&bInfo:"
        - " &7* &fVersion&7: &f1.8.8 &7(1.7.x - 1.8.x Compatible)"
        - " &7* &fOnline&7: &f%bungee_Practice%"
        - " &7* &fQueued&7: &f%queued_Practice%"
        - "&7"
        - "&bFeatures:"
        - "  &7* &fUnranked & Ranked"
        - "  &7* &fParty FFA, Split, HCF and KoTH"
        - "  &7* &fParty vs Party fights"
        - "  &7* &f8 Player-hosted events"
        - "  &7* &f1v1/2v2 Tournaments"
        - "  &7* &fIntuitive Kit Editor"
        - "&7"
        - "&7&l(!) &fClick here to join &f&nPractice!"
      slot: 11
      actions:
        - "[close]"
        - "[command] queue join Practice"
    kitmap:
      item:
        material: "DIAMOND_SWORD"
        durability: 0
      name: "&bKitMap &7(%bungee_KitMap%/500)"
      amount: "%bungee_KitMap%"
      lore:
        - "&7"
        - "&bInfo:"
        - " &7* &fVersion&7: &f1.8.8 &7(1.7.x - 1.8.x Compatible)"
        - " &7* &fOnline&7: &f%bungee_KitMap%"
        - " &7* &fIn-Queue&7: &f%queued_KitMap%"
        - "&7"
        - "&bFeatures:"
        - "  &7* &fLevels, and killranks"
        - "  &7* &f9 Classes"
        - "  &7* &f8 Crates"
        - "  &7* &fTimed Rewards"
        - "  &7* &fBounties"
        - "  &7* &fTokens & shops"
        - "&7"
        - "&7&l(!) &fClick here to join &f&nKitMap!"
      slot: 13
      actions:
        - "[close]"
        - "[command] queue join KitMap"
    skyblock:
      item:
        material: "EMERALD"
        durability: 0
      name: "&aSkyBlock &7(%bungee_SkyBlock%/500)"
      amount: "%bungee_SkyBlock%"
      lore:
        - "&7"
        - "&bInfo:"
        - " &7* &fVersion&7: &f1.8.8 &7(1.7.x - 1.8.x Compatible)"
        - " &7* &fOnline&7: &f%bungee_SkyBlock%"
        - " &7* &fIn-Queue&7: &f%queued_SkyBlock%"
        - "&7"
        - "&bFeatures:"
        - "  &7* &fCool Starter Islands"
        - "  &7* &fA lot of /challenges"
        - "  &7* &fCasino, Auction House"
        - "  &7* &fMobCoins, Custom Enchants"
        - "  &7* &fIsland Top, Upgrades, Menu"
        - "  &7* &fLeaderboards, Islands Warps"
        - "  &7* &f6 Amazing Crates"
        - "&7"
        - "&7&l(!) &fClick here to join &f&nSkyBlock!"
      slot: 15
      actions:
        - "[close]"
        - "[command] queue join SkyBlock"

contact.png

You can contact me on any of the following platforms:
(Preferred) Support discord: https://discord.gg/GKt9b8H
Discord - Nickk#1000 (Copy it)
Private message me here.

Latest reviews

Great Hub Core I really Like it.
This plugin is not only insane but the support i reveived from the creators is more than "just friendly" it's awesome! If there is a hub plugin out there anywhere there is no way it will be any better than this one unless it steals players from other servers and captures them (please send food.) . Do NOT hesitate to buy.
I bought this plugin and actually never had any problems. If I did run into a problem I got support pretty quickly so I could continue right away. He even asked other people for a plugin so he could help me perfectly and tested everything so he could really give me the best support. This plugin has kept 60 players at 20 TPS. (I know that's not the most but I wanted to put it there anyway).

Compré este plugin y en realidad nunca tuve ningún problema. Si me encontré con un problema obtuve apoyo bastante rápido para que pudiera continuar de inmediato. Incluso pidió a otras personas un plugin para poder ayudarme perfectamente y probó todo para poder darme realmente el mejor soporte. Este plugin ha mantenido a 60 jugadores a 20 TPS. (Sé que no es lo máximo pero quería ponerlo ahí de todos modos).
Great Hub Core, very helpful if you get problems.
Perfecto Hub for any type of server. 100% custom and very good and fast support!
This license was given for free. What's this?
I found everything I needed in this hubcore!!
Perfect Hubcore for your server and its 100% worth the price. Great Developer and Fast Response Time.
Honestly, for a hub core this is outstanding compared to others you may see on the market. Nick is super friendly and has been more than willing to help sort out any issues I had. Would recommend this to anyone wanting a quality Hub plugin.
One of the best hub cores on the market! The developer is very friendly and helped me with all my problems. It has unique features like Parkour and timers. Would Highly recommend.
No words to say about this hubcore. It is perfect, owner fixes errors very fast, support is very fast, very helpful and hubcore is very powerful. It has all you need!!
Buy a license now
$11.99
EULA: Standard EULA
Secure checkout:
Share and earn
Refer this resource and earn a 10% commission.
7,629 Views
81 Purchases
86 Downloads
Oct 12, 2020 Published
Sep 24, 2023 Updated
5.00 star(s)
Average rating (13)
4 MB File size
Type
Supported software
  1. Bukkit
  2. Spigot
  3. Paper
Supported versions
  1. 1.7
  2. 1.8
  3. 1.9
  4. 1.10
  5. 1.11
  6. 1.12
  7. 1.13
  8. 1.14
  9. 1.15
  10. 1.16
  11. 1.17
  12. 1.18
  13. 1.19
  14. 1.20
Creator
Struggling to cover the costs of your server? Set up your own webstore with Tebex in under 30 seconds.
Recommended for you
Any 1.7.10/1.8.8 Spigot Compatible, CUSTOM, feature-rich, constant updates and good support
5.00 star(s) 34 ratings
172 purchases
Brand-new, amazing new /buy solution for your server running tebex.
5.00 star(s) 2 ratings
41 purchases
Not yet rated
33 purchases
#1 BuiltByBit Plugin ~ Protects your server from crash packet exploits ~ Folia Support
5.00 star(s) 107 ratings
2,698 purchases
Elite formatting and filtering plugin. Can replace 200+ plugins. High-performance. Folia supported.
5.00 star(s) 114 ratings
2,303 purchases
Share and earn
Refer this resource and earn a 10% commission.
7,629 Views
81 Purchases
86 Downloads
Oct 12, 2020 Published
Sep 24, 2023 Updated
5.00 star(s)
Average rating (13)
4 MB File size
Type
Supported software
  1. Bukkit
  2. Spigot
  3. Paper
Supported versions
  1. 1.7
  2. 1.8
  3. 1.9
  4. 1.10
  5. 1.11
  6. 1.12
  7. 1.13
  8. 1.14
  9. 1.15
  10. 1.16
  11. 1.17
  12. 1.18
  13. 1.19
  14. 1.20
Creator
Struggling to cover the costs of your server? Set up your own webstore with Tebex in under 30 seconds.
Recommended for you
Any 1.7.10/1.8.8 Spigot Compatible, CUSTOM, feature-rich, constant updates and good support
5.00 star(s) 34 ratings
172 purchases
Brand-new, amazing new /buy solution for your server running tebex.
5.00 star(s) 2 ratings
41 purchases
Not yet rated
33 purchases
#1 BuiltByBit Plugin ~ Protects your server from crash packet exploits ~ Folia Support
5.00 star(s) 107 ratings
2,698 purchases
Elite formatting and filtering plugin. Can replace 200+ plugins. High-performance. Folia supported.
5.00 star(s) 114 ratings
2,303 purchases
Top