Skip to content

Modify Villager Reputation

This power type allows you to effectively modify the reputation of a villager when you interact with it.

You can learn more about reputation here.

The 'actor' is the villager, while the 'target' is the entity with the power, that is interacting with the villager.

Fields

Field Type Default Description
bientity_condition Bi-entity Condition Type optional This is a bi-entity condtion with the actor, the villager, and the target, the player.
modifier Attribute Modifier optional This is a modifier that will be applied to your reputation with the villager.
modifiers List of Modifier Types optional This is a list of modifiers that will be applied to your reputation with the villager.

Example

{
  "type": "moborigins:modify_villager_reputation",
  "modifier": {
    "operation": "addition",
    "value": 100.0
  }
}
This power massively increases your reputation with villagers, allowing you to trade with them for much cheaper.