{"id":23940,"date":"2026-06-01T11:04:21","date_gmt":"2026-06-01T08:04:21","guid":{"rendered":"https:\/\/vpesports.com\/minecraft\/mods\/autoupdateplugins\/"},"modified":"2026-06-01T11:04:21","modified_gmt":"2026-06-01T08:04:21","slug":"autoupdateplugins","status":"publish","type":"mod","link":"https:\/\/vpesports.com\/minecraft\/mods\/autoupdateplugins\/","title":{"rendered":"AutoUpdatePlugins"},"content":{"rendered":"<p>## AutoUpdatePlugins<\/p>\n<p>[[\u4e2d\u6587\u6587\u6863]](https:\/\/github.com\/ApliNi\/AutoUpdatePlugins\/blob\/main\/README.md) &#8212; [[English document]](https:\/\/github.com\/ApliNi\/AutoUpdatePlugins\/blob\/main\/README_EN.md)<\/p>\n<p>Download: https:\/\/modrinth.com\/plugin\/AutoUpdatePlugins<\/p>\n<p>&#8212;<\/p>\n<p>## Functions and commands<br \/>\n&#8211; `\/aup` Show plugin information<br \/>\n    &#8211; `\/aup reload` Reload configuration<br \/>\n    &#8211; `\/aup update` Run update manually<br \/>\n    &#8211; `\/aup log` View full logs<br \/>\n    &#8211; `\/aup stop` Stop the current update<\/p>\n<p>&#8211; [x] Using the `update` directory for plugin updates<br \/>\n&#8211; [x] Automatically find download links based on plugin release page<br \/>\n    &#8211; `GitHub, Jenkins, Spigot, Modrinth, Bukkit, Ghost Chop Build Station v2, MineBBS, CurseForge`.<br \/>\n        &#8211; Support downloading pre-releases from GitHub.<br \/>\n        &#8211; Supports downloading files in GitHub Actions, enabling login-free downloading through https:\/\/nightly.link\/<br \/>\n        &#8211; Support for specifying platforms in Modrinth<br \/>\n&#8211; [x] Support matching different files under the same release<br \/>\n    &#8211; `GitHub, Jenkins, Modrinth`.<br \/>\n&#8211; [x] Support for file integrity checking<br \/>\n&#8211; [x] Cache last update, no duplicate downloads.<br \/>\n&#8211; [x] No duplicate installation of updates<br \/>\n&#8211; [x] Error retry mechanism<br \/>\n&#8211; [x] Each update task can be configured individually.<br \/>\n&#8211; [x] Configurable certificate validation<br \/>\n&#8211; [x] Customizable output log level<br \/>\n&#8211; [x] Multi-language support!<br \/>\n&#8211; [ ] Support for running system commands while updating<\/p>\n<p>[[Usage statistics]](https:\/\/bstats.org\/plugin\/bukkit\/ApliNi-AutoUpdatePlugins\/20629)<br \/>\n![](https:\/\/bstats.org\/signatures\/bukkit\/ApliNi-AutoUpdatePlugins.svg)<\/p>\n<p>**\u8fd0\u884c\u65e5\u5fd7**<br \/>\n&#8220;`yaml<br \/>\n[INFO]: [AUP] The update check will run after 64 seconds and repeat every 14400 seconds.<br \/>\n[INFO]: [AUP] [## Start running automatic updates ##]<br \/>\n[INFO]: [AUP] [EssentialsX.jar] Updating&#8230;<br \/>\n[INFO]: [AUP] [EssentialsX.jar] [Github] Version found: https:\/\/github.com\/EssentialsX\/Essentials\/releases\/download\/2.20.1\/EssentialsX-2.20.1. jar<br \/>\n[INFO]: [AUP] [EssentialsX.jar] Update complete [1.17MB] -> [2.92MB]<br \/>\n[INFO]: [AUP] [EssentialsXChat.jar] Updating&#8230;<br \/>\n[INFO]: [AUP] [EssentialsXChat.jar] [Github] Version found: https:\/\/github.com\/EssentialsX\/Essentials\/releases\/download\/2.20.1\/EssentialsXChat- 2.20.1.jar<br \/>\n[INFO]: [AUP] [EssentialsXChat.jar] Update complete [0.01MB] -> [0.01MB]<br \/>\n[INFO]: [AUP] [CoreProtect.jar] Updating&#8230;<br \/>\n[INFO]: [AUP] [CoreProtect.jar] [Modrinth] Version found: https:\/\/cdn.modrinth.com\/data\/Lu3KuzdV\/versions\/w3P6ufP1\/CoreProtect-22.2.jar<br \/>\n[INFO]: [AUP] [CoreProtect.jar] file is up to date!<br \/>\n&#8230;<br \/>\n[INFO]: [AUP] [## Update all done ##]<br \/>\n[INFO]: [AUP] &#8211; Time consumed: 268 seconds<br \/>\n[INFO]: [AUP] &#8211; Failed: 2, Updated: 22, Completed: 24<br \/>\n[INFO]: [AUP] &#8211; Network requests: 48, Downloaded files: 40.10MB<br \/>\n&#8220;`<\/p>\n<p>### \u914d\u7f6e<br \/>\n&#8220;`yaml<\/p>\n<p># How long to wait for the first update to run after the server has finished booting (seconds)<br \/>\nstartupDelay: 64<\/p>\n<p># After the first run is complete, repeat the update at this frequency (seconds, reboot required after modification).<br \/>\nstartupCycle: 14400 # 4h<\/p>\n<p># Plugin update directory, set as in bukkit.yml<br \/>\n# Note that the path must end with &#8220;\/&#8221;<br \/>\nupdatePath: &#8216;.\/plugins\/update\/&#8217;<\/p>\n<p># Download the cache directory without modification<br \/>\n# New .jar files will be downloaded to the cache directory first, then moved to the plugin update directory after validation is complete<br \/>\ntempPath: &#8216;.\/plugins\/AutoUpdatePlugins\/temp\/&#8217;<\/p>\n<p># Directory of plugins or files the server is running, for hash checking<br \/>\nfilePath: &#8216;.\/plugins\/&#8217;<\/p>\n<p># Enable the last update record and check for updates with this information (temp.yml)<br \/>\nenablePreviousUpdate: true<\/p>\n<p># File integrity check, only works on .jar \/ .zip files. Try to open it as a zip file, if it fails, it is incomplete.<br \/>\nzipFileCheck: true<br \/>\n# If the file configuration matches this regex, zip integrity checking is enabled, otherwise it is not enabled<br \/>\nzipFileCheckList: &#8216;.(?:jar|zip)$&#8217;<\/p>\n<p># Do not move to the update directory if the hash of the downloaded file matches the hash of the file to be updated in the update directory (or the file running on the server) (MD5)<br \/>\nignoreDuplicates: true<\/p>\n<p># Whether to enable SSL authentication, usually do not turn it off<br \/>\nsslVerify: true<\/p>\n<p># Failed network request retry count<br \/>\nfetchErrRetry: 4<br \/>\n# Initial retry delay, +2 seconds per retry<br \/>\nfetchErrRetryDelay: 5<\/p>\n<p># Setting up a web proxy<br \/>\nproxy:<br \/>\n  type: DIRECT # DIRECT | HTTP | SOCKS<br \/>\n  host: &#8216;127.0.0.1&#8217;<br \/>\n  port: 7890<br \/>\n  # Control proxy usage for different requests<br \/>\n  reqApi: true<br \/>\n  reqDownload: true<\/p>\n<p># Edit request headers in HTTP requests<br \/>\nsetRequestProperty:<br \/>\n  &#8211; name: &#8216;User-Agent&#8217;<br \/>\n    value: &#8216;Mozilla\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\/537.36 (KHTML, like Gecko) Chrome\/142.0.0.0 Safari\/537.36&#8217;<\/p>\n<p># \u542f\u7528\u54ea\u4e9b\u65e5\u5fd7\u7b49\u7ea7<br \/>\nlogLevel:<br \/>\n  &#8211; &#8216;DEBUG&#8217;   # for debugging, can be commented out after testing is complete<br \/>\n  &#8211; &#8216;MARK&#8217;    # Same as DEBUG, green color, used to mark task completion.<br \/>\n  &#8211; &#8216;INFO&#8217;    # Output logs<br \/>\n  &#8211; &#8216;WARN&#8217;    # Output warnings<br \/>\n  &#8211; &#8216;NET_WARN&#8217;  # Warnings from the web request module<\/p>\n<p># Plugin List<br \/>\n# The URL supports automatic download of plugins from `GitHub, Jenkins, SpigotMC, Modrinth, Bukkit, \u9b3c\u65a9\u6784\u5efa\u7ad9 v2, MineBBS, CurseForge` pages, while other links will download them directly.<br \/>\n# One of the `GitHub, Jenkins, Modrinth` pages can use the get parameter to download a specific file.<br \/>\n# GitHub links can be configured with `getPreRelease: true` to download the latest pre-release version.<br \/>\nlist:<\/p>\n<p>  &#8211; file: &#8216;AutoUpdatePlugins\u81ea\u52a8\u66f4\u65b0.jar&#8217;<br \/>\n    url: https:\/\/modrinth.com\/plugin\/autoupdateplugins<\/p>\n<p>### Example configurations ### Note Yaml formatting during testing<\/p>\n<p>#  &#8211; file: &#8216;EssentialsX.jar&#8217; # Github<br \/>\n#    url: https:\/\/github.com\/EssentialsX\/Essentials<br \/>\n#    get: &#8216;EssentialsX-.*.jar&#8217;  # If there is more than one file in the GitHub\/Jenkins distribution, you need to match one of them, otherwise download the first one (using the regular expression<\/p>\n<p>#  &#8211; file: &#8216;EssentialsXChat.jar&#8217; # Match different files in the same release<br \/>\n#    url: https:\/\/github.com\/EssentialsX\/Essentials<br \/>\n#    get: &#8216;EssentialsXChat-.*.jar&#8217;<\/p>\n<p>#  &#8211; file: &#8216;TrPlugins.jar&#8217;  # Download the file from GitHub Actions<br \/>\n#    url: https:\/\/github.com\/TrPlugins\/TrChat\/actions<br \/>\n#    get: &#8216;TrChat Artifacts&#8217;  # Match the names of Artifacts Produced during runtime<br \/>\n#    zipGet: &#8216;TrChat-[.d]+.jar&#8217;  # Decompression: Match files in compressed packages<\/p>\n<p>#  &#8211; file: &#8216;Chat2QQ.jar&#8217;<br \/>\n#    url: https:\/\/github.com\/ApliNi\/Chat2QQ\/actions<br \/>\n#    get: &#8216;Chat2QQ.jar&#8217;<br \/>\n#    zipGet: &#8216;Chat2QQ.jar&#8217;<\/p>\n<p>#   &#8211; file: &#8216;test.jar&#8217;<br \/>\n#     url: https:\/\/www.spigotmc.org\/resources\/invsee.82342\/<br \/>\n#     zipGet: &#8216;InvSee++.jar&#8217; # Unzip the file<\/p>\n<p>#  &#8211; file: &#8216;Geyser-Spigot.jar&#8217; # URL<br \/>\n#    url: https:\/\/download.geysermc.org\/v2\/projects\/geyser\/versions\/latest\/builds\/latest\/downloads\/spigot<\/p>\n<p>#  &#8211; file: &#8216;ViaVersion-DEV.jar&#8217; # Jenkins<br \/>\n#    url: https:\/\/ci.viaversion.com\/job\/ViaVersion-DEV\/<\/p>\n<p>#  &#8211; file: &#8216;ViaBackwards-DEV.jar&#8217;<br \/>\n#    url: https:\/\/ci.viaversion.com\/view\/ViaBackwards\/job\/ViaBackwards-DEV\/<\/p>\n<p>#  &#8211; file: &#8216;CoreProtect.jar&#8217; # Modrinth<br \/>\n#    url: https:\/\/modrinth.com\/plugin\/coreprotect\/<\/p>\n<p>#  &#8211; file: &#8216;simple-voice-chat.jar&#8217;<br \/>\n#    url: https:\/\/modrinth.com\/plugin\/simple-voice-chat<br \/>\n#    loader: paper # Specify platform<\/p>\n<p>#  &#8211; file: &#8216;UseTranslatedNames.jar&#8217;<br \/>\n#    url: https:\/\/modrinth.com\/plugin\/usetranslatednames<\/p>\n<p>#  &#8211; file: &#8216;HttpRequests.jar&#8217; # SpigotMC<br \/>\n#    url: https:\/\/www.spigotmc.org\/resources\/http-requests.101253\/<\/p>\n<p>#  &#8211; file: &#8216;Chunky.jar&#8217; # MineBBS<br \/>\n#    url: https:\/\/www.minebbs.com\/resources\/chunky-tps.7318\/<\/p>\n<p>#  &#8211; file: &#8216;SF4_Slimefun4.jar&#8217; # \u9b3c\u65a9\u6784\u5efa\u7ad9 v2<br \/>\n#    url: https:\/\/builds.guizhanss.com\/StarWishsama\/Slimefun4\/master<\/p>\n<p>#  &#8211; file: &#8216;SF4_FluffyMachines.jar&#8217;<br \/>\n#    url: https:\/\/builds.guizhanss.com\/SlimefunGuguProject\/FluffyMachines\/master<\/p>\n<p>#  &#8211; file: &#8216;Dynmap.jar&#8217;<br \/>\n#    url: https:\/\/legacy.curseforge.com\/minecraft\/bukkit-plugins\/dynmap<\/p>\n<p>#  # Configuration can be added to each file like this<br \/>\n#  # If the file configuration contains a path, the path parameter is automatically set.<br \/>\n#  &#8211; file: &#8216;.\/serverConfig.yml&#8217;<br \/>\n#    url: &#8216;http:\/\/[::]:5212\/serverConfig.yml&#8217;<\/p>\n<p>### All available configurations in list ###<br \/>\n# Unless you know what you&#8217;re doing, don&#8217;t use it willy-nilly.<br \/>\n# String file;              \/\/ File name<br \/>\n# String url;               \/\/ Download link<br \/>\n# String tempPath;          \/\/ download cache path, use global configuration by default<br \/>\n# String updatePath;        \/\/ update path, used globally by default<br \/>\n# String filePath;          \/\/ The final installation path, used globally by default.<br \/>\n# String path;              \/\/ Overriding both updatePath and filePath configurations<br \/>\n# String get;               \/\/ Regular expression to select the specified file, first one is selected by default. GitHub, Jenkins, Modrinth only.<br \/>\n# String zipGet;            \/\/ If you need to unzip files, use this parameter to specify the regular expression.<br \/>\n# String loader;            \/\/ Match platform tags, Modrinth only<br \/>\n# boolean getPreRelease;    \/\/ Allow downloading of pre-releases, false by default. GitHub only.<br \/>\n# boolean zipFileCheck;     \/\/ Enable zip file integrity checking<br \/>\n# boolean ignoreDuplicates; \/\/ Turn off hash checking<\/p>\n<p># Edit the messages the plugin may display here<br \/>\nmessage:<br \/>\n  updateCheckIntervalTooLow: &#8216;#### Update check interval too low will cause performance problems! ###&#8217;<br \/>\n  timer: &#8216;The update check will run after %1 seconds and repeat at %2 second intervals&#8217;<br \/>\n  commandReloadOnUpdating: &#8216;Currently running update, configuration reload will be postponed&#8217;<br \/>\n  commandReloadOK: &#8216;Reload completed&#8217;<br \/>\n  commandRepeatedRunUpdate: &#8216;There is already an unfinished update running&#8217;<br \/>\n  commandUpdateStart: &#8216;Update is running!&#8217;<br \/>\n  commandFullLog: &#8216;Full log:&#8217;<br \/>\n  commandStopUpdateIng: &#8216;Current updates are being stopped&#8230;&#8217;<br \/>\n  stopUpdate: &#8216;Too many requests&#8217;<br \/>\n  repeatedRunUpdate: &#8216;### The update program started repeatedly or with errors? ###&#8217;<br \/>\n  updateStart: &#8216;[### Start running automatic updates ##]&#8217;<br \/>\n  configErrList: &#8216;Error configuring update list? &#8216;<br \/>\n  configErrUpdate: &#8216;Update list configuration error? Item is empty.&#8217;<br \/>\n  configErrMissing: &#8216;Error updating list configuration? Missing basic configuration&#8217;<br \/>\n  updateChecking: &#8216;Checking for updates&#8230;&#8217;<br \/>\n  updateErrParsingDUrl: &#8216;Error parsing direct file links, will skip this update&#8217;<br \/>\n  updateTempAlreadyLatest: &#8216;[Cached] file is already latest&#8217;<br \/>\n  updateErrDownload: &#8216;Error downloading file, will skip this update&#8217;<br \/>\n  updateZipFileCheck: &#8216;[Zip integrity check] File is incomplete, will skip this update&#8217;<br \/>\n  updateFileAlreadyLatest: &#8216;File is already latest&#8217;<br \/>\n  updateFulSizeDifference: &#8216;Update completed [%1MB] -> [%2MB]&#8217;<br \/>\n  updateFul: &#8216;[## Update All Complete ##]&#8217;<br \/>\n  updateFulTime: &#8216;Time taken: %1 seconds&#8217;<br \/>\n  updateFulFail: &#8216;Failed: %1,&#8217;<br \/>\n  updateFulUpdate: &#8216;Update: %1,&#8217;<br \/>\n  updateFulOK: &#8216;Success: %1&#8217;<br \/>\n  updateFulNetRequest: &#8216;Network Request: %1, &#8216;<br \/>\n  updateFulDownloadFile: &#8216;Downloading file: %1MB&#8217;<br \/>\n  logReloadOK: &#8216;Reload completed&#8217;<br \/>\n  debugGetVersion: &#8216;Found version: %1&#8217;<br \/>\n  debugNoFileMatching: &#8216;No file matching: %1&#8217;<br \/>\n  debugNoRepositoryPath: &#8216;Repository path not found: %1&#8217;<br \/>\n  debugErrUrlResolveNoID: &#8216;URL resolving error, plugin ID not included?&#8217;<br \/>\n  debugErrUrlResolveNoName: &#8216;URL resolution error, project name not found: %1&#8217;<br \/>\n  debugErrNoID: &#8216;Project ID not found: %1&#8217;<br \/>\n  urlInvalid: &#8216;URL is invalid or irregular: %1&#8217;<br \/>\n  networkErrorRetry: &#8216;Network error, please wait %1 seconds&#8230;&#8217;<br \/>\n  zipDecompressionFailed: &#8216;ZIP decompression failed&#8217;<\/p>\n<p>&#8220;`<\/p>\n<p>Some of the features and code references are from project NewAmazingPVP\/AutoUpdatePlugins.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Better auto update plugins \u66f4\u597d\u7684\u81ea\u52a8\u66f4\u65b0\u63d2\u4ef6<\/p>\n","protected":false},"featured_media":23941,"template":"","meta":{"_minecraft_slug":"autoupdateplugins","_minecraft_project_id":"Ml07vPQX","_minecraft_author":"ApliNi","_minecraft_license":"MIT","_minecraft_downloads":13775,"_minecraft_follows":26,"_minecraft_client_side":"unsupported","_minecraft_server_side":"required","_minecraft_storage_type":"zip","_minecraft_archive_name":"autoupdateplugins.zip","_minecraft_size_bytes":24692401,"_minecraft_version_count":16,"_minecraft_updated_at":"2026-05-16T01:16:03.663802Z","_minecraft_date_created":"2024-01-10T05:09:03.286668Z","_minecraft_date_modified":"2026-01-08T13:57:50.835292Z","_minecraft_project_url":"https:\/\/modrinth.com\/mod\/autoupdateplugins","_minecraft_icon_attachment_id":23941,"_minecraft_imported_at":"2026-06-01T08:04:22+00:00","_minecraft_import_hash":"d790ddef10e81cf08a297d53afae2b82","_minecraft_versions":"","_minecraft_links":"","_minecraft_gallery":"","_minecraft_api_metadata":""},"mod_category":[125,126,90,127,128,129,92],"mod_loader":[131,132,133,134],"minecraft_version":[449,110,111,112,113,114,115,116,117,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],"class_list":["post-23940","mod","type-mod","status-publish","has-post-thumbnail","hentry","mod_category-folia","mod_category-management","mod_category-optimization","mod_category-paper","mod_category-purpur","mod_category-spigot","mod_category-utility","mod_loader-folia","mod_loader-paper","mod_loader-purpur","mod_loader-spigot","minecraft_version-1-13-2","minecraft_version-1-14","minecraft_version-1-14-1","minecraft_version-1-14-2","minecraft_version-1-14-3","minecraft_version-1-14-4","minecraft_version-1-15","minecraft_version-1-15-1","minecraft_version-1-15-2","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"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.6 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>AutoUpdatePlugins - 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\/autoupdateplugins\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"AutoUpdatePlugins - Minecraft\" \/>\n<meta property=\"og:description\" content=\"Better auto update plugins \u66f4\u597d\u7684\u81ea\u52a8\u66f4\u65b0\u63d2\u4ef6\" \/>\n<meta property=\"og:url\" content=\"https:\/\/vpesports.com\/minecraft\/mods\/autoupdateplugins\/\" \/>\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=\"7 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/autoupdateplugins\\\/\",\"url\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/autoupdateplugins\\\/\",\"name\":\"AutoUpdatePlugins - Minecraft\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/autoupdateplugins\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/autoupdateplugins\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/autoupdateplugins-icon-3a3747b96592b5d9a2890c714b783c52ff9f71e0_96.webp\",\"datePublished\":\"2026-06-01T08:04:21+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/autoupdateplugins\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/autoupdateplugins\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/autoupdateplugins\\\/#primaryimage\",\"url\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/autoupdateplugins-icon-3a3747b96592b5d9a2890c714b783c52ff9f71e0_96.webp\",\"contentUrl\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/autoupdateplugins-icon-3a3747b96592b5d9a2890c714b783c52ff9f71e0_96.webp\",\"width\":96,\"height\":94},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/autoupdateplugins\\\/#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\":\"AutoUpdatePlugins\"}]},{\"@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":"AutoUpdatePlugins - 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\/autoupdateplugins\/","og_locale":"en_US","og_type":"article","og_title":"AutoUpdatePlugins - Minecraft","og_description":"Better auto update plugins \u66f4\u597d\u7684\u81ea\u52a8\u66f4\u65b0\u63d2\u4ef6","og_url":"https:\/\/vpesports.com\/minecraft\/mods\/autoupdateplugins\/","og_site_name":"Minecraft","twitter_card":"summary_large_image","twitter_misc":{"Est. reading time":"7 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/vpesports.com\/minecraft\/mods\/autoupdateplugins\/","url":"https:\/\/vpesports.com\/minecraft\/mods\/autoupdateplugins\/","name":"AutoUpdatePlugins - Minecraft","isPartOf":{"@id":"https:\/\/vpesports.com\/minecraft\/#website"},"primaryImageOfPage":{"@id":"https:\/\/vpesports.com\/minecraft\/mods\/autoupdateplugins\/#primaryimage"},"image":{"@id":"https:\/\/vpesports.com\/minecraft\/mods\/autoupdateplugins\/#primaryimage"},"thumbnailUrl":"https:\/\/vpesports.com\/minecraft\/wp-content\/uploads\/2026\/06\/autoupdateplugins-icon-3a3747b96592b5d9a2890c714b783c52ff9f71e0_96.webp","datePublished":"2026-06-01T08:04:21+00:00","breadcrumb":{"@id":"https:\/\/vpesports.com\/minecraft\/mods\/autoupdateplugins\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/vpesports.com\/minecraft\/mods\/autoupdateplugins\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/vpesports.com\/minecraft\/mods\/autoupdateplugins\/#primaryimage","url":"https:\/\/vpesports.com\/minecraft\/wp-content\/uploads\/2026\/06\/autoupdateplugins-icon-3a3747b96592b5d9a2890c714b783c52ff9f71e0_96.webp","contentUrl":"https:\/\/vpesports.com\/minecraft\/wp-content\/uploads\/2026\/06\/autoupdateplugins-icon-3a3747b96592b5d9a2890c714b783c52ff9f71e0_96.webp","width":96,"height":94},{"@type":"BreadcrumbList","@id":"https:\/\/vpesports.com\/minecraft\/mods\/autoupdateplugins\/#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":"AutoUpdatePlugins"}]},{"@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\/23940","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\/23941"}],"wp:attachment":[{"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/media?parent=23940"}],"wp:term":[{"taxonomy":"mod_category","embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/mod_category?post=23940"},{"taxonomy":"mod_loader","embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/mod_loader?post=23940"},{"taxonomy":"minecraft_version","embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/minecraft_version?post=23940"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}