An open API service indexing awesome lists of open source software.

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

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