{"id":131321,"date":"2026-06-07T20:48:40","date_gmt":"2026-06-07T17:48:40","guid":{"rendered":"https:\/\/vpesports.com\/minecraft\/mods\/refreshloot\/"},"modified":"2026-06-07T20:48:40","modified_gmt":"2026-06-07T17:48:40","slug":"refreshloot","status":"publish","type":"mod","link":"https:\/\/vpesports.com\/minecraft\/mods\/refreshloot\/","title":{"rendered":"RefreshLoot"},"content":{"rendered":"<p># RefreshLoot &#8211; Loot Refresh Plugin<\/p>\n<p>## Plugin Information<br \/>\n&#8211; **Name**: RefreshLoot<br \/>\n&#8211; **Version**: 1.0.0<br \/>\n&#8211; **Author**: 114514h<br \/>\n&#8211; **Supported Version**: Minecraft 1.21.4<br \/>\n&#8211; **API Version**: Spigot 1.21<\/p>\n<p>## Function Description<br \/>\nRefreshLoot is a plugin designed to refresh items in containers across the world. Administrators can use commands to refresh random slots in all containers, including chests, trapped chests, large chests, barrels, furnaces, hoppers, and more.<\/p>\n<p>### Main Features<br \/>\n&#8211; **Smart Refresh**: Randomly selects container slots for item refreshing.<br \/>\n&#8211; **Container Clearing**: Option to clear all items in containers before refreshing.<br \/>\n&#8211; **Configuration Reload**: Supports hot-reloading configuration files without server restart.<br \/>\n&#8211; **Multiple Container Support**: Compatible with chests, trapped chests, large chests, barrels, furnaces, hoppers, etc.<br \/>\n&#8211; **Asynchronous Processing**: Avoids server lag and ensures smooth operation.<br \/>\n&#8211; **Highly Configurable**: Customizable refresh items, quantities, container types, etc.<\/p>\n<p>## Commands<br \/>\n&#8211; `\/refreshloot` or `\/rloot` &#8211; Refresh random slots in all containers across the world.<br \/>\n&#8211; `\/refreshloot reload` or `\/rloot reload` &#8211; Reload the configuration file.<br \/>\n&#8211; **Permission**: `refreshloot.admin` (default OP permission)<\/p>\n<p>## Configuration Instructions<\/p>\n<p>### Basic Settings<br \/>\n&#8220;`yaml<br \/>\nsettings:<br \/>\n  debug: false                    # Whether to enable debug mode<br \/>\n  refresh-interval: 300           # Refresh interval in seconds<br \/>\n  random-slots: 3                 # Number of random slots to refresh each time<br \/>\n  clear-containers: true          # Whether to clear container contents before refreshing<br \/>\n&#8220;`<\/p>\n<p>**Container Clearing Explanation**:<br \/>\n&#8211; `clear-containers: true` &#8211; Clears all items in containers before adding new random items.<br \/>\n&#8211; `clear-containers: false` &#8211; Retains existing items in containers and only adds new items to randomly selected slots.<br \/>\n&#8211; Recommended setting: `true` for better refresh results.<\/p>\n<p>### Container Configuration<br \/>\nEach container type can be configured individually:<br \/>\n&#8211; `enabled`: Whether to enable refreshing for this container type.<br \/>\n&#8211; `refresh-slots`: Number of slots to refresh each time.<br \/>\n&#8211; `items`: List of possible items to refresh.<\/p>\n<p>### Item Format<br \/>\nItem configuration format: `MATERIAL:min-max`<br \/>\n&#8211; `DIAMOND:1-3` &#8211; Diamonds, quantity 1-3.<br \/>\n&#8211; `BREAD:2-5` &#8211; Bread, quantity 2-5.<br \/>\n&#8211; `IRON_SWORD:1` &#8211; Iron Sword, fixed quantity of 1.<\/p>\n<p>**Important Note**: In Minecraft 1.21.4, the names of golden equipment have been changed:<br \/>\n&#8211; `GOLD_HELMET` \u2192 `GOLDEN_HELMET`<br \/>\n&#8211; `GOLD_CHESTPLATE` \u2192 `GOLDEN_CHESTPLATE`<br \/>\n&#8211; `GOLD_LEGGINGS` \u2192 `GOLDEN_LEGGINGS`<br \/>\n&#8211; `GOLD_BOOTS` \u2192 `GOLDEN_BOOTS`<\/p>\n<p>Refer to the `MATERIAL_NAMES.md` file for a detailed list of item names.<\/p>\n<p>## Supported Container Types<br \/>\n&#8211; **Chest** (chest) &#8211; Regular chest<br \/>\n&#8211; **Trapped Chest** (trapped_chest) &#8211; Trapped chest<br \/>\n&#8211; **Large Chest** (large_chest) &#8211; Double chest<br \/>\n&#8211; **Barrel** (barrel) &#8211; Barrel<br \/>\n&#8211; **Furnace** (furnace) &#8211; Furnace, blast furnace, smoker<br \/>\n&#8211; **Hopper** (hopper) &#8211; Hopper<\/p>\n<p>## Installation Method<br \/>\n1. Place the compiled `RefreshLoot-1.0.0.jar` file into the server&#8217;s `plugins` folder.<br \/>\n2. Restart the server or use the `\/reload` command.<br \/>\n3. The plugin will automatically generate a configuration file `config.yml`.<br \/>\n4. Modify the configuration file as needed.<br \/>\n5. Use the `\/rloot` command to start refreshing containers.<\/p>\n<p>## Reload Functionality<br \/>\nThe plugin supports hot-reloading configuration files without restarting the server:<\/p>\n<p>### Usage<br \/>\n&#8220;`<br \/>\n\/rloot reload<br \/>\n&#8220;`<\/p>\n<p>### Reload Features<br \/>\n&#8211; **Instant Effect**: Changes take effect immediately after modifying the configuration file.<br \/>\n&#8211; **Safe Reload**: Includes error handling to prevent plugin failure during reload.<br \/>\n&#8211; **Debug Information**: Displays reload configuration status when debug mode is enabled.<br \/>\n&#8211; **Asynchronous Processing**: Reload process does not block the server&#8217;s main thread.<\/p>\n<p>### When to Reload<br \/>\n&#8211; After modifying container configurations.<br \/>\n&#8211; After adjusting the item refresh list.<br \/>\n&#8211; After changing plugin settings.<br \/>\n&#8211; After updating message configurations.<\/p>\n<p>## Notes<br \/>\n&#8211; The plugin scans all chunks in the world to find containers, which may take a long time in large worlds.<br \/>\n&#8211; It is recommended to use the refresh command during periods of low server load.<br \/>\n&#8211; Customize items and quantities for each container type in the configuration file.<br \/>\n&#8211; Enable debug mode to view detailed refresh information.<\/p>\n<p>## Permissions<br \/>\n&#8211; `refreshloot.admin` &#8211; Allows the use of loot refresh commands (default OP permission)<\/p>\n<p># RefreshLoot &#8211; \u7269\u8d44\u5237\u65b0\u63d2\u4ef6<\/p>\n<p>## \u63d2\u4ef6\u4fe1\u606f<br \/>\n&#8211; **\u540d\u79f0**: RefreshLoot<br \/>\n&#8211; **\u7248\u672c**: 1.0.0<br \/>\n&#8211; **\u4f5c\u8005**: 114514h<br \/>\n&#8211; **\u652f\u6301\u7248\u672c**: Minecraft 1.21.4<br \/>\n&#8211; **API\u7248\u672c**: Spigot 1.21<\/p>\n<p>## \u529f\u80fd\u63cf\u8ff0<br \/>\nRefreshLoot \u662f\u4e00\u4e2a\u7528\u4e8e\u5237\u65b0\u4e16\u754c\u5185\u5bb9\u5668\u7269\u54c1\u7684\u63d2\u4ef6\u3002\u7ba1\u7406\u5458\u53ef\u4ee5\u4f7f\u7528\u547d\u4ee4\u6765\u5237\u65b0\u4e16\u754c\u5185\u6240\u6709\u5bb9\u5668\u7684\u968f\u673a\u69fd\u4f4d\uff0c\u5305\u62ec\u7bb1\u5b50\u3001\u9677\u9631\u7bb1\u3001\u5927\u7bb1\u5b50\u3001\u6728\u6876\u3001\u7194\u7089\u3001\u6f0f\u6597\u7b49\u3002<\/p>\n<p>### \u4e3b\u8981\u7279\u6027<br \/>\n&#8211; **\u667a\u80fd\u5237\u65b0**: \u968f\u673a\u9009\u62e9\u5bb9\u5668\u4e2d\u7684\u69fd\u4f4d\u8fdb\u884c\u7269\u54c1\u5237\u65b0<br \/>\n&#8211; **\u5bb9\u5668\u6e05\u9664**: \u53ef\u9009\u62e9\u5728\u5237\u65b0\u524d\u6e05\u9664\u5bb9\u5668\u4e2d\u7684\u6240\u6709\u7269\u54c1<br \/>\n&#8211; **\u914d\u7f6e\u91cd\u8f7d**: \u652f\u6301\u70ed\u91cd\u8f7d\u914d\u7f6e\u6587\u4ef6\uff0c\u65e0\u9700\u91cd\u542f\u670d\u52a1\u5668<br \/>\n&#8211; **\u591a\u79cd\u5bb9\u5668\u652f\u6301**: \u652f\u6301\u7bb1\u5b50\u3001\u9677\u9631\u7bb1\u3001\u5927\u7bb1\u5b50\u3001\u6728\u6876\u3001\u7194\u7089\u3001\u6f0f\u6597\u7b49<br \/>\n&#8211; **\u5f02\u6b65\u5904\u7406**: \u907f\u514d\u670d\u52a1\u5668\u5361\u987f\uff0c\u786e\u4fdd\u6d41\u7545\u8fd0\u884c<br \/>\n&#8211; **\u9ad8\u5ea6\u53ef\u914d\u7f6e**: \u53ef\u81ea\u5b9a\u4e49\u5237\u65b0\u7269\u54c1\u3001\u6570\u91cf\u3001\u5bb9\u5668\u7c7b\u578b\u7b49<\/p>\n<p>## \u547d\u4ee4<br \/>\n&#8211; `\/refreshloot` \u6216 `\/rloot` &#8211; \u5237\u65b0\u4e16\u754c\u5185\u6240\u6709\u5bb9\u5668\u7684\u968f\u673a\u69fd\u4f4d<br \/>\n&#8211; `\/refreshloot reload` \u6216 `\/rloot reload` &#8211; \u91cd\u65b0\u52a0\u8f7d\u914d\u7f6e\u6587\u4ef6<br \/>\n&#8211; **\u6743\u9650**: `refreshloot.admin` (\u9ed8\u8ba4OP\u6743\u9650)<\/p>\n<p>## \u914d\u7f6e\u8bf4\u660e<\/p>\n<p>### \u57fa\u672c\u8bbe\u7f6e<br \/>\n&#8220;`yaml<br \/>\nsettings:<br \/>\n  debug: false                    # \u662f\u5426\u542f\u7528\u8c03\u8bd5\u6a21\u5f0f<br \/>\n  refresh-interval: 300           # \u5237\u65b0\u95f4\u9694\uff08\u79d2\uff09<br \/>\n  random-slots: 3                 # \u6bcf\u6b21\u5237\u65b0\u65f6\u968f\u673a\u5237\u65b0\u7684\u69fd\u4f4d\u6570\u91cf<br \/>\n  clear-containers: true          # \u662f\u5426\u5728\u5237\u65b0\u524d\u6e05\u9664\u5bb9\u5668\u5185\u5bb9<br \/>\n&#8220;`<\/p>\n<p>**\u6e05\u9664\u5bb9\u5668\u529f\u80fd\u8bf4\u660e**:<br \/>\n&#8211; `clear-containers: true` &#8211; \u5728\u5237\u65b0\u7269\u54c1\u524d\u5148\u6e05\u9664\u5bb9\u5668\u4e2d\u7684\u6240\u6709\u7269\u54c1\uff0c\u7136\u540e\u6dfb\u52a0\u65b0\u7684\u968f\u673a\u7269\u54c1<br \/>\n&#8211; `clear-containers: false` &#8211; \u4fdd\u7559\u5bb9\u5668\u4e2d\u7684\u73b0\u6709\u7269\u54c1\uff0c\u53ea\u5728\u968f\u673a\u9009\u62e9\u7684\u69fd\u4f4d\u4e2d\u6dfb\u52a0\u65b0\u7269\u54c1<br \/>\n&#8211; \u5efa\u8bae\u8bbe\u7f6e\u4e3a `true` \u4ee5\u83b7\u5f97\u66f4\u597d\u7684\u5237\u65b0\u6548\u679c<\/p>\n<p>### \u5bb9\u5668\u914d\u7f6e<br \/>\n\u6bcf\u4e2a\u5bb9\u5668\u7c7b\u578b\u90fd\u53ef\u4ee5\u5355\u72ec\u914d\u7f6e\uff1a<br \/>\n&#8211; `enabled`: \u662f\u5426\u542f\u7528\u8be5\u5bb9\u5668\u7c7b\u578b\u7684\u5237\u65b0<br \/>\n&#8211; `refresh-slots`: \u6bcf\u6b21\u5237\u65b0\u65f6\u5237\u65b0\u7684\u69fd\u4f4d\u6570\u91cf<br \/>\n&#8211; `items`: \u53ef\u80fd\u5237\u65b0\u7684\u7269\u54c1\u5217\u8868<\/p>\n<p>### \u7269\u54c1\u683c\u5f0f<br \/>\n\u7269\u54c1\u914d\u7f6e\u683c\u5f0f\uff1a`MATERIAL:min-max`<br \/>\n&#8211; `DIAMOND:1-3` &#8211; \u94bb\u77f3\uff0c\u6570\u91cf1-3\u4e2a<br \/>\n&#8211; `BREAD:2-5` &#8211; \u9762\u5305\uff0c\u6570\u91cf2-5\u4e2a<br \/>\n&#8211; `IRON_SWORD:1` &#8211; \u94c1\u5251\uff0c\u56fa\u5b9a1\u4e2a<\/p>\n<p>**\u91cd\u8981\u63d0\u793a**: \u5728Minecraft 1.21.4\u7248\u672c\u4e2d\uff0c\u91d1\u8d28\u88c5\u5907\u7684\u540d\u79f0\u5df2\u66f4\u6539\uff1a<br \/>\n&#8211; `GOLD_HELMET` \u2192 `GOLDEN_HELMET`<br \/>\n&#8211; `GOLD_CHESTPLATE` \u2192 `GOLDEN_CHESTPLATE`<br \/>\n&#8211; `GOLD_LEGGINGS` \u2192 `GOLDEN_LEGGINGS`<br \/>\n&#8211; `GOLD_BOOTS` \u2192 `GOLDEN_BOOTS`<\/p>\n<p>\u8be6\u7ec6\u7269\u54c1\u540d\u79f0\u5bf9\u7167\u8868\u8bf7\u53c2\u8003 `MATERIAL_NAMES.md` \u6587\u4ef6\u3002<\/p>\n<p>## \u652f\u6301\u7684\u5bb9\u5668\u7c7b\u578b<br \/>\n&#8211; **\u7bb1\u5b50** (chest) &#8211; \u666e\u901a\u7bb1\u5b50<br \/>\n&#8211; **\u9677\u9631\u7bb1** (trapped_chest) &#8211; \u9677\u9631\u7bb1<br \/>\n&#8211; **\u5927\u7bb1\u5b50** (large_chest) &#8211; \u53cc\u7bb1\u5b50<br \/>\n&#8211; **\u6728\u6876** (barrel) &#8211; \u6728\u6876<br \/>\n&#8211; **\u7194\u7089** (furnace) &#8211; \u7194\u7089\u3001\u9ad8\u7089\u3001\u70df\u718f\u7089<br \/>\n&#8211; **\u6f0f\u6597** (hopper) &#8211; \u6f0f\u6597<\/p>\n<p>## \u5b89\u88c5\u65b9\u6cd5<br \/>\n1. \u5c06\u7f16\u8bd1\u597d\u7684 `RefreshLoot-1.0.0.jar` \u6587\u4ef6\u653e\u5165\u670d\u52a1\u5668\u7684 `plugins` \u6587\u4ef6\u5939<br \/>\n2. \u91cd\u542f\u670d\u52a1\u5668\u6216\u4f7f\u7528 `\/reload` \u547d\u4ee4<br \/>\n3. \u63d2\u4ef6\u4f1a\u81ea\u52a8\u751f\u6210\u914d\u7f6e\u6587\u4ef6 `config.yml`<br \/>\n4. \u6839\u636e\u9700\u8981\u4fee\u6539\u914d\u7f6e\u6587\u4ef6<br \/>\n5. \u4f7f\u7528 `\/rloot` \u547d\u4ee4\u5f00\u59cb\u5237\u65b0\u5bb9\u5668<\/p>\n<p>## \u91cd\u8f7d\u529f\u80fd<br \/>\n\u63d2\u4ef6\u652f\u6301\u70ed\u91cd\u8f7d\u914d\u7f6e\u6587\u4ef6\uff0c\u65e0\u9700\u91cd\u542f\u670d\u52a1\u5668\uff1a<\/p>\n<p>### \u4f7f\u7528\u65b9\u6cd5<br \/>\n&#8220;`<br \/>\n\/rloot reload<br \/>\n&#8220;`<\/p>\n<p>### \u91cd\u8f7d\u529f\u80fd\u7279\u70b9<br \/>\n&#8211; **\u5b9e\u65f6\u751f\u6548**: \u4fee\u6539\u914d\u7f6e\u6587\u4ef6\u540e\u7acb\u5373\u751f\u6548<br \/>\n&#8211; **\u5b89\u5168\u91cd\u8f7d**: \u5305\u542b\u9519\u8bef\u5904\u7406\uff0c\u91cd\u8f7d\u5931\u8d25\u4e0d\u4f1a\u5f71\u54cd\u63d2\u4ef6\u8fd0\u884c<br \/>\n&#8211; **\u8c03\u8bd5\u4fe1\u606f**: \u542f\u7528\u8c03\u8bd5\u6a21\u5f0f\u65f6\u663e\u793a\u91cd\u8f7d\u540e\u7684\u914d\u7f6e\u72b6\u6001<br \/>\n&#8211; **\u5f02\u6b65\u5904\u7406**: \u91cd\u8f7d\u8fc7\u7a0b\u4e0d\u4f1a\u963b\u585e\u670d\u52a1\u5668\u4e3b\u7ebf\u7a0b<\/p>\n<p>### \u91cd\u8f7d\u65f6\u673a<br \/>\n&#8211; \u4fee\u6539\u5bb9\u5668\u914d\u7f6e\u540e<br \/>\n&#8211; \u8c03\u6574\u5237\u65b0\u7269\u54c1\u5217\u8868\u540e<br \/>\n&#8211; \u66f4\u6539\u63d2\u4ef6\u8bbe\u7f6e\u540e<br \/>\n&#8211; \u66f4\u65b0\u6d88\u606f\u914d\u7f6e\u540e<\/p>\n<p>&#8220;`<\/p>\n<p>## \u6ce8\u610f\u4e8b\u9879<br \/>\n&#8211; \u63d2\u4ef6\u4f1a\u626b\u63cf\u4e16\u754c\u4e2d\u7684\u6240\u6709\u533a\u5757\u6765\u67e5\u627e\u5bb9\u5668\uff0c\u5728\u5927\u4e16\u754c\u4e2d\u53ef\u80fd\u9700\u8981\u8f83\u957f\u65f6\u95f4<br \/>\n&#8211; \u5efa\u8bae\u5728\u670d\u52a1\u5668\u8d1f\u8f7d\u8f83\u4f4e\u65f6\u4f7f\u7528\u5237\u65b0\u547d\u4ee4<br \/>\n&#8211; \u53ef\u4ee5\u901a\u8fc7\u914d\u7f6e\u6587\u4ef6\u81ea\u5b9a\u4e49\u6bcf\u79cd\u5bb9\u5668\u5237\u65b0\u7684\u7269\u54c1\u548c\u6570\u91cf<br \/>\n&#8211; \u542f\u7528\u8c03\u8bd5\u6a21\u5f0f\u53ef\u4ee5\u67e5\u770b\u8be6\u7ec6\u7684\u5237\u65b0\u4fe1\u606f<\/p>\n<p>## \u6743\u9650<br \/>\n&#8211; `refreshloot.admin` &#8211; \u5141\u8bb8\u4f7f\u7528\u7269\u8d44\u5237\u65b0\u547d\u4ee4\uff08\u9ed8\u8ba4OP\u6743\u9650\uff09<\/p>\n","protected":false},"excerpt":{"rendered":"<p>A plugin for refreshing world contents item\u4e00\u4e2a\u7528\u4e8e\u5237\u65b0\u4e16\u754c\u5185\u5bb9\u5668\u7269\u54c1\u7684\u63d2\u4ef6<\/p>\n","protected":false},"featured_media":131322,"template":"","meta":{"_minecraft_slug":"refreshloot","_minecraft_project_id":"581ga5m6","_minecraft_author":"114514h","_minecraft_license":"MIT","_minecraft_downloads":81,"_minecraft_follows":2,"_minecraft_client_side":"unsupported","_minecraft_server_side":"required","_minecraft_storage_type":"zip","_minecraft_archive_name":"refreshloot.zip","_minecraft_size_bytes":15963,"_minecraft_version_count":1,"_minecraft_updated_at":"2026-05-15T20:14:01.390590Z","_minecraft_date_created":"2025-09-24T00:33:52.509044Z","_minecraft_date_modified":"2025-09-23T01:41:15.451135Z","_minecraft_project_url":"https:\/\/modrinth.com\/mod\/refreshloot","_minecraft_icon_attachment_id":131322,"_minecraft_imported_at":"2026-06-07T17:48:41+00:00","_minecraft_import_hash":"aeecefd0da1ea36f4352a5a562c5c574","_minecraft_versions":"","_minecraft_links":"","_minecraft_gallery":"","_minecraft_api_metadata":""},"mod_category":[124,89,127,128,129,91],"mod_loader":[130,132,133,134],"minecraft_version":[62,37,73,74,38,78,79,80,81],"class_list":["post-131321","mod","type-mod","status-publish","has-post-thumbnail","hentry","mod_category-bukkit","mod_category-game-mechanics","mod_category-paper","mod_category-purpur","mod_category-spigot","mod_category-storage","mod_loader-bukkit","mod_loader-paper","mod_loader-purpur","mod_loader-spigot","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","minecraft_version-1-21-6","minecraft_version-1-21-7","minecraft_version-1-21-8"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.6 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>RefreshLoot - 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\/refreshloot\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"RefreshLoot - Minecraft\" \/>\n<meta property=\"og:description\" content=\"A plugin for refreshing world contents item\u4e00\u4e2a\u7528\u4e8e\u5237\u65b0\u4e16\u754c\u5185\u5bb9\u5668\u7269\u54c1\u7684\u63d2\u4ef6\" \/>\n<meta property=\"og:url\" content=\"https:\/\/vpesports.com\/minecraft\/mods\/refreshloot\/\" \/>\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=\"4 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/refreshloot\\\/\",\"url\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/refreshloot\\\/\",\"name\":\"RefreshLoot - Minecraft\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/refreshloot\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/refreshloot\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/refreshloot-icon-e6b1dbeff4e264decccf3f474764cde3b75f55fc_96.webp\",\"datePublished\":\"2026-06-07T17:48:40+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/refreshloot\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/refreshloot\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/refreshloot\\\/#primaryimage\",\"url\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/refreshloot-icon-e6b1dbeff4e264decccf3f474764cde3b75f55fc_96.webp\",\"contentUrl\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/refreshloot-icon-e6b1dbeff4e264decccf3f474764cde3b75f55fc_96.webp\",\"width\":96,\"height\":96},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/refreshloot\\\/#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\":\"RefreshLoot\"}]},{\"@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":"RefreshLoot - 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\/refreshloot\/","og_locale":"en_US","og_type":"article","og_title":"RefreshLoot - Minecraft","og_description":"A plugin for refreshing world contents item\u4e00\u4e2a\u7528\u4e8e\u5237\u65b0\u4e16\u754c\u5185\u5bb9\u5668\u7269\u54c1\u7684\u63d2\u4ef6","og_url":"https:\/\/vpesports.com\/minecraft\/mods\/refreshloot\/","og_site_name":"Minecraft","twitter_card":"summary_large_image","twitter_misc":{"Est. reading time":"4 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/vpesports.com\/minecraft\/mods\/refreshloot\/","url":"https:\/\/vpesports.com\/minecraft\/mods\/refreshloot\/","name":"RefreshLoot - Minecraft","isPartOf":{"@id":"https:\/\/vpesports.com\/minecraft\/#website"},"primaryImageOfPage":{"@id":"https:\/\/vpesports.com\/minecraft\/mods\/refreshloot\/#primaryimage"},"image":{"@id":"https:\/\/vpesports.com\/minecraft\/mods\/refreshloot\/#primaryimage"},"thumbnailUrl":"https:\/\/vpesports.com\/minecraft\/wp-content\/uploads\/2026\/06\/refreshloot-icon-e6b1dbeff4e264decccf3f474764cde3b75f55fc_96.webp","datePublished":"2026-06-07T17:48:40+00:00","breadcrumb":{"@id":"https:\/\/vpesports.com\/minecraft\/mods\/refreshloot\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/vpesports.com\/minecraft\/mods\/refreshloot\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/vpesports.com\/minecraft\/mods\/refreshloot\/#primaryimage","url":"https:\/\/vpesports.com\/minecraft\/wp-content\/uploads\/2026\/06\/refreshloot-icon-e6b1dbeff4e264decccf3f474764cde3b75f55fc_96.webp","contentUrl":"https:\/\/vpesports.com\/minecraft\/wp-content\/uploads\/2026\/06\/refreshloot-icon-e6b1dbeff4e264decccf3f474764cde3b75f55fc_96.webp","width":96,"height":96},{"@type":"BreadcrumbList","@id":"https:\/\/vpesports.com\/minecraft\/mods\/refreshloot\/#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":"RefreshLoot"}]},{"@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\/131321","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\/131322"}],"wp:attachment":[{"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/media?parent=131321"}],"wp:term":[{"taxonomy":"mod_category","embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/mod_category?post=131321"},{"taxonomy":"mod_loader","embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/mod_loader?post=131321"},{"taxonomy":"minecraft_version","embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/minecraft_version?post=131321"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}