Download VillagerInfo — Minecraft Mods — MetaMods
VillagerInfo

VillagerInfo

Active

Downloads

0

Last update

1 year ago

Versions

1.18.2 — 1.21
Server
Control
Mobs
Utils

VillagerInfo

The VillagerInfo mod significantly simplifies access to useful information stored in the memory of Minecraft villagers. Instead of using the /data get command, which outputs a huge amount of unnecessary data, this mod provides only truly important information in a convenient format.

Main Features

Visual Information Display

  • Hover tooltips - display basic data about the villager
  • Inventory information - shows details when interacting with the interface
  • Display for child villagers - special format for young villagers
  • Information about villagers with professions - shows workplace and available trades
  • Information about villagers without professions - displays basic characteristics
  • Zombie villager data - special format for transformed villagers

Comparison with Standard Command

Unlike the /data get command, which outputs a huge wall of text with all attributes, VillagerInfo shows only the most important information in a structured format.

Permission System

Basic Access Rights

  • villagerinfo.reload - allows using /villreload to reload configurations (operators only)
  • villagerinfo.output - allows seeing information when interacting while crouching
  • villagerinfo.commands - access to commands for configuring mod behavior

Additional Commands

  • villagerinfo.commands.help - access to the help system
  • villagerinfo.commands.toggle - ability to toggle various functions
  • villagerinfo.commands.toggle.output - enabling/disabling information output
  • villagerinfo.commands.toggle.highlight - highlighting villager's workplace
  • villagerinfo.commands.toggle.sound - sound effects when interacting

Commands

Main Management Commands

  • /villreload - reload configuration (requires villagerinfo.reload permission)
  • /villagerinfo - main mod command (also available as /vinfo, /villinfo, /vi)
  • /villagerinfo help - help information
  • /villagerinfo toggle - toggle personal settings

Function Toggle Commands

  • /villagerinfo toggle highlight - control workplace highlighting
  • /villagerinfo toggle output - enable/disable information output
  • /villagerinfo toggle sound - control sound effects

Developer Integration

Maven

<repository>
  <id>modrinth-repo</id>
  <url>https://api.modrinth.com/maven/&lt;/url&gt;
</repository>

<dependency>
  <groupId>maven.modrinth</groupId>
  <artifactId>villager-info</artifactId>
  <version>3.0.1</version>
  <scope>provided</scope>
</dependency>

Gradle

exclusiveContent {
    forRepository { maven { url = "https://api.modrinth.com/maven" } }
    filter { includeGroup "maven.modrinth" }
}

dependencies {
    compileOnly 'maven.modrinth:villager-info:3.0.1'
}

Development Plans

Implemented Features

  • ✓ Toggle information output
  • ✓ Personal output settings

Planned Improvements

  • Command to clear all current highlights
  • Improvement of workplace highlighting functionality
  • Addition of various information display modes
  • Information about previous villager healing
  • Paginated information display
  • Highlighting bed location and village center