Name | reputation |
Object | EntityTag |
Input | MapTag |
Related Tags | <EntityTag.reputation> Returns a villager's reputations as a map of player UUIDs to reputation maps. (...)
|
Description | Sets a villager's reputations as a map of player UUIDs to reputation maps.
Reputation maps are maps of reputation types to integer values, a full list of all valid reputation types can be found at https://jd.papermc.io/paper/1.19/com/destroystokyo/paper/entity/villager/ReputationType.html. |
Group | properties |
Requires | Paper |
Source | https://github.com/DenizenScript/Denizen/blob/dev/paper/src/main/java/com/denizenscript/denizen/paper/properties/EntityReputation.java#L65 |