Unofficial site, not affiliated with modrinth.com.What is this?
Плагины/Geyser and Floodgate auto uploader
  • What's changed

    • Fixed an issue where MCXboxBroadcast was downloaded to the Geyser-Spigot extensions folder when running on Velocity.
    • On Velocity, MCXboxBroadcast is now correctly downloaded to the Geyser-Velocity extensions folder.
  • What's changed

    • Fixed an issue where MCXboxBroadcast was downloaded to the Geyser-Spigot extensions folder when running on Velocity.
    • On Velocity, MCXboxBroadcast is now correctly downloaded to the Geyser-Velocity extensions folder.
  • What's changed

    • Fixed an issue where MCXboxBroadcast was downloaded to the Geyser-Spigot extensions folder when running on Velocity.
    • On Velocity, MCXboxBroadcast is now correctly downloaded to the Geyser-Velocity extensions folder.
  • Geyser and foodgate auto uploader 1.0.1

    release13 апреля 2026 г.

    Update summary

    • Support for 26.1 2 has been added.
    • Known issues have been fixed.
    • Fixed an issue where only Floodgate was updated while Geyser and BroadcastExtension were downloaded but not replaced correctly.
    • Fixed an issue where update files remained in the temp folder instead of being moved to the server’s plugins folder.
    • Improved the reliability of the automatic update process after restart.
  • Geyser and foodgate auto uploader 1.0.1

    release13 апреля 2026 г.

    Update summary

    • Support for 26.1 2 has been added.
    • Known issues have been fixed.
    • Fixed an issue where only Floodgate was updated while Geyser and BroadcastExtension were downloaded but not replaced correctly.
    • Fixed an issue where update files remained in the temp folder instead of being moved to the server’s plugins folder.
    • Improved the reliability of the automatic update process after restart.
  • Geyser and foodgate auto uploader 1.0.1

    release13 апреля 2026 г.

    Update summary

    • Support for 26.1 2 has been added.
    • Known issues have been fixed.
    • Fixed an issue where only Floodgate was updated while Geyser and BroadcastExtension were downloaded but not replaced correctly.
    • Fixed an issue where update files remained in the temp folder instead of being moved to the server’s plugins folder.
    • Improved the reliability of the automatic update process after restart.
  • Supports multiple languages and mcbroadcast.

    release11 января 2026 г.

    Users who installed previous versions must delete config.yml located at plugins/geyseruploader/config.yml.

  • Supports multiple languages and mcbroadcast.

    release11 января 2026 г.

    Users who installed previous versions must delete config.yml located at plugins/geyseruploader/config.yml.

  • Supports multiple languages and mcbroadcast.

    release11 января 2026 г.

    Supports multiple languages and mcbroadcast.Users who installed previous versions must delete config.yml located at plugins/geyseruploader/config.yml

  • Geyser and foodgate auto uploader 1.0.1

    release21 октября 2025 г.

    Bug fixes.

  • Geyser and foodgate auto uploader 1.0.1

    release21 октября 2025 г.

    Bug fixes.

  • Geyser and foodgate auto uploader 1.0.1

    release21 октября 2025 г.

    Bug fixes.

  • Geyser and foodgate auto uploader 1.0.0

    release19 октября 2025 г.

    Нет описания изменений

  • Geyser and foodgate auto uploader 1.0.0

    release23 августа 2025 г.

    GeyserUpdater

    An automatic updater plugin for GeyserMC / Floodgate. Supports Spigot (and forks like Paper), BungeeCord, and Velocity.

    Features

    • Fetches the latest stable versions of GeyserMC and Floodgate from the Jenkins/download API and overwrites the existing JARs in the plugins directory.

    • Automatic Update Checks:

      • On server startup.
      • At a specified interval (e.g., every 12 hours).
      • When a player with a specific permission logs in (can be enabled/disabled).
    • Manual Command: /geyserupdate (Permission: geyserupdater.admin).

    • Configurable messages, update targets, check intervals, and restart commands.

    Build

    • Prerequisites: Java 17, Maven 3.8+

    • Instructions:

      • Run mvn package in the directory where you cloned the repository.
    • Artifacts:

      • spigot/target/GeyserUpdater-Spigot-1.0.0.jar
      • bungee/target/GeyserUpdater-Bungee-1.0.0.jar
      • velocity/target/GeyserUpdater-Velocity-1.0.0.jar

    Installation

    1. Place the appropriate JAR for your server platform into the plugins folder.
    2. Start the server to generate the config.yml file (it will be identical to the default config included in this README).
    3. The plugin automatically detects existing Geyser / Floodgate JARs by searching for files in the plugins directory that contain "geyser" or "floodgate" in their names.
      • If no existing JARs are found, it will create new ones with standard names (e.g., Geyser-Spigot.jar, floodgate-velocity.jar).

    Commands & Permissions

    • /geyserupdate
      • Description: Immediately runs an update check.
      • Permission: geyserupdater.admin

    Configuration File (config.yml)

    • enabled: Enables or disables the plugin.

    • checkOnStartup: Enables or disables the update check on startup.

    • periodic.enabled: Enables or disables the periodic update check.

    • periodic.intervalHours: The interval for periodic checks (in hours).

    • adminLogin.enabled: Enables or disables the update check when a privileged player logs in.

    • adminLogin.permission: The permission that triggers the check on login (default: geyserupdater.admin).

    • targets.geyser | targets.floodgate: Choose which plugins to update.

    • postUpdate.notifyConsole: Notifies the console after an update.

    • postUpdate.notifyPlayersWithPermission: Sends an in-game chat notification to players with permission.

    • postUpdate.runRestartCommand: Automatically executes a restart command after an update.

    • postUpdate.restartCommand: The restart command to execute (e.g., restart or end).

    • messages.*: Customize the messages sent by the plugin.

    How it Works

    • Download URLs:

      • Geyser: https://download.geysermc.org/v2/projects/geyser/versions/latest/builds/latest/downloads/{platform}
      • Floodgate: https://download.geysermc.org/v2/projects/floodgate/versions/latest/builds/latest/downloads/{platform}
    • {platform} is replaced with spigot, bungeecord, or velocity.

    • The latest JAR is downloaded to a temporary file and its SHA-256 hash is compared with the existing JAR.

      • If the hashes are identical, it is considered "up to date," and the file is not replaced.
      • If they differ, the existing file is overwritten using an atomic replacement operation.
    • A server or proxy restart is required after an update is applied.

      • To enable automatic restarts, set postUpdate.runRestartCommand to true and configure the restartCommand to match your server's environment.

    Notes / Known Limitations

    • If a download fails due to network issues or other errors, the existing plugin files will not be affected.

    • 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).

    • The plugin does not display version numbers; it relies solely on hash comparison to determine if an update is available.

    License

    A license (e.g., MIT) can be added upon request.

  • Geyser and foodgate auto uploader 1.0.0

    release23 августа 2025 г.

    GeyserUpdater

    An automatic updater plugin for GeyserMC / Floodgate. Supports Spigot (and forks like Paper), BungeeCord, and Velocity.

    Features

    • Fetches the latest stable versions of GeyserMC and Floodgate from the Jenkins/download API and overwrites the existing JARs in the plugins directory.

    • Automatic Update Checks:

      • On server startup.
      • At a specified interval (e.g., every 12 hours).
      • When a player with a specific permission logs in (can be enabled/disabled).
    • Manual Command: /geyserupdate (Permission: geyserupdater.admin).

    • Configurable messages, update targets, check intervals, and restart commands.

    Build

    • Prerequisites: Java 17, Maven 3.8+

    • Instructions:

      • Run mvn package in the directory where you cloned the repository.
    • Artifacts:

      • spigot/target/GeyserUpdater-Spigot-1.0.0.jar
      • bungee/target/GeyserUpdater-Bungee-1.0.0.jar
      • velocity/target/GeyserUpdater-Velocity-1.0.0.jar

    Installation

    1. Place the appropriate JAR for your server platform into the plugins folder.
    2. Start the server to generate the config.yml file (it will be identical to the default config included in this README).
    3. The plugin automatically detects existing Geyser / Floodgate JARs by searching for files in the plugins directory that contain "geyser" or "floodgate" in their names.
      • If no existing JARs are found, it will create new ones with standard names (e.g., Geyser-Spigot.jar, floodgate-velocity.jar).

    Commands & Permissions

    • /geyserupdate
      • Description: Immediately runs an update check.
      • Permission: geyserupdater.admin

    Configuration File (config.yml)

    • enabled: Enables or disables the plugin.

    • checkOnStartup: Enables or disables the update check on startup.

    • periodic.enabled: Enables or disables the periodic update check.

    • periodic.intervalHours: The interval for periodic checks (in hours).

    • adminLogin.enabled: Enables or disables the update check when a privileged player logs in.

    • adminLogin.permission: The permission that triggers the check on login (default: geyserupdater.admin).

    • targets.geyser | targets.floodgate: Choose which plugins to update.

    • postUpdate.notifyConsole: Notifies the console after an update.

    • postUpdate.notifyPlayersWithPermission: Sends an in-game chat notification to players with permission.

    • postUpdate.runRestartCommand: Automatically executes a restart command after an update.

    • postUpdate.restartCommand: The restart command to execute (e.g., restart or end).

    • messages.*: Customize the messages sent by the plugin.

    How it Works

    • Download URLs:

      • Geyser: https://download.geysermc.org/v2/projects/geyser/versions/latest/builds/latest/downloads/{platform}
      • Floodgate: https://download.geysermc.org/v2/projects/floodgate/versions/latest/builds/latest/downloads/{platform}
    • {platform} is replaced with spigot, bungeecord, or velocity.

    • The latest JAR is downloaded to a temporary file and its SHA-256 hash is compared with the existing JAR.

      • If the hashes are identical, it is considered "up to date," and the file is not replaced.
      • If they differ, the existing file is overwritten using an atomic replacement operation.
    • A server or proxy restart is required after an update is applied.

      • To enable automatic restarts, set postUpdate.runRestartCommand to true and configure the restartCommand to match your server's environment.

    Notes / Known Limitations

    • If a download fails due to network issues or other errors, the existing plugin files will not be affected.

    • 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).

    • The plugin does not display version numbers; it relies solely on hash comparison to determine if an update is available.

    License

    A license (e.g., MIT) can be added upon request.

  • Geyser and foodgate auto uploader 1.0.0

    release23 августа 2025 г.

    GeyserUpdater

    An automatic updater plugin for GeyserMC / Floodgate. Supports Spigot (and forks like Paper), BungeeCord, and Velocity.

    Features

    • Fetches the latest stable versions of GeyserMC and Floodgate from the Jenkins/download API and overwrites the existing JARs in the plugins directory.

    • Automatic Update Checks:

      • On server startup.
      • At a specified interval (e.g., every 12 hours).
      • When a player with a specific permission logs in (can be enabled/disabled).
    • Manual Command: /geyserupdate (Permission: geyserupdater.admin).

    • Configurable messages, update targets, check intervals, and restart commands.

    Build

    • Prerequisites: Java 17, Maven 3.8+

    • Instructions:

      • Run mvn package in the directory where you cloned the repository.
    • Artifacts:

      • spigot/target/GeyserUpdater-Spigot-1.0.0.jar
      • bungee/target/GeyserUpdater-Bungee-1.0.0.jar
      • velocity/target/GeyserUpdater-Velocity-1.0.0.jar

    Installation

    1. Place the appropriate JAR for your server platform into the plugins folder.
    2. Start the server to generate the config.yml file (it will be identical to the default config included in this README).
    3. The plugin automatically detects existing Geyser / Floodgate JARs by searching for files in the plugins directory that contain "geyser" or "floodgate" in their names.
      • If no existing JARs are found, it will create new ones with standard names (e.g., Geyser-Spigot.jar, floodgate-velocity.jar).

    Commands & Permissions

    • /geyserupdate
      • Description: Immediately runs an update check.
      • Permission: geyserupdater.admin

    Configuration File (config.yml)

    • enabled: Enables or disables the plugin.

    • checkOnStartup: Enables or disables the update check on startup.

    • periodic.enabled: Enables or disables the periodic update check.

    • periodic.intervalHours: The interval for periodic checks (in hours).

    • adminLogin.enabled: Enables or disables the update check when a privileged player logs in.

    • adminLogin.permission: The permission that triggers the check on login (default: geyserupdater.admin).

    • targets.geyser | targets.floodgate: Choose which plugins to update.

    • postUpdate.notifyConsole: Notifies the console after an update.

    • postUpdate.notifyPlayersWithPermission: Sends an in-game chat notification to players with permission.

    • postUpdate.runRestartCommand: Automatically executes a restart command after an update.

    • postUpdate.restartCommand: The restart command to execute (e.g., restart or end).

    • messages.*: Customize the messages sent by the plugin.

    How it Works

    • Download URLs:

      • Geyser: https://download.geysermc.org/v2/projects/geyser/versions/latest/builds/latest/downloads/{platform}
      • Floodgate: https://download.geysermc.org/v2/projects/floodgate/versions/latest/builds/latest/downloads/{platform}
    • {platform} is replaced with spigot, bungeecord, or velocity.

    • The latest JAR is downloaded to a temporary file and its SHA-256 hash is compared with the existing JAR.

      • If the hashes are identical, it is considered "up to date," and the file is not replaced.
      • If they differ, the existing file is overwritten using an atomic replacement operation.
    • A server or proxy restart is required after an update is applied.

      • To enable automatic restarts, set postUpdate.runRestartCommand to true and configure the restartCommand to match your server's environment.

    Notes / Known Limitations

    • If a download fails due to network issues or other errors, the existing plugin files will not be affected.

    • 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).

    • The plugin does not display version numbers; it relies solely on hash comparison to determine if an update is available.

    License

    A license (e.g., MIT) can be added upon request.

Сведения

Лицензия:
Опубликован:9 месяцев назад
Обновлён:1 неделю назад
ID проекта:
Главная