{"id":138133,"date":"2026-06-08T07:06:57","date_gmt":"2026-06-08T04:06:57","guid":{"rendered":"https:\/\/vpesports.com\/minecraft\/mods\/shamboq\/"},"modified":"2026-06-08T07:06:57","modified_gmt":"2026-06-08T04:06:57","slug":"shamboq","status":"publish","type":"mod","link":"https:\/\/vpesports.com\/minecraft\/mods\/shamboq\/","title":{"rendered":"ShamboQ"},"content":{"rendered":"<p># ShamboQ &#8211; Advanced Queue System<\/p>\n<p>![sq](https:\/\/cdn.modrinth.com\/data\/cached_images\/6d38603bb6b5c5bfbc482350ee0c1f5a6385c0df.png)<\/p>\n<p>## Overview<br \/>\nShamboQ is a professional queue management system for Minecraft networks that allows server administrators to create an elegant waiting experience for players before transferring them to the main server. The plugin freezes players in a designated waiting area, displays countdown messages, and plays immersive sound effects before automatically transferring them to the destination server. **_Plugin will be developed further_**.<\/p>\n<p> <iframe loading=\"lazy\" width=\"560\" height=\"315\" src=\"https:\/\/www.youtube-nocookie.com\/embed\/2G8Fng19dnQ\" title=\"YouTube video player\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share\" allowfullscreen><\/iframe><\/p>\n<p>## Project History<br \/>\nShamboQ is sponsored by **Shambonoor Enterpraises**<\/p>\n<p>## Installation<br \/>\n### Requirements<br \/>\n&#8211; Minecraft server running Bukkit\/Spigot\/Paper 1.19+ (might work on 1.16-1.18)<br \/>\n&#8211; A proxy server: BungeeCord, Waterfall, or Velocity<br \/>\n&#8211; Java 8 or higher<\/p>\n<p>### Installation Steps<br \/>\n1. Download the ShamboQ-xxx.jar file<br \/>\n2. Place the JAR file in your lobby server&#8217;s `\/plugins\/` directory<br \/>\n3. Restart your server (or use a plugin manager to load it)<br \/>\n4. Edit the generated configuration file at `\/plugins\/ShamboQ\/config.yml` to match your network settings<br \/>\n5. Use `\/shamboq reload` to apply your configuration changes<\/p>\n<p>### Important: Proxy Configuration<br \/>\n1. Make sure your BungeeCord\/Velocity config has the destination server defined with the same name as specified in the ShamboQ configuration<br \/>\n2. Enable Proxy support in config files of your Queue Server<\/p>\n<p>## How It Works<br \/>\n### The Queue Process<br \/>\n1. When a player joins your lobby server, ShamboQ automatically:<br \/>\n   &#8211; Freezes the player in place<br \/>\n   &#8211; Hides the player from others (and vice versa)<br \/>\n   &#8211; Teleports them to the designated spawn point in The End dimension (plugin searches for an End world by default)<br \/>\n   &#8211; Displays a welcome message with countdown information<br \/>\n   &#8211; Plays immersive sound effects<br \/>\n   &#8211; Shows a countdown in the action bar<\/p>\n<p>2. When the countdown reaches zero, the player is automatically transferred to your main server<\/p>\n<p>### Queue Management<br \/>\n&#8211; Administrators can toggle the queue on\/off without restarting<br \/>\n&#8211; When disabled, players remain frozen but don&#8217;t see the countdown<br \/>\n&#8211; When re-enabled, all waiting players are automatically added to the active queue process<br \/>\n&#8211; Players with the `shamboq.bypass` permission skip the queue entirely<\/p>\n<p>## Configuration<br \/>\nThe config.yml file allows you to customize:<\/p>\n<p>&#8220;`yaml<br \/>\n# ShamboQ Configuration<br \/>\n# developed by Shambonoor Ent.<br \/>\n# https:\/\/szam.boo\/<br \/>\n# https:\/\/discord.gg\/wUmVUBc7rv<\/p>\n<p># Queue settings<br \/>\nqueue:<br \/>\n  # Enable or disable the queue system<br \/>\n  enabled: true<br \/>\n  # Time in seconds to wait before sending to SMP<br \/>\n  time: 10<br \/>\n  # Name of the SMP server to connect to<br \/>\n  smp-server: &#8220;smp&#8221;<br \/>\n  # Message to show when queue is disabled<br \/>\n  disabled-message: &#8220;Queue is currently disabled&#8221;<br \/>\n  # Whether to show the disabled message<br \/>\n  show-disabled-message: true<br \/>\n  # How often to show the notification in seconds<br \/>\n  notification-interval: 5<\/p>\n<p># Connection settings<br \/>\nconnection:<br \/>\n  # Maximum number of retry attempts when connection fails<br \/>\n  max-retries: 3<br \/>\n  # Time in seconds to wait between retry attempts<br \/>\n  retry-delay: 5<\/p>\n<p># Messages for various plugin functions<br \/>\nmessages:<br \/>\n  queue_enabled: &#8220;&#038;aQueue has been enabled!&#8221;<br \/>\n  queue_disabled: &#8220;&#038;cQueue has been disabled!&#8221;<br \/>\n  no_permission: &#8220;&#038;cYou don&#8217;t have permission to use this command!&#8221;<br \/>\n  queue_time_set: &#8220;&#038;aQueue time set to &#038;e%d &#038;aseconds!&#8221;<br \/>\n  invalid_number: &#8220;&#038;cInvalid number: &#038;e%s&#8221;<br \/>\n  message_set: &#8220;&#038;aQueue disabled message set to: &#038;e%s&#8221;<br \/>\n  notifications_enabled: &#8220;&#038;aQueue disabled notifications have been enabled!&#8221;<br \/>\n  notifications_disabled: &#8220;&#038;cQueue disabled notifications have been disabled!&#8221;<br \/>\n  player_not_found: &#8220;&#038;cPlayer not found: &#038;e%s&#8221;<br \/>\n  sending_player: &#8220;&#038;aSending &#038;e%s &#038;ato &#038;e%s&#038;a!&#8221;<br \/>\n  config_reloaded: &#8220;&#038;aShamboQ configuration reloaded!&#8221;<br \/>\n  welcome_title: &#8220;&#038;6Welcome to the Server!&#8221;<br \/>\n  welcome_subtitle: &#8220;&#038;eYou will be transferred to the SMP server in &#038;6%d &#038;eseconds&#8221;<br \/>\n  countdown: &#8220;&#038;eTransfer in &#038;6%d &#038;eseconds&#8230;&#8221;<br \/>\n  queue_disabled_title: &#8220;&#038;cQueue Disabled&#8221;<br \/>\n  usage_settime: &#8220;&#038;cUsage: \/shamboq settime <seconds>&#8221;<br \/>\n  usage_message: &#8220;&#038;cUsage: \/shamboq message <message>&#8221;<br \/>\n  usage_send: &#8220;&#038;cUsage: \/shamboq send <player>&#8221;<br \/>\n  queue_disabled_player: &#8220;&#038;cQueue system has been disabled. You are no longer in queue.&#8221;<br \/>\n  frozen_player: &#8220;&#038;cYou are currently frozen in the lobby.&#8221;<\/p>\n<p>  # New connection error messages<br \/>\n  connection_failed: &#8220;&#038;cConnection to SMP server failed. Retrying&#8230;&#8221;<br \/>\n  connection_error: &#8220;&#038;cCould not connect to SMP server. &#038;eError: %s&#8221;<br \/>\n  connection_timeout: &#8220;&#038;cConnection timed out. Retrying in %d seconds&#8230;&#8221;<br \/>\n  max_retries_reached: &#8220;&#038;cCould not connect after %d attempts. Please try again later.&#8221;<br \/>\n  back_in_queue: &#8220;&#038;eYou&#8217;ve been placed back in the queue due to connection issues.&#8221;<\/p>\n<p># Spawn location in the End<br \/>\nspawn:<br \/>\n  x: -1.5<br \/>\n  y: 64<br \/>\n  z: 0.5<\/p>\n<p># Example of sounds that will be played randomly<br \/>\nsounds:<br \/>\n  &#8211; &#8220;ENTITY_ENDERMAN_DEATH&#8221;<br \/>\n  &#8211; &#8220;ENTITY_ENDER_DRAGON_AMBIENT&#8221;<br \/>\n  &#8211; &#8220;ENTITY_ENDER_DRAGON_DEATH&#8221;<br \/>\n  &#8211; &#8220;BLOCK_END_PORTAL_FRAME_FILL&#8221;<br \/>\n  &#8211; &#8220;BLOCK_END_PORTAL_SPAWN&#8221;<br \/>\n  &#8211; &#8220;BLOCK_END_GATEWAY_SPAWN&#8221;<br \/>\n  &#8211; &#8220;ENTITY_LIGHTNING_BOLT_THUNDER&#8221;<br \/>\n  &#8211; &#8220;ENTITY_LIGHTNING_BOLT_IMPACT&#8221;<br \/>\n  &#8211; &#8220;ENTITY_GENERIC_EXPLODE&#8221;<\/p>\n<p># Optimization settings for reducing server resource usage<br \/>\noptimization:<br \/>\n  # Basic Optimization<br \/>\n  chunk-management: true<br \/>\n  disable-mobs: true<br \/>\n  reduce-view-distance: true<br \/>\n  queue-view-distance: 3<br \/>\n  no-tick-zone: true<\/p>\n<p>  # Advanced<br \/>\n  disable-terrain-generation: true<br \/>\n  disable-player-ticks: true<br \/>\n  spectator-mode: false<br \/>\n  dedicated-thread-pool: true<br \/>\n  thread-pool-size: 1<br \/>\n  aggressive-chunk-management: true<br \/>\n  max-loaded-chunks: 5<\/p>\n<p># Debug mode (enables verbose logging)<br \/>\ndebug: false<br \/>\n&#8220;`<\/p>\n<p>## Commands<br \/>\n&#8211; `\/shamboq toggle` &#8211; Enable or disable the queue<br \/>\n&#8211; `\/shamboq settime <seconds>` &#8211; Set the queue waiting time<br \/>\n&#8211; `\/shamboq message <text>` &#8211; Set the queue disabled message<br \/>\n&#8211; `\/shamboq notify` &#8211; Toggle queue disabled notifications<br \/>\n&#8211; `\/shamboq send <player>` &#8211; Send a specific player to the SMP server<br \/>\n&#8211; `\/shamboq reload` &#8211; Reload the configuration<br \/>\n&#8211; `\/shamboq status` &#8211; Show the current queue status<\/p>\n<p>## Permissions<br \/>\n&#8211; `shamboq.admin` &#8211; Access to all ShamboQ commands<br \/>\n&#8211; `shamboq.bypass` &#8211; Skip the queue entirely<\/p>\n<p>## Technical Features<br \/>\n&#8211; Multi-version support with automatic API detection<br \/>\n&#8211; Advanced action bar system compatible with Paper&#8217;s Adventure API<br \/>\n&#8211; Memory-efficient queue management<br \/>\n&#8211; Thread-safe player handling<br \/>\n&#8211; Automatic fallback systems for compatibility<br \/>\n&#8211; Optimization of Queue Server<\/p>\n<p>## Support and Feedback<br \/>\nFor support, feature requests, or to report bugs, please visit discord.gg\/wUmVUBc7rv<\/p>\n<p>_Developed by Shambonoor Ent._ <\/p>\n","protected":false},"excerpt":{"rendered":"<p>Lightweight Queue Plugin<\/p>\n","protected":false},"featured_media":138134,"template":"","meta":{"_minecraft_slug":"shamboq","_minecraft_project_id":"dkNTKP7e","_minecraft_author":"gazio444","_minecraft_license":"MIT","_minecraft_downloads":96,"_minecraft_follows":3,"_minecraft_client_side":"unsupported","_minecraft_server_side":"required","_minecraft_storage_type":"zip","_minecraft_archive_name":"shamboq.zip","_minecraft_size_bytes":172595,"_minecraft_version_count":3,"_minecraft_updated_at":"2026-05-15T19:52:47.799246Z","_minecraft_date_created":"2025-05-09T03:08:38.110955Z","_minecraft_date_modified":"2025-05-09T18:38:45.613606Z","_minecraft_project_url":"https:\/\/modrinth.com\/mod\/shamboq","_minecraft_icon_attachment_id":138134,"_minecraft_imported_at":"2026-06-08T04:06:58+00:00","_minecraft_import_hash":"f67851178791c945f021f6778d651e52","_minecraft_versions":"","_minecraft_links":"","_minecraft_gallery":"","_minecraft_api_metadata":""},"mod_category":[124,126,127,128,129,92],"mod_loader":[130,132,133,134],"minecraft_version":[118,119,120,46,47,48,49,50,51,52,53,54,55,56,57,58,59,36,60,93,94,101,102,62,37,73,74,38,78],"class_list":["post-138133","mod","type-mod","status-publish","has-post-thumbnail","hentry","mod_category-bukkit","mod_category-management","mod_category-paper","mod_category-purpur","mod_category-spigot","mod_category-utility","mod_loader-bukkit","mod_loader-paper","mod_loader-purpur","mod_loader-spigot","minecraft_version-1-16","minecraft_version-1-16-1","minecraft_version-1-16-2","minecraft_version-1-16-3","minecraft_version-1-16-4","minecraft_version-1-16-5","minecraft_version-1-17","minecraft_version-1-17-1","minecraft_version-1-18","minecraft_version-1-18-1","minecraft_version-1-18-2","minecraft_version-1-19","minecraft_version-1-19-1","minecraft_version-1-19-2","minecraft_version-1-19-3","minecraft_version-1-19-4","minecraft_version-1-20","minecraft_version-1-20-1","minecraft_version-1-20-2","minecraft_version-1-20-3","minecraft_version-1-20-4","minecraft_version-1-20-5","minecraft_version-1-20-6","minecraft_version-1-21","minecraft_version-1-21-1","minecraft_version-1-21-2","minecraft_version-1-21-3","minecraft_version-1-21-4","minecraft_version-1-21-5"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.6 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>ShamboQ - Minecraft<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/vpesports.com\/minecraft\/mods\/shamboq\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"ShamboQ - Minecraft\" \/>\n<meta property=\"og:description\" content=\"Lightweight Queue Plugin\" \/>\n<meta property=\"og:url\" content=\"https:\/\/vpesports.com\/minecraft\/mods\/shamboq\/\" \/>\n<meta property=\"og:site_name\" content=\"Minecraft\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data1\" content=\"5 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/shamboq\\\/\",\"url\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/shamboq\\\/\",\"name\":\"ShamboQ - Minecraft\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/shamboq\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/shamboq\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/shamboq-icon-6d38603bb6b5c5bfbc482350ee0c1f5a6385c0df_96.webp\",\"datePublished\":\"2026-06-08T04:06:57+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/shamboq\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/shamboq\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/shamboq\\\/#primaryimage\",\"url\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/shamboq-icon-6d38603bb6b5c5bfbc482350ee0c1f5a6385c0df_96.webp\",\"contentUrl\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/shamboq-icon-6d38603bb6b5c5bfbc482350ee0c1f5a6385c0df_96.webp\",\"width\":96,\"height\":96},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/shamboq\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Mods\",\"item\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/\"},{\"@type\":\"ListItem\",\"position\":3,\"name\":\"ShamboQ\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/#website\",\"url\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/\",\"name\":\"Minecraft\",\"description\":\"\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"ShamboQ - Minecraft","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/vpesports.com\/minecraft\/mods\/shamboq\/","og_locale":"en_US","og_type":"article","og_title":"ShamboQ - Minecraft","og_description":"Lightweight Queue Plugin","og_url":"https:\/\/vpesports.com\/minecraft\/mods\/shamboq\/","og_site_name":"Minecraft","twitter_card":"summary_large_image","twitter_misc":{"Est. reading time":"5 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/vpesports.com\/minecraft\/mods\/shamboq\/","url":"https:\/\/vpesports.com\/minecraft\/mods\/shamboq\/","name":"ShamboQ - Minecraft","isPartOf":{"@id":"https:\/\/vpesports.com\/minecraft\/#website"},"primaryImageOfPage":{"@id":"https:\/\/vpesports.com\/minecraft\/mods\/shamboq\/#primaryimage"},"image":{"@id":"https:\/\/vpesports.com\/minecraft\/mods\/shamboq\/#primaryimage"},"thumbnailUrl":"https:\/\/vpesports.com\/minecraft\/wp-content\/uploads\/2026\/06\/shamboq-icon-6d38603bb6b5c5bfbc482350ee0c1f5a6385c0df_96.webp","datePublished":"2026-06-08T04:06:57+00:00","breadcrumb":{"@id":"https:\/\/vpesports.com\/minecraft\/mods\/shamboq\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/vpesports.com\/minecraft\/mods\/shamboq\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/vpesports.com\/minecraft\/mods\/shamboq\/#primaryimage","url":"https:\/\/vpesports.com\/minecraft\/wp-content\/uploads\/2026\/06\/shamboq-icon-6d38603bb6b5c5bfbc482350ee0c1f5a6385c0df_96.webp","contentUrl":"https:\/\/vpesports.com\/minecraft\/wp-content\/uploads\/2026\/06\/shamboq-icon-6d38603bb6b5c5bfbc482350ee0c1f5a6385c0df_96.webp","width":96,"height":96},{"@type":"BreadcrumbList","@id":"https:\/\/vpesports.com\/minecraft\/mods\/shamboq\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/vpesports.com\/minecraft\/"},{"@type":"ListItem","position":2,"name":"Mods","item":"https:\/\/vpesports.com\/minecraft\/mods\/"},{"@type":"ListItem","position":3,"name":"ShamboQ"}]},{"@type":"WebSite","@id":"https:\/\/vpesports.com\/minecraft\/#website","url":"https:\/\/vpesports.com\/minecraft\/","name":"Minecraft","description":"","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/vpesports.com\/minecraft\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"}]}},"_links":{"self":[{"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/mod\/138133","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/mod"}],"about":[{"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/types\/mod"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/media\/138134"}],"wp:attachment":[{"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/media?parent=138133"}],"wp:term":[{"taxonomy":"mod_category","embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/mod_category?post=138133"},{"taxonomy":"mod_loader","embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/mod_loader?post=138133"},{"taxonomy":"minecraft_version","embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/minecraft_version?post=138133"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}