
InstaRestock
Instant Restock or Insta Restock makes villagers infinite restock
- Загрузки
- 65K
- Подписчики
- 21
- Обновлён
- 25 марта 2026 г.
- Лицензия
- All-Rights-Reserved
Опубликован 30 августа 2025 г.
Fabric mod update coming soon!
InstaRestock
Villager trades restock the moment a player opens the trading menu — no waiting for daily resets, workstation ticks, or server restarts.
Features
- Instant restock — trades refresh on menu open, vanilla delays removed entirely
- Configurable reload time — set a custom delay with time units (seconds, minutes, hours, days) or keep it instant
- Max trade control — limit how many trade slots are refreshed per restock if needed (set to 2147483647 for unlimited)
- Villager blacklist — exclude specific villagers from auto-restocking
- Price penalty toggle — disable Minecraft's price increase penalty (1.18+)
- Travelling merchant support — optionally enable restocking for wandering traders
- Universal villager support — works on all villagers by default
- Performance friendly — minimal overhead, no background threads
Installation
Fabric
- Download the
.jarfor your Minecraft version - Drop it into your
mods/folder - Start your server or client
Paper / Spigot
- Download the
.jarfor your Minecraft version - Drop it into your
plugins/folder - Restart your server
- (Optional) Edit
plugins/InstaRestock/config.json
Configuration
{
"maxTrades": 2147483647,
"reloadTime": "10 seconds",
"villagerBlacklist": [],
"disablePricePenalty": true,
"uninstallMode": false,
"allowTravellingMerchants": true,
"checkUpdate": true,
"allowMetrics": true,
"lang": "en_US"
}
Config reference
| Option | Default | Description |
|---|---|---|
maxTrades |
2147483647 |
Max trade slots refreshed per restock event (2147483647 = unlimited) |
reloadTime |
"10 seconds" |
Delay before restocking. Supports: seconds, minutes, hours, days. Decimals allowed (e.g., "5.5 minutes"). If no unit specified, defaults to minutes |
villagerBlacklist |
[] |
List of villager UUIDs or coordinates to exclude from restocking |
disablePricePenalty |
true |
Disable Minecraft's price increase penalty when restocking (1.18+) |
uninstallMode |
false |
Set to true before removing plugin to clean up data |
allowTravellingMerchants |
true |
Enable restocking for wandering traders |
checkUpdate |
true |
Check for plugin updates on startup |
allowMetrics |
true |
Send anonymous usage statistics |
lang |
"en_US" |
Language code for plugin messages |
Use cases
SMP servers — keep your economy flowing without frustrating restock timers
Trading halls — essential for shopping districts where fast trades are expected
Custom economies — pairs well with economy plugins that need reliable trade throughput
Quality of life — less tedium for players without changing game balance
Permissions
| Node | Default | Description |
|---|---|---|
instarestock.admin |
OP | Access to admin commands |
Compatibility
| Platform | Supported versions |
|---|---|
| Fabric | 1.18.x, 1.19.x, 1.20.x, 1.21.x |
| Paper | 1.18.x, 1.19.x, 1.20.x, 1.21.x |
| Spigot | 1.18.x, 1.19.x, 1.20.x, 1.21.x |
Support
Found a bug or have a feature request? Use the Issues tab or join the Discord linked above.
Ченджлог
2.0.0Релиз26.2, 26.3-snapshot-1, 26.3-snapshot-2 · 25 марта 2026 г.
Additions:
- Added ReloadTime
- Needs to have Maxtrades Enabled
2.0.0Релиз1.18 · 15 марта 2026 г.
Farbric InstaRestock
- Tested True
1.1.2Релиз1.21.9, 1.21.10, 1.21.11 · 12 марта 2026 г.
Code Rewrite
- Fixes: Everything
1.1.1Релиз1.18 · 17 января 2026 г.
1.21.11
1.0.1Релиз1.21.8, 1.21.9, 1.21.10 · 24 ноября 2025 г.
Added Config Fixed Max Trades added commands. Added compatiblity with 1.18 - 1.21.10
1.0.0Релиз1.21.6, 1.21.7, 1.21.8 · 30 августа 2025 г.
Fixed Bugs Added Config
Комментарии
Загружаем…