This Minecraft plugin limits the villager trade deals that players can get when they cure a zombie villager.
Command | Alias | Description |
---|---|---|
/villagertradelimiter |
/vtl |
shows a help message |
/villagertradelimiter reload |
/vtl reload |
reloads config.yml |
Permission | Description | Default User(s) |
---|---|---|
villagertradelimiter.* | Allows players to use /vtl and /vtl reload |
OP |
villagertradelimiter.use | Allows players to use /vtl |
OP |
villagertradelimiter.reload | Allows players to reload config.yml and messages.yml | OP |
Global settings: These settings apply to all villagers and villager trades.
Setting | Description |
---|---|
bStats: |
This helps me keep track of what server versions are being used. Please leave this set to true. |
DisableTrading: |
Whether to disable all villager trading for all worlds, some worlds, or no worlds. Options:
|
MaxHeroLevel: |
The maximum level of the "Hero of the Village" (HotV) effect that a player can have. This limits HotV price decreases. Options:
|
MaxDiscount: |
The maximum discount (%) you can get from trading/healing zombie villagers. This limits reputation-based price decreases. Options:
|
MaxDemand: |
The maximum demand for all items. This limits demand-based price increases. Options:
WARNING: The previous demand information cannot be recovered if it was higher than the MaxDemand. |
Per-item settings: (Overrides:
)
Setting | Description |
---|---|
<item_name>: |
Override the global settings by adding as many of these as you need. Enchanted books must follow the format of name_level (mending_1). All other items must follow the format of item_name (stone_bricks). |
.Disabled: |
Disables any trade that contains the item (true/false) |
.MaxDiscount: |
Sets the maximum discount for this item (-1.0, or between 0.0 to 1.0) |
.MaxDemand: |
Sets the maximum demand for this item (-1, or 0+) |
For the default config.yml, see: src/main/resources/config.yml