← Назад к ресурсам

Trade Cycle

TradeCycle is a Paper plugin to cycle through Villager trades.

Modrinth game-mechanics optimization

Описание

# TradeCycle ![GitHub Workflow Status](https://img.shields.io/github/workflow/status/S42YT/TradeCycle/Java%20CI%20with%20Gradle?style=for-the-badge) ![GitHub release](https://img.shields.io/github/v/release/S42YT/TradeCycle?style=for-the-badge) ### A multiplatform plugin written in Kotlin to cycle through Villager trades from UI. Inspired by [henkelmax](https://modrinth.com/user/henkelmax)'s mod [Trade Cycling](https://modrinth.com/mod/trade-cycling). # Download Always download the newest version expect its stated that the version isnt stable! # Features There are two variants to cycle through trades: 1. **Press F (default)**: Press the button associated with swapping the items to your offhand(IMPORTANT: The Cursor needs to be in the Inventory due to Minecraft limitations) 2. **Shift Right Click**: Shift right-click on the villager to cycle through trades. However, this variant is disabled by default, have a look at our [#Config](#Config) section to enable it. ### 🚨 Note: If a villager has no profession or has been traded with, you cannot cycle through trades. # Config You can configure which method (or both) should be used to cycle through trades: ```yaml strategy: - KEYBOARD # - SHIFT_INTERACT ``` '#' in front of a method will disable it. The SHIFT_INTERACT was made with bedrock and Geyser in mind so you can also cycle trades on the bedrock edition. But it doesnt work in UI with this strategy. # Contributing 🩷 Feel free to open an issue or a pull request, I will be happy to help you! Special thanks to every contributor of this project: - [Tamikaschu](https://github.com/tamikaschu)