Compatibility
Minecraft: Java Edition
1.21
1.20.x
1.19.x
1.18.2
Platforms
Paper
Supported environments
90% of ad revenue goes to creators
Support creators and Modrinth ad-free with Modrinth+Details
Licensed MIT
Created 2 years ago
Updated 4 months ago
Changelog
What's changed since VillagerInfo v2.7
Permissions
-
villagerinfo.reload
- Default: OP only
- Description: Allows the Player to use
/villreload
to reload the VillagerInfo configurations. - Unlocks: Reloads the VillagerInfo configurations.
-
villagerinfo.output
- Default: Enabled
- Description: Allows the player to see the information from a villager using crouch-interact.
- Unlocks: Ability to view information from a villager using crouch-interact.
-
villagerinfo.commands
- Default: Enabled
- Description: Allows the player to use commands to adjust their preferences on how VillagerInfo will behave for them (
/villinfo
). - Unlocks: Access to command-based adjustments for VillagerInfo behavior.
-
villagerinfo.commands.help
- Default: Enabled
- Description: Allows the player to use the help command to see how the plugin functions.
- Unlocks: Access to the help command for understanding the plugin's functionality.
-
villagerinfo.commands.toggle
- Default: Enabled
- Description: Allows the player to use commands to toggle certain behaviors in the VillagerInfo plugin (
/villinfo toggle
). - Unlocks: Ability to toggle specific behaviors within the VillagerInfo plugin.
-
villagerinfo.commands.toggle.output
- Default: Enabled
- Description: Allows the player to toggle whether they want VillagerInfo to output on crouch-interact or not (
/villinfo toggle output
). - Unlocks: Toggles the output of VillagerInfo on crouch-interact.
-
villagerinfo.commands.toggle.highlight
- Default: Enabled
- Description: Allows the player to toggle whether they want VillagerInfo to highlight a villager's workstation on crouch-interact or not (
/villinfo toggle highlight
). - Unlocks: Toggles the highlighting of a villager's workstation on crouch-interact.
-
villagerinfo.commands.toggle.sound
- Default: Enabled
- Description: Allows the player to toggle whether they want VillagerInfo to output sound on crouch-interact or not (
/villinfo toggle sound
). - Unlocks: Toggles the sound output of VillagerInfo on crouch-interact.
Commands
-
villreload
- Permission:
villagerinfo.reload
- Description: Reloads the VillagerInfo configuration
- Aliases:
none
- Permission:
-
villagerinfo
- Permission:
villagerinfo.commands
- Description: Base command for VillagerInfo player commands
- Aliases:
vinfo
villinfo
vi
- Permission:
-
villagerinfo help
- Permission:
villagerinfo.commands.help
- Description: Command that shows a player the help screen
- Permission:
-
villagerinfo toggle
- Permission:
villagerinfo.commands.toggle
- Description: Command that allows a player to toggle personal settings related to Villager Info functionality
- Permission:
-
villagerinfo toggle highlight
- Permission:
villagerinfo.commands.toggle.highlight
- Description: Command that allows a player to prevent a Villager's workstation from being highlighted when they crouch-interact with a villager
- Permission:
-
villagerinfo toggle output
- Permission:
villagerinfo.commands.toggle.output
- Description: Command that allows a player to prevent a Villager's information from being output when they crouch-interact with a villager
- Permission:
-
villagerinfo toggle sound
- Permission:
villagerinfo.commands.toggle.sound
- Description: Command that allows a player to prevent sound from playing when they crouch-interact with a villager
- Permission:
API
For 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
Javadocs
Maven Import
<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.0</version>
<scope>provided</scope>
</dependency>
Gradle Import
exclusiveContent {
forRepository { maven { url = "https://api.modrinth.com/maven" } }
filter { includeGroup "maven.modrinth" }
}
dependencies {
compileOnly 'maven.modrinth:villager-info:3.0.0'
}
Config
Config
- Workstation Highlights can now have customized RGB colors
- Added
output-enabled
option - Re-arranged and renamed options
Locale
- Separated locale into 3 sections -
ServerMessage
,VillagerMessage
, andMessageInsert
The plugin has been completely re-written and now should be able to be added onto by other plugins or addons.
Files
Metadata
Release channel
ReleaseVersion number
3.0.0Loaders
Game versions
1.19.4Downloads
59Publication date
May 18, 2023 at 10:35 PMPublisher
Rhythmic
Owner