⭐HubCore⭐ (✨nHub - Tab, Submenus, Scoreboard, ...✨)

Quartz

Java Developer
Banned
Feedback score
9
Posts
98
Reactions
88
Resources
0
Resource Page:
https://www.mc-market.org/resources/13951/

About:
nHub is a cheap hubcore made for server working with Bungeecord.
The plugin works on 1.7.10 - 1.15.2. This plugin is based on the hub of HCF servers.

Requirements:
  • Bungeecord is required for this plugin.
  • Vault is optional for the {Rank} placeholder.
  • AquaCore is optional for the {Rank} placeholder.
  • Chronium is optional for the {Rank} placeholder.
(!) This plugin is made without any dependencies, no other plugins are required.

Pricing:
• JAR (1x copy) - €10,-
• SOURCE (1x copy - 1x src) - €...,-
(!) PM me on discord or on here if you are interested in the source!

Features:
• Toggle block break & place.
• Toggle item drop & pickup.
• Toggle inventory move.
• Toggle player damage.
• Toggle player hunger.
• Toggle mob spawning.
• Toggle double jump feature.
• Toggle void teleport.
• Toggle rain & thunder.
• Toggle always day.
• Toggle spawn location on join.
• Toggle join & quit messages.
• Change join & quit messages.
• Toggle & change player MOTD.
• Chat lock (customizable bypass perm & lock message).
• Toggle & change chat format. (*1)
• Join items (Player visibility, Compass, Enderbutt).
• Customizable selector. (*2)
• Customizable submenus. (*2)
• Playercount per server.
• Scoreboard with placeholders. (*3)
• Tablist with placeholders. (used TabAPI) (*4)
• Queue system (*5)
• Customizable queue priorities.
(!) The (*) is for the placeholders listed.

Media:
Tablist (only 1.7.10):
CPCx80J.png

Scoreboard:
UZ8LvdU.png
Scoreboard while in queue:
f0lhD0Y.png

Scoreboard with rank color support:
wDtE5jQ.png

Queue messages:
n33uUPS.png

Server selector:
jaMmFzL.png

Submenu:
SAFwMD2.png

Welcome MOTD:
LPf67Rb.png

List command:
oUlzfO0.png

Placeholders:
{Prefix} - Get the player his rank prefix. (*1)
{Player} - Get the online players of your bungeecord. (*1,2,3,4,5)
{Message} - Get the online players of your bungeecord. (*1)
{Online} - Get the online players of your bungeecord. (*2,3,4,5)
{Rank} - Get the rank of the player. (Vault required) (*2,3,4,5)
{Rank_Color} - Get the color of rank of the player. (Vault required) (*2,3,4,5)
{Playercount_{Server}} - Get the online players of the server. (*2,3,4,5)
{If<queue_enabled>} - Will only show the line when player is in queue. (*5)
{queue_name} - Get the queue of the player. (*3,5)
{queue_position} - Get the queue position of the player. (*3,5)
{queue_max} - Get max players in the queue. (*3,5)
(!) If the playercount server is not found it will be listed as offline!

Config:
Code:
#     _    _                ____
#    / \  | |__  _ __ ___  / ___|___  _ __ ___
#   / _ \ | '_ \| '__/ _ \| |   / _ \| '__/ _ \
#  / ___ \| |_) | | | (_) | |__| (_) | | |  __/
# /_/   \_\_.__/|_|  \___/ \____\___/|_|  \___|
#

BREAK_BLOCKS: false
PLACE_BLOCKS: false
ITEM_DROP: false
ITEM_PICKUP: false
INVENTORY_MOVE: false
NO_DAMAGE: true
NO_HUNGER: true
MOB_SPAWNING: false
DOUBLE_JUMP: true
VOID_TELEPORT: true
NO_RAIN: true
ALWAYS_DAY: true
JOIN_SPAWN_LOCATION: true
LIST_COMMAND: true
SPAWN_LOCATION: world,0,70,0,90,0
SERVER_OFFLINE: "&cOffline&7"
TABLIST: false
RANK_PLUGIN: "Vault"

JOIN_MESSAGE:
  ENABLED: true
  MESSAGE: "&8[&a+&8] &a{Player}"

QUIT_MESSAGE:
  ENABLED: true
  MESSAGE: "&8[&c-&8] &c{Player}"

PLAYER_MOTD:
  ENABLED: true
  MESSAGE:
    - "&7&m----------------------"
    - "&7Welcome &e{Player}&7!"
    - ""
    - " &7Forums: &6forums.nhub.com"
    - " &7Discord: &6discord.nhub.com"
    - " &7TeamSpeak: &6ts.nhub.com"
    - "&7&m----------------------"

PLAYER_CHAT:
  LOCKED: true
  BYPASS_PERM: "nhub.chat"
  LOCKED_MESSAGE: "&cYou are not allowed to talk in hub!"
  FORMAT: false
  FORMAT_MESSAGE: "&7{Player}&8: &7{Message}"

