⭐️mHub | Custom Queue System | Everything what you need for your HUB SERVER⭐️

Status
This thread has been locked.

Kosp

Owner and Developer on @CriticalMC
Banned
Feedback score
2
Posts
125
Reactions
23
Resources
0
Yb5uK8w.png
mHub
mHub is not the basic Hub plugin. They provide Custom Queue system

Features
  • Rank Plugin Support: Core, Vault (PermissionsEX, GroupManager, LuckPerms, and every other plugin what use Vault)
  • Queue Support: Custom, EzQueue, Portal, Quartz
  • Server Slector (Fully configurable in config.yml)
  • Custom Queue
  • Chat Format
  • Anti Chatting (Configurable)
  • Anti Leak
  • Anti Break
  • Anti Place
  • Anti Explode
  • Anti Damage
  • Anti Drop
  • Anti Pickup
  • Anti Rain
  • Anti Hunger
  • Void Teleport
  • Join Messages (When player join broadcast message and message sent only to player)
  • Anti Weather
  • Fully customizable scoreboard
  • Frequent Updates
Dependencies
Vault

Price
$5 jar (with updates)
$15 Source Code (with updates)

Contact
Discord > OfficialName#3677
Telegram > @mebodev

Default Config
Code:
#PUT DOWN YOUR LICENSE KEY WHAT YOU GOT FROM DEVELOPER
LICENSE: ""
#WHEN YOU FALL IN VOID TO TELEPORT YOU ON SPAWN LOCATION
VOID_TELEPORT: true
#QUEUE TYPES
EZQUEUE: false
PORTAL: false
QUARTZ: false
CUSTOM: true
#RANK SUPPORT TYPES
RANK:
  SUPPORT:
    CORE: false
    CORE_RANK_COLOR: false
    VAULT: true
    VAULT_RANK_COLOR: true
#MESSAGE FROM CUSTOM QUEUE WHEN YOU ARE IN QUEUE
QUEUE_MESSAGES:
  INQUEUE:
    - ""
    - "&7You are &d%yourposition% &7in the &d%server%"
    - "&7Skip the queue by purchasing a rank at &dstore.example.com"
    - ""
  HIGHER_QUEUE: "&eSomeone with higher queue priority has joined the queue!"
  LEAVE_QUEUE: "&7You are no longer in queue for &d%server%&7."
  LIMIT_QUEUE: "&d%server% &7limit has been set to &d%limit%"
  PAUSED: "&d%server% &7queue has been &cpaused"
  UNPAUSED: "&d%server% &7queue has been &aunpaused"
#DISABLE MOB SPAWNING
MOB_SPAWNING: true
#PLAYER CAN BREAK BLOCKS
BLOCK_BREAK: false
#PLAYER CAN PLACE BLOCKS
BLOCK_PLACE: false
#EXPLOSION
EXPLOSION: false
#PLAYER CAN DROP HIS ITEMS FROM INVENTORY
PLAYER_ITEM_DROP: false
#PLAYER CAN PICKUP ITEMS FROM GROUND
PLAYER_ITEM_PICKUP: false
#TEXT WHEN PLAYER JOIN SERVER EXAMPLE: %player% joined the server.
PLAYER_JOIN_MESSAGE: false
#MESSAGE SERVER JOIN
PLAYER_JOIN_MESSAGE_MESSAGE: "&e%player% &7has joined the server."
#CHAT ON SERVER
CHAT_DISABLED: false
#MESSAGE WHEN CHAT IS DISABLED
CHAT_DISABLED_MESSAGE: "&cChat disabled on this server."
#PLUGIN CUSTOM CHAT FORMAT
CUSTOM_CHAT_FORMAT: true
#CHAT FORMAT %player% = Player, %prefix% = Prefix of the Rank, %message% = Message of player.
CHAT_FORMAT: "%prefix%%player%&f: %message%"
#SPEED EFFECT WHEN PLAYER JOIN SERVER
SPEED_EFFECT: true
SPEED_EFFECT_LEVEL: 2
#WALK SPEED WHEN PLAYER JOIN SERVER
WALK_SPEED: false
WALK_SPEED_LEVEL: 0.5
#QUEUE SERVERS
QUEUE_SERVERS:
  - "server1"
  - "server2"
  - "server3"
#WELCOME MESSAGE TO PLAYER
WELCOME_MESSAGE:
  - '&8&m------------------------------------'
  - '&7Welcome &d%player% &7 to the &dExample Server'
  - '&7'
  - '&dTeamspeak: &5ts.example.com'
  - '&dStore: &5store.example.com'
  - '&8&m------------------------------------'
#MATERIAL OF SERVER SELECTOR
SELECTOR_MATERIAL: COMPASS
#NAME OF SERVER SELECTOR
SELECTOR_NAME: "&5Selector"
#SLOT OF SERVER SELECTOR
SELECTOR_SLOT: 4
#SCOREBOARD TITLE
SCOREBOARD_TITLE: "&5&lExample"
#SCOREBOARD LINES
SCOREBOARD_LINES:
  - "%line%"
  - "&dOnline Players"
  - "&f%global_online%"
  - ""
  - "&dRank"
  - "&f%rank%"
  - ""
  - "&7&owww.example.com"
  - "%line%"
#WHEN PLAYER IS IN QUEUE SCOREBOARD
SCOREBOARD_LINES_QUEUE:
  - "%line%"
  - "&dOnline Players"
  - "&f%global_online%"
  - ""
  - "&dRank"
  - "&f%rank%"
  - ""
  - "&d&lPosition"
  - "&f%server%&7: &d%position%/%inqueue%"
  - "&7&owww.example.com"
  - "%line%"
