{"id":75429,"date":"2026-06-04T11:55:50","date_gmt":"2026-06-04T08:55:50","guid":{"rendered":"https:\/\/vpesports.com\/minecraft\/mods\/geyser-and-floodgate-auto-uploader\/"},"modified":"2026-06-04T11:55:50","modified_gmt":"2026-06-04T08:55:50","slug":"geyser-and-floodgate-auto-uploader","status":"publish","type":"mod","link":"https:\/\/vpesports.com\/minecraft\/mods\/geyser-and-floodgate-auto-uploader\/","title":{"rendered":"Geyser and Floodgate auto uploader"},"content":{"rendered":"<p># GeyserUpdater<\/p>\n<p>An automatic updater plugin for GeyserMC \/ Floodgate. Supports Spigot (and forks like Paper), BungeeCord, and Velocity.<\/p>\n<p>Features<br \/>\n&#8211; Fetches the latest stable versions of GeyserMC and Floodgate from the Jenkins\/download API and overwrites the existing JARs in the plugins directory<br \/>\n&#8211; Fetches the latest MCXboxBroadcast (from Modrinth) and places it in the Geyser extensions folder (optional)<br \/>\n&#8211; Automatic update checks<br \/>\n  &#8211; On server startup<br \/>\n  &#8211; At a specified interval (e.g., every 12 hours)<br \/>\n  &#8211; When a player with a specific permission logs in (can be enabled\/disabled)<br \/>\n&#8211; Manual command: \/geyserupdate (Permission: geyserupdater.admin)<br \/>\n&#8211; Configurable language, messages, targets, intervals, and restart commands<\/p>\n<p>Build<br \/>\n&#8211; Prerequisites: Java 17, Maven 3.8+<br \/>\n&#8211; Instructions:<br \/>\n  &#8211; Run `mvn package` in the directory where you cloned the repository<br \/>\n  &#8211; Artifacts:<br \/>\n    &#8211; `spigot\/target\/GeyserUpdater-Spigot-1.0.0.jar`<br \/>\n    &#8211; `bungee\/target\/GeyserUpdater-Bungee-1.0.0.jar`<br \/>\n    &#8211; `velocity\/target\/GeyserUpdater-Velocity-1.0.0.jar`<\/p>\n<p>Installation<br \/>\n&#8211; Place the appropriate JAR for your server platform into the plugins folder<br \/>\n&#8211; Start the server to generate the `config.yml` file (it will be identical to the default config included in this README)<br \/>\n&#8211; The plugin automatically detects existing Geyser \/ Floodgate JARs by searching for files in the plugins directory that contain &#8220;geyser&#8221; or &#8220;floodgate&#8221; in their names<br \/>\n  &#8211; If no existing JARs are found, it will create new ones with standard names (e.g., `Geyser-Spigot.jar`, `floodgate-velocity.jar`)<\/p>\n<p>Commands &#038; Permissions<br \/>\n&#8211; `\/geyserupdate`<br \/>\n  &#8211; Description: Immediately runs an update check<br \/>\n  &#8211; Permission: `geyserupdater.admin`<\/p>\n<p>Configuration File (`config.yml`)<br \/>\n&#8211; `enabled`: Enables or disables the plugin<br \/>\n&#8211; `language`: Language setting (`ja` \/ `en` \/ `de` \/ `ko`, default: `ja`)<br \/>\n&#8211; `checkOnStartup`: Enables or disables the update check on startup<br \/>\n&#8211; `periodic.enabled`: Enables or disables the periodic update check<br \/>\n&#8211; `periodic.intervalHours`: The interval for periodic checks (in hours)<br \/>\n&#8211; `adminLogin.enabled`: Enables or disables the update check when a privileged player logs in<br \/>\n&#8211; `adminLogin.permission`: The permission that triggers the check on login (default: `geyserupdater.admin`)<br \/>\n&#8211; `targets.geyser | targets.floodgate | targets.mcxboxbroadcast`: Choose which plugins to update<br \/>\n&#8211; `postUpdate.notifyConsole`: Notifies the console after an update<br \/>\n&#8211; `postUpdate.notifyPlayersWithPermission`: Sends an in-game chat notification to players with permission<br \/>\n&#8211; `postUpdate.runRestartCommand`: Automatically executes a restart command after an update<br \/>\n&#8211; `postUpdate.restartCommand`: The restart command to execute (e.g., `restart` or `end`)<br \/>\n&#8211; `messages.<lang>.*`: Customize messages (e.g., `messages.ja.*`)<br \/>\n  &#8211; For compatibility, `messages.*` is also read when `language=ja`<\/p>\n<p>How it Works<br \/>\n&#8211; Download URLs:<br \/>\n  &#8211; Geyser: `https:\/\/download.geysermc.org\/v2\/projects\/geyser\/versions\/latest\/builds\/latest\/downloads\/{platform}`<br \/>\n  &#8211; Floodgate: `https:\/\/download.geysermc.org\/v2\/projects\/floodgate\/versions\/latest\/builds\/latest\/downloads\/{platform}`<br \/>\n  &#8211; MCXboxBroadcast: `https:\/\/api.modrinth.com\/v2\/project\/mcxboxbroadcast\/version`<br \/>\n  &#8211; `{platform}` is `spigot` | `bungeecord` | `velocity`<br \/>\n&#8211; The latest JAR is downloaded to a temporary file and its SHA-256 hash is compared with the existing JAR<br \/>\n  &#8211; If the hashes are identical, it is considered &#8220;up to date,&#8221; and the file is not replaced<br \/>\n  &#8211; If they differ, the existing file is overwritten using an atomic replacement operation<br \/>\n&#8211; A server or proxy restart is required after an update is applied<br \/>\n  &#8211; To enable automatic restarts, set `postUpdate.runRestartCommand` to `true` and configure `restartCommand` to match your environment<br \/>\n&#8211; MCXboxBroadcast is placed in the Geyser extensions folder<br \/>\n  &#8211; Example: `plugins\/Geyser-Spigot\/extensions`<\/p>\n<p>Notes \/ Known Limitations<br \/>\n&#8211; If a download fails due to network issues or other errors, the existing plugin files will not be affected<br \/>\n&#8211; The plugin cannot detect Geyser\/Floodgate files if they have unusual names or are not located directly within the plugins folder (it only scans for *.jar files in the root of the plugins directory)<br \/>\n&#8211; MCXboxBroadcast is always placed in `plugins\/Geyser-Spigot\/extensions`<br \/>\n&#8211; The plugin does not display version numbers; it relies solely on hash comparison to determine if an update is available<\/p>\n<p>License<br \/>\n&#8211; Apache License 2.0<\/p>\n","protected":false},"excerpt":{"rendered":"<p>An automatic updater plugin for GeyserMC \/ Floodgate\/MCXboxBroadcast. Supports Spigot (and forks like Paper), BungeeCord, and Velocity.<\/p>\n","protected":false},"featured_media":75430,"template":"","meta":{"_minecraft_slug":"geyser-and-floodgate-auto-uploader","_minecraft_project_id":"GOBGotbW","_minecraft_author":"nehatsu.","_minecraft_license":"Apache-2.0","_minecraft_downloads":57509,"_minecraft_follows":36,"_minecraft_client_side":"unsupported","_minecraft_server_side":"required","_minecraft_storage_type":"zip","_minecraft_archive_name":"geyser-and-floodgate-auto-uploader.zip","_minecraft_size_bytes":5685886,"_minecraft_version_count":12,"_minecraft_updated_at":"2026-05-15T22:04:21.789746Z","_minecraft_date_created":"2025-08-25T07:11:51.353144Z","_minecraft_date_modified":"2026-04-13T02:59:35.695921Z","_minecraft_project_url":"https:\/\/modrinth.com\/mod\/geyser-and-floodgate-auto-uploader","_minecraft_icon_attachment_id":75430,"_minecraft_imported_at":"2026-06-04T08:55:51+00:00","_minecraft_import_hash":"27b81770b6dc41dc0409583f46e1f5e9","_minecraft_versions":"","_minecraft_links":"","_minecraft_gallery":"","_minecraft_api_metadata":""},"mod_category":[894,89,126,127,128,129,123,985],"mod_loader":[895,132,133,134,986],"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,40,41,73,74,38,78,79,80,81,82,791,83,828,829,830,831,832,816,825,817,818,819,820,821,822,823,824,167,833,163,836,835,837,834],"class_list":["post-75429","mod","type-mod","status-publish","has-post-thumbnail","hentry","mod_category-bungeecord","mod_category-game-mechanics","mod_category-management","mod_category-paper","mod_category-purpur","mod_category-spigot","mod_category-technology","mod_category-velocity","mod_loader-bungeecord","mod_loader-paper","mod_loader-purpur","mod_loader-spigot","mod_loader-velocity","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-10","minecraft_version-1-21-11","minecraft_version-1-21-2","minecraft_version-1-21-3","minecraft_version-1-21-4","minecraft_version-1-21-5","minecraft_version-1-21-6","minecraft_version-1-21-7","minecraft_version-1-21-8","minecraft_version-1-21-9","minecraft_version-25w34b","minecraft_version-26-1","minecraft_version-26-1-pre-2","minecraft_version-26-1-pre-3","minecraft_version-26-1-rc-1","minecraft_version-26-1-rc-2","minecraft_version-26-1-rc-3","minecraft_version-26-1-snapshot-1","minecraft_version-26-1-snapshot-10","minecraft_version-26-1-snapshot-2","minecraft_version-26-1-snapshot-3","minecraft_version-26-1-snapshot-4","minecraft_version-26-1-snapshot-5","minecraft_version-26-1-snapshot-6","minecraft_version-26-1-snapshot-7","minecraft_version-26-1-snapshot-8","minecraft_version-26-1-snapshot-9","minecraft_version-26-1-1","minecraft_version-26-1-1-rc-1","minecraft_version-26-1-2","minecraft_version-26-1-2-rc-1","minecraft_version-26-2-snapshot-1","minecraft_version-26-2-snapshot-2","minecraft_version-26w14a"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.6 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Geyser and Floodgate auto uploader - 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\/geyser-and-floodgate-auto-uploader\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Geyser and Floodgate auto uploader - Minecraft\" \/>\n<meta property=\"og:description\" content=\"An automatic updater plugin for GeyserMC \/ Floodgate\/MCXboxBroadcast. Supports Spigot (and forks like Paper), BungeeCord, and Velocity.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/vpesports.com\/minecraft\/mods\/geyser-and-floodgate-auto-uploader\/\" \/>\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=\"3 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/geyser-and-floodgate-auto-uploader\\\/\",\"url\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/geyser-and-floodgate-auto-uploader\\\/\",\"name\":\"Geyser and Floodgate auto uploader - Minecraft\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/geyser-and-floodgate-auto-uploader\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/geyser-and-floodgate-auto-uploader\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/geyser-and-floodgate-auto-uploader-icon-4d9c47127e5ebf3827a631e44f73c3adb63a017b_96.webp\",\"datePublished\":\"2026-06-04T08:55:50+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/geyser-and-floodgate-auto-uploader\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/geyser-and-floodgate-auto-uploader\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/geyser-and-floodgate-auto-uploader\\\/#primaryimage\",\"url\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/geyser-and-floodgate-auto-uploader-icon-4d9c47127e5ebf3827a631e44f73c3adb63a017b_96.webp\",\"contentUrl\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/geyser-and-floodgate-auto-uploader-icon-4d9c47127e5ebf3827a631e44f73c3adb63a017b_96.webp\",\"width\":96,\"height\":96},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/geyser-and-floodgate-auto-uploader\\\/#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\":\"Geyser and Floodgate auto uploader\"}]},{\"@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":"Geyser and Floodgate auto uploader - 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\/geyser-and-floodgate-auto-uploader\/","og_locale":"en_US","og_type":"article","og_title":"Geyser and Floodgate auto uploader - Minecraft","og_description":"An automatic updater plugin for GeyserMC \/ Floodgate\/MCXboxBroadcast. Supports Spigot (and forks like Paper), BungeeCord, and Velocity.","og_url":"https:\/\/vpesports.com\/minecraft\/mods\/geyser-and-floodgate-auto-uploader\/","og_site_name":"Minecraft","twitter_card":"summary_large_image","twitter_misc":{"Est. reading time":"3 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/vpesports.com\/minecraft\/mods\/geyser-and-floodgate-auto-uploader\/","url":"https:\/\/vpesports.com\/minecraft\/mods\/geyser-and-floodgate-auto-uploader\/","name":"Geyser and Floodgate auto uploader - Minecraft","isPartOf":{"@id":"https:\/\/vpesports.com\/minecraft\/#website"},"primaryImageOfPage":{"@id":"https:\/\/vpesports.com\/minecraft\/mods\/geyser-and-floodgate-auto-uploader\/#primaryimage"},"image":{"@id":"https:\/\/vpesports.com\/minecraft\/mods\/geyser-and-floodgate-auto-uploader\/#primaryimage"},"thumbnailUrl":"https:\/\/vpesports.com\/minecraft\/wp-content\/uploads\/2026\/06\/geyser-and-floodgate-auto-uploader-icon-4d9c47127e5ebf3827a631e44f73c3adb63a017b_96.webp","datePublished":"2026-06-04T08:55:50+00:00","breadcrumb":{"@id":"https:\/\/vpesports.com\/minecraft\/mods\/geyser-and-floodgate-auto-uploader\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/vpesports.com\/minecraft\/mods\/geyser-and-floodgate-auto-uploader\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/vpesports.com\/minecraft\/mods\/geyser-and-floodgate-auto-uploader\/#primaryimage","url":"https:\/\/vpesports.com\/minecraft\/wp-content\/uploads\/2026\/06\/geyser-and-floodgate-auto-uploader-icon-4d9c47127e5ebf3827a631e44f73c3adb63a017b_96.webp","contentUrl":"https:\/\/vpesports.com\/minecraft\/wp-content\/uploads\/2026\/06\/geyser-and-floodgate-auto-uploader-icon-4d9c47127e5ebf3827a631e44f73c3adb63a017b_96.webp","width":96,"height":96},{"@type":"BreadcrumbList","@id":"https:\/\/vpesports.com\/minecraft\/mods\/geyser-and-floodgate-auto-uploader\/#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":"Geyser and Floodgate auto uploader"}]},{"@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\/75429","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\/75430"}],"wp:attachment":[{"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/media?parent=75429"}],"wp:term":[{"taxonomy":"mod_category","embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/mod_category?post=75429"},{"taxonomy":"mod_loader","embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/mod_loader?post=75429"},{"taxonomy":"minecraft_version","embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/minecraft_version?post=75429"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}