https://github.com/rfresh2/zenithproxyvillagertrader
ZenithProxy Villager Trader Plugin
https://github.com/rfresh2/zenithproxyvillagertrader
Last synced: 13 days ago
JSON representation
ZenithProxy Villager Trader Plugin
- Host: GitHub
- URL: https://github.com/rfresh2/zenithproxyvillagertrader
- Owner: rfresh2
- License: agpl-3.0
- Created: 2025-05-11T05:42:08.000Z (about 1 year ago)
- Default Branch: mainline
- Last Pushed: 2026-01-10T10:23:26.000Z (6 months ago)
- Last Synced: 2026-01-11T03:21:29.823Z (5 months ago)
- Language: Java
- Size: 205 KB
- Stars: 5
- Watchers: 1
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ZenithProxy Villager Trader Plugin
Automatically buys and sells items with villagers.
Includes automatic restocking, storing, and highly configurable trade options.
## Usage
You need the following setup ingame:
1. A villager trading hall. Its best to be compact - the plugin won't go searching for villagers outside render distance.
1. Chests to restock trade inputs from. You can set up a hopper system to constantly refill the chests.
1. Chests to store the items bought from trades. You can set up a hopper system to transfer items out to larger storage systems.
### Commands
* `trader on/off`
* `trader add `
* One input item trades
* `trader add `
* Two input items trades
* `trader set help`
* Prints many additional trade configuration subcommands, like enchantments, prices, and restock settings
* `trader del `
* `trader clear`
* `trader list`
* `trader waitForInteractionTimeout `
### Actions Loop
This module is intended to be run continuously.
It will repeatedly attempt all configured trades one at a time.
## Thanks
Special thanks to @Devin for providing a reference trading module and explanation