#WHEN PLAYER IS IN QUEUE ONLY WORKS FOR CUSTOM QUEUE FROM mHUB
SCOREBOARD_LINES_QUEUE_CUSTOM:
  - "%line%"
  - "&dOnline Players"
  - "&f%global_online%"
  - ""
  - "&dRank"
  - "&f%rank%"
  - ""
  - "&d&lPosition"
  - "&f%server%&7: &d%position%/%inqueue%"
  - "&7&owww.example.com"
  - "%line%"
#FILL EMPTY SLOTS IN SERVER SELECTOR WITH GLASS PANE
SELECTOR_FILL_EMPTY_SLOTS_GLASS: true
#GLASS COLOR. You have to put IDs of glass pane. You can find color IDs here: https://minecraft.gamepedia.com/Glass_Pane
SELECTOR_FILL_GLASS_COLOR: 15
COMPASS-INVENTORY:
  SIZE: 9
  TITLE: '&a&lServers'
  ITEMS:
    SERVER1:
      NAME: '&6&lSERVER1'
      SLOT: 2
      MATERIAL: 'CHEST'
      DATA: 0
      SERVER-TO-CONNECT: 'server1'
      LORE:
        - '&7&m------------------'
        - '&7Click this to connect'
        - '&7to server1 server.'
        - '&7'
        - '&fOnline:&4 %online%'
        - '&7&m------------------'
    SERVER2:
      NAME: '&6&lSERVER2'
      SLOT: 4
      MATERIAL: 'ENDER_CHEST'
      DATA: 0
      SERVER-TO-CONNECT: 'server2'
      LORE:
        - '&7&m------------------'
        - '&7Click this to connect'
        - '&7to server2 server.'
        - '&7'
        - '&fOnline:&4 %online%'
        - '&7&m------------------'
    SERVER3:
      NAME: '&6&lSERVER3'
      SLOT: 6
      MATERIAL: 'TNT'
      DATA: 0
      SERVER-TO-CONNECT: 'server3'
      LORE:
        - '&7&m------------------'
        - '&7Click this to connect'
        - '&7to server3 server.'
        - '&7'
        - '&fOnline:&4 %online%'
        - '&7&m------------------'

Images

https://i.edostuff.xyz/javaw_KPixDfwPUQ.png
https://i.edostuff.xyz/javaw_7kwV6rEOl2.png
https://i.edostuff.xyz/javaw_r1V6Xh0shG.png
https://i.edostuff.xyz/javaw_KPVsTuH11R.png

Custom Queue Images
https://i.edostuff.xyz/javaw_VQi0srR4Jh.png
https://i.edostuff.xyz/javaw_wygyNL1RIx.png
https://i.edostuff.xyz/javaw_26fYVRSi6w.png
https://i.edostuff.xyz/javaw_L54HcZ7naZ.png (Scoreboard Title weird because of Badlion Client xd)

Proof of ownership
https://i.edostuff.xyz/idea64_cSrVjT3O0m.png
https://i.edostuff.xyz/idea64_FfJrNkp6RS.png

Support Discord Server
https://discord.gg/76MFcx3

Terms and Conditions
1. You may not sell the plugin to anyone.
2. I have the right to terminate your license key
3. You cannot chargeback after sending the money
4. There is a no refund policy
5. I can change this terms of service without any notice

Vouch Copies
1/1 claimed by Jay C
 
Last edited:
PebbleHost
High performance, consistent uptime and fast support. Minecraft hosting that just works.

Kosp

Owner and Developer on @CriticalMC
Banned
Feedback score
2
Posts
125
Reactions
23
Resources
0
Reserved

[10/02/2019] Added Custom Queue, Chat Format
[13/02/2019] Added support for Core by Travis Scott (Also works with Vault), Added Anti Chatting (Configurable)
[16/02/2019] Added Lobby Speed (Walk Speed, Speed Effect [Configurable])

Upcoming

Double Jump (Togglable in Config)
Enderbutts (Togglable in Config)
Player Show/Hide (Togglable in Config)
 
Last edited:
Banned forever. Reason: Scamming (https://builtbybit.com/threads/kosp-scam-report.464723/)

Scxrr

Feedback score
0
Posts
2
Reactions
0
Resources
0
Vouch Good developer I purchased this plugin in around 2mins, responds quickly good deal.
 
Last edited:

ZakShearman

Feedback score
0
Posts
51
Reactions
20
Resources
0
Haven't purchased but looks to be just like others but much cheaper (and with queue support which for some reason lots of other don't have).

Any idea where I can get / purchase EzQueue though?
 

Kosp

Owner and Developer on @CriticalMC
Banned
Feedback score
2
Posts
125
Reactions
23
Resources
0
Haven't purchased but looks to be just like others but much cheaper (and with queue support which for some reason lots of other don't have).

Any idea where I can get / purchase EzQueue though?
If you purchase mHub you got this as dependecy.
 
Banned forever. Reason: Scamming (https://builtbybit.com/threads/kosp-scam-report.464723/)

CureMe

Java Developer
Deactivated
Feedback score
7
Posts
248
Reactions
97
Resources
0
I may sound like a dumbass here but how does the licence key thing work? (asking bevause it would be useful to know as a starting dev)
 

Kosp

Owner and Developer on @CriticalMC
Banned
Feedback score
2
Posts
125
Reactions
23
Resources
0
I may sound like a dumbass here but how does the licence key thing work? (asking bevause it would be useful to know as a starting dev)
There is webinterface and it checks is key example "dadadadadada" exist. If they exist it enable plugin if not it disable.
 
Banned forever. Reason: Scamming (https://builtbybit.com/threads/kosp-scam-report.464723/)

BrianGrug

Full time failure
Supreme
Feedback score
56
Posts
1,471
Reactions
995
Resources
1
Status
This thread has been locked.
Top