SCOREBOARD_TITLE: "&6nHub &7(Hub)"
SCOREBOARD:
  - "&7&m-----------------"
  - "&e&lRank"
  - "{Rank}"
  - " "
  - "&e&lOnline"
  - "{Online}"
  - " {If<queue_enabled>}"
  - "&e&lQueue:{If<queue_enabled>}"
  - "&f{queue_position}/{queue_max}{If<queue_enabled>}"
  - "&7&m-----------------"

QUEUE_PRIORITY:
  1:
    PERMISSION: "Queue.One"
  2:
    PERMISSION: "Queue.Two"
  3:
    PERMISSION: "Queue.Three"
QUEUE_UPDATER_TIME: 15
QUEUE_UPDATER:
  - " "
  - "&eYou are position &a#{queue_position} &ein the &6&l{queue_name} &equeue."
  - "&7Buy a rank to get a higer queue priority!"
  - " "
QUEUE_LEAVE: "&cLeft the queue for {queue_name}."
QUEUE_RUNNER: 1
QUEUE_JOINS: 2
Code:
INVENTORY:
  COMPASS:
    SLOT: 4
    MATERIAL: COMPASS
    ID: 0
    NAME: "&eTravel"
    LORE:
      - "&7(Right Click) Open game traveler"
  ENDERBUTT:
    SLOT: 8
    MATERIAL: ENDER_PEARL
    ID: 0
    NAME: "&eEnderbutt"
    LORE:
      - "&7(Right Click) Fly on the enderpearl"
  PLAYER_HIDER:
    ENABLED: true
    HIDE_MESSAGE: "&ePlayers are hidden for you!"
    SHOW_MESSAGE: "&ePlayers are visible for you!"
    HIDED:
      SLOT: 0
      MATERIAL: INK_SACK
      ID: 10
      NAME: "&eShow players"
      LORE:
        - "&7(Right Click) Show all players"
    SHOWN:
      SLOT: 0
      MATERIAL: INK_SACK
      ID: 8
      NAME: "&eHide players"
      LORE:
        - "&7(Right Click) Hide all players"
Code:
# Server Selector
SELECTOR:
  GUI_NAME: "Server Selector"
  GUI_SLOTS: 27
  GLASS: true
  GUI_ITEMS:
    HCF:
      NAME: "&cHCF"
      LORE:
        - "&7&m----------------------"
        - "&eHCF Servers &7(Right Click)"
        - "&7&m----------------------"
      SLOT: 10
      MATERIAL: DIAMOND_SWORD
      TRAVEL: "SubMenu:HCF"
    Kitmap:
      NAME: "&cKitmap"
      LORE:
        - "&7&m---------------"
        - "&ePlayers: &7({playercount_Kitmap}/750)"
        - "&7&m---------------"
      SLOT: 12
      MATERIAL: IRON_SWORD
      TRAVEL: "Queue:Kitmap"
    Practice:
      NAME: "&cPractice"
      LORE:
        - "&7&m---------------"
        - "&ePlayers: &7({playercount_Practice}/750)"
        - "&7&m---------------"
      SLOT: 14
      MATERIAL: GOLD_SWORD
      TRAVEL: "Queue:Practice"
    Bunkers:
      NAME: "&cBunkers"
      LORE:
        - "&7&m---------------"
        - "&ePlayers: &7({playercount_Bunkers}/750)"
        - "&7&m---------------"
      SLOT: 16
      MATERIAL: ENDER_CHEST
      TRAVEL: "Queue:Bunkers"
# Submenus from the selector
SUBMENU:
  HCF:
    GUI_NAME: "HCF"
    GUI_SLOTS: 27
    GLASS: true
    GUI_ITEMS:
      Duo:
        NAME: "&cHCF &7(Duo)"
        LORE:
          - "&7&m---------------"
          - "&ePlayers: &7({playercount_Duo}/750)"
          - "&7&m---------------"
        SLOT: 11
        MATERIAL: DIAMOND_SWORD
        TRAVEL: "Queue:Duo"
      Mini:
        NAME: "&cHCF &7(Mini)"
        LORE:
          - "&7&m---------------"
          - "&ePlayers: &7({playercount_Mini}/750)"
          - "&7&m---------------"
        SLOT: 15
        MATERIAL: IRON_SWORD
        TRAVEL: "Queue:Mini"
      List:
        NAME: "&cHCF Servers"
        LORE:
          - "&7&m---------------"
          - "&eDuo: &72 man"
          - "&eMini: &75 man"
          - "&7&m---------------"
        SLOT: 13
        MATERIAL: PAPER
        TRAVEL: "Info"
