Infinite Trades is a server-side utility for Minecraft Forge designed to allow specific players to perform unlimited trades with villagers and wandering traders.
This mod was developed for server administrators and modpack creators looking for a simple way to bypass the vanilla trade restock mechanics.
It provides the perfect tool to reward specific players (such as VIP members), create special merchant-managed shops, or facilitate block acquisition in building environments, all without disrupting the economy balance for the rest of the server.
The system is smartly driven by Minecraft's native Tag mechanics.
When a player possessing the configured tag (default: infinite_trades) interacts with any merchant entity, the mod intercepts the action. In a fraction of a second, before the trading GUI opens, the mod resets the use count of all available offers. The result is that the player can trade the exact same items repeatedly without ever having to wait for the villager to restock.
/tag <player> add infinite_trades).The mod generates a simple configuration file at config/infinitetrades-server.toml. However, everything can be managed in-game with Operator permission (Level 2):
/infinitetrades toggle <true/false>
/infinitetrades tag <tagName>
/infinitetrades debug <true/false>
/infinitetrades status
Author: SatDPhoe