Accessing the information in villager's brains is useful, but /data get has much more information than is needed for most things.
villagerinfo.reload
/villreload to reload the VillagerInfo configurations.villagerinfo.output
villagerinfo.commands
/villinfo).villagerinfo.commands.help
villagerinfo.commands.toggle
/villinfo toggle).villagerinfo.commands.toggle.output
/villinfo toggle output).villagerinfo.commands.toggle.highlight
/villinfo toggle highlight).villagerinfo.commands.toggle.sound
/villinfo toggle sound).villreload
villagerinfo.reloadnonevillagerinfo
villagerinfo.commandsvinfovillinfovivillagerinfo help
villagerinfo.commands.helpvillagerinfo toggle
villagerinfo.commands.togglevillagerinfo toggle highlight
villagerinfo.commands.toggle.highlightvillagerinfo toggle output
villagerinfo.commands.toggle.outputvillagerinfo toggle sound
villagerinfo.commands.toggle.soundFor the time being, the current way to import this project is through the modrinth maven Remember to check what the current version is - these may not be up to date
<repository>
<id>modrinth-repo</id>
<url>https://api.modrinth.com/maven/</url>
</repository>
<dependency>
<groupId>maven.modrinth</groupId>
<artifactId>villager-info</artifactId>
<version>3.0.1</version>
<scope>provided</scope>
</dependency>
exclusiveContent {
forRepository { maven { url = "https://api.modrinth.com/maven" } }
filter { includeGroup "maven.modrinth" }
}
dependencies {
compileOnly 'maven.modrinth:villager-info:3.0.1'
}

Plugin that allows easier access to useful information stored in villagers' brains