Code:
TABLIST:
  1: ""
  2: ""
  3: ""
  4: "&e&lStore"
  5: "&7store.nhub.com"
  6: ""
  7: ""
  8: ""
  9: ""
  10: "&eBunkers: &7{playercount_Bunkers}"
  11: ""
  12: ""
  13: ""
  14: ""
  15: ""
  16: ""
  17: ""
  18: ""
  19: ""
  20: ""
  21: "&6&lnHub"
  22: "&eOnline: &7{Online}"
  23: ""
  24: "&e&lRank"
  25: "&7{Rank}"
  26: ""
  27: "&e&lWebsite"
  28: "&7nhub.net"
  29: ""
  30: "&eDuo: &7{playercount_Duo}"
  31: "&eMini: &7{playercount_Mini}"
  32: "&eKitMap: &7{playercount_Kitmap}"
  33: ""
  34: ""
  35: ""
  36: ""
  37: "&e&lTwitter"
  38: "&7@nHub"
  39: ""
  40: ""
  41: ""
  42: ""
  43: ""
  44: "&e&lTeamSpeak"
  45: "&7ts.nhub.net"
  46: ""
  47: ""
  48: ""
  49: ""
  50: "&ePractice: &7{playercount_Practice}"
  51: ""
  52: ""
  53: ""
  54: ""
  55: ""
  56: ""
  57: ""
  58: ""
  59: ""
  60: ""
  61: ""
  62: ""
  63: ""
  64: ""
  65: ""
  66: ""
  67: ""
  68: ""
  69: "&7Play on &c1.7.10"
  70: "&7for better"
  71: "&7experience!"
  72: ""
  73: ""
  74: ""
  75: ""
  76: ""
  77: ""
  78: ""
  79: ""
  80: ""
Code:
OWNER: "&4"
MANAGER: "&c"
MOD: "&3"
TRAINEE: "&e"
DEFAULT: "&7"

Commands - Permissions:
/list - (None)
/leavequeue - (None)
/queue pause - (nhub.pause)
/queue unpause- (nhub.unpause)
/queue settime- (nhub.settime)
/queue setplayers - (nhub.setplayers)
/nhub reload - (nhub.reload)
/buildmode - (nhub.buildmode)

Proof of Ownership:
wfr6Eo5.png

Setup:
• Import the jar file in your server plugins folder.
• Run your server.
• Plugin works :)

Contact:
Discord: bennisthemenace1
 
Type
Offering
Exclusivity
  1. Non-exclusive
Server 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
Last edited:
PebbleHost
High performance, consistent uptime and fast support. Minecraft hosting that just works.

Nerm

Deactivated
Feedback score
21
Posts
851
Reactions
714
Resources
0
Thanks for your amazing reaction! <3

=-+-+-=

[!] Update:
- MOB_SPAWNING enable & disable have been fixed.
- {prefix} has been added to the chat placeholders.
- More useful placeholders add on the thread!
If you wouldn't mind adding me on discord @ Nermin#6194, I've got a surprise for you.
 

Quartz

Java Developer
Banned
Feedback score
9
Posts
98
Reactions
88
Resources
0
If you wouldn't mind adding me on discord @ Nermin#6194, I've got a surprise for you.
Added! :)[DOUBLEPOST=1582817122][/DOUBLEPOST][!] Update:
- {Rank_Color} is added as placeholder.
- New configs has been added.
- When server is not found it will be listed as offline.
- /list command has been added
 
Last edited:
Banned forever. Reason: Scamming (https://builtbybit.com/threads/quartz-v-fallencow-transaction-dispute.724384/)

Elusia

Premium
Feedback score
0
Posts
74
Reactions
11
Resources
0
i have one question before buying , it's possible to set a time for player who join ?

like in the config we set 5 second and every 5 second somebody can connect to the faction server ?

because when we have a big open with 1000 player it's very important to have that :)
 

Quartz

Java Developer
Banned
Feedback score
9
Posts
98
Reactions
88
Resources
0
i have one question before buying , it's possible to set a time for player who join ?

like in the config we set 5 second and every 5 second somebody can connect to the faction server ?

because when we have a big open with 1000 player it's very important to have that :)

Yeah I added that to the last update. :) QUEUE_JOINS is the amount of players that join per QUEUE_RUNNER. QUEUE_RUNNER is the amount of seconds.
 
Banned forever. Reason: Scamming (https://builtbybit.com/threads/quartz-v-fallencow-transaction-dispute.724384/)

JamboIE

HoneyCove
Supreme
Feedback score
65
Posts
1,037
Reactions
810
Resources
0
Looks awesome, would love to take a VC to see how this can improve the Lobby I'm working on if any are available.

GLWS :D
 

Quartz

Java Developer
Banned
Feedback score
9
Posts
98
Reactions
88
Resources
0
Looks awesome, would love to take a VC to see how this can improve the Lobby I'm working on if any are available.

GLWS :D
Thanks! There are unfortunately no vc available. But thanks for showing interest! <3
 
Banned forever. Reason: Scamming (https://builtbybit.com/threads/quartz-v-fallencow-transaction-dispute.724384/)

iMoltres

Premium
Feedback score
1
Posts
10
Reactions
18
Resources
0
Does it have support with AquaCore?
 

iMoltres

Premium
Feedback score
1
Posts
10
Reactions
18
Resources
0

Quartz

Java Developer
Banned
Feedback score
9
Posts
98
Reactions
88
Resources
0
Banned forever. Reason: Scamming (https://builtbybit.com/threads/quartz-v-fallencow-transaction-dispute.724384/)

NiklasDev

Feedback score
6
Posts
234
Reactions
60
Resources
0
Would recomend this to anyone! friendly developer, amazing plugin,amazing support! AND ITS CHEAP.

Just buy it ;)
-Niklas
 
Top