專為Minecraft的伺服器主設計,讓你的使用者不再需要手動更新,可以自定義的全自動更新
特色:
- 採用SHA256較驗檔案,SHA256不同則視為版本不同
- 支援模糊搜索檔名並刪除,例如Botania*
- 開源
Designed specifically for Minecraft's server mainframe, so your users no longer need to manually update, you can customize the automatic update
Features:
- Use SHA256 to verify the file, SHA256 is different as the version is different
- Support fuzzy search file names and delete them, for example Botania*
- Open source
https://github.com/flier268/Minecraft_updater/wiki
Starting from v1.2 you can secure update pack downloads with common authentication schemes.
-
Open the Pack Maker (
UpdatepackMakerWindow) and use the new “下載來源身份驗證” panel to pick one mode at a time (Basic, Bearer Token, API Key header, or API Key query). Only the fields for the selected mode stay active; switching modes clears credentials from the others automatically. -
The app writes the chosen settings back to
Minecraft_updater.ini(or the path specified with--config), so runtime downloads (pack list + file sync) reuse the same credentials. -
Manual configuration is also possible by editing the following keys inside the
[Minecraft_updater]block ofMinecraft_updater.ini:DownloadAuthType=None|Basic|BearerToken|ApiKeyHeader|ApiKeyQuery DownloadAuthUsername= DownloadAuthPassword= DownloadAuthBearerToken= DownloadAuthHeaderName= DownloadAuthHeaderValue= DownloadAuthQueryName= DownloadAuthQueryValue=
- Default config file name is now
Minecraft_updater.ini. If the new file is missing but an olderconfig.iniwith a validscUrlis present, the app copies it forward automatically. - You can override the config path via
--config <path>(or-c <path>) appended after the command, e.g.Minecraft_updater.exe CheckUpdate --config /path/to/custom.ini.
- Both the updater and pack maker windows display the current app version along with a
手動檢查更新button so you can fetch the latest release on demand. - Use the
停用自動更新checkbox to toggle whether startup performs an update check. The setting is stored inMinecraft_updater.ini(DisableSelfUpdate=true/false). - When a new version is detected, the dialog now includes options to skip just that release (
跳過此版本, persisted asSkippedVersion) or to disable future checks from there. You can revisit the toggles later to re-enable checks.