Plugin to locate enchanted book trades
A Minecraft plugin for finding villagers with specific enchantment trades using visual particle guidance.
/findtrade search <enchantment>Search for nearby villagers offering a specific enchantment book.
/findtrade regionOpens the region management TUI for creating, editing, and deleting regions.
Aliases: /ft
| Permission | Description | Default |
|---|---|---|
findtrade.use |
Use search and view regions | true |
findtrade.write |
Create, edit, and delete regions | op |
The configuration file is located at plugins/FindTrade/config.yml.
particle-effects:
duration: 30 # How long particles are displayed (seconds)
# Pillar particles above villager location
pillar:
enabled: true
interval: 1
particles:
- type: "HAPPY_VILLAGER"
height: 20
count: 10
- type: "END_ROD"
height: 20
count: 5
# Path particles between player and villager
path:
enabled: true
use-pathfinding: true # false = straight line (lower server load)
update-interval: 0.1
particles:
- type: "END_ROD"
count: 1
offset-x: 0.5
offset-y: 0.5
offset-z: 0.5
randomness-x: 0.0
randomness-y: 0.0
randomness-z: 0.0
speed: 0.0
The plugin uses A* pathfinding to show realistic walkable paths. This runs asynchronously and has minimal server impact. If you experience performance issues, set use-pathfinding: false to use simple straight-line visualization.
Language files are located in plugins/FindTrade/localization/. Supported languages:
en.yml)ko.yml).jar file in your server's plugins folder/findtrade/findvillager command to search for specific enchantmentsThis project is licensed under the MIT License.