Unofficial site, not affiliated with modrinth.com.What is this?
Плагины/VillagerInfo
  • VillagerInfo 4.3.0

    release26 мая 2025 г.

    Toggle-able interact type settings

    • Adds the ability to switch the action a user uses to trigger output
    • Valid options are 'attack', 'both', and 'interact'
    • Crouching is still required while doing the interaction
    • Adds toggle command: /vi toggle interact-type [attack|interact|both]
    • Adds permission villagerinfo.commands.toggle.interact-type - default is true

    Tested on 1.21.5

    Screenshot showing chat messages that say 'Interact type has been set to Attack' and switching to 'Interact' and back to 'Attack'

    Screenshot of in-game command villager info toggle interact type and autocompletion for attack, both, and interact

  • VillagerInfo 4.2.0

    release22 февраля 2025 г.

    Functionality Changes:

    • Villager's beds are now highlighted

    Locale Changes:

    • New lines are no longer hard-coded into the component builder. This means that you will either need to regenerate your locale, or add \n to the beginning of the villager-information-message messages.

    Config Changes:

    • Added highlight-bed-on-output, bed-highlight-color, and defaults section.
      • highlight-bed-on-output highlights bed at the same time as workstation
      • bed-highlight-color - color to highlight the beds in RR GG BB format
      • defaults - default settings for the highlighted blocks
  • VillagerInfo 4.0.1 - Fix Mappings

    release1 июля 2024 г.
    • Fixes the mappings so that paper will not remap it.
    • No other changes
  • VillagerInfo 4.0.0

    release30 апреля 2024 г.
    • Updated to 1.20.6
    • No longer supports 1.19-1.20.4
  • VillagerInfo 3.0.5

    release22 февраля 2024 г.
    • Updated NMS to support 1.20.4 (it worked but was giving an error about not being supported)
    • no other changes
  • VillagerInfo 3.0.4 - 1.20.2 support

    release6 ноября 2023 г.

    Support for 1.20.2

  • Loads on 1.19-1.19.4 again

  • VillagerInfo 3.0.2 - 1.20 update

    release11 июня 2023 г.

    Updated to 1.20 (No functionality changes)

  • VillagerInfo 3.0.1

    release20 мая 2023 г.
    • Fixes an issue where the highlight toggle did not actually toggle highlighting
    • Adds slight backwards compatibility (to 1.19)
      • Versions before 1.19.4 will not be able to use colors for their displays, as the colors are made possible by Block Display Entities - a feature introduced in Minecraft 1.19.4
      • These versions will be using the old way of highlighting the work stations - falling blocks
      • If you are using this plugin on an earlier version, all displays will glow white, and may have a visual glitch of falling through the ground occasionally.
      • Additionally if you are on a later version than the 'latest' that the plugin is on, it will manually calculate the player's reputation instead of taking directly from the game (NMS hook) - I believe my calculations are done correctly but it might be slightly off from what the actual numbers are, so just be aware of that
      • Other differences should not show on a user end, there are a number more API methods for the pre-1.19.4 methods

    Full Changelog: https://github.com/Simplexity-Development/VillagerInfo/compare/v3.0.0-release...v3.0.1

  • VillagerInfo 3.0.0

    release19 мая 2023 г.

    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
    • villagerinfo

      • Permission: villagerinfo.commands
      • Description: Base command for VillagerInfo player commands
      • Aliases:
        • vinfo
        • villinfo
        • vi
    • villagerinfo help

      • Permission: villagerinfo.commands.help
      • Description: Command that shows a player the help screen
    • villagerinfo toggle

      • Permission: villagerinfo.commands.toggle
      • Description: Command that allows a player to toggle personal settings related to Villager Info functionality
    • 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
    • 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
    • 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

    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, and MessageInsert

    The plugin has been completely re-written and now should be able to be added onto by other plugins or addons.

  • VillagerInfo 3.0.0-beta-5

    beta17 мая 2023 г.

    What's Changed

    • Lots of code refactoring
    • Rename package from adhdmc to simplexity
    • Start adding javadocs

    Full Changelog: https://github.com/Simplexity-Development/VillagerInfo-Rewrite/compare/v3.0.0-beta-4...v3.0.0-beta-5

  • VillagerInfo 3.0.0-beta-4

    beta15 мая 2023 г.

    What's changed

    • Command logic has been changed for the final time. They are now arranged in subcommands. /villagerinfo toggle highlight for example.
    • Permissions have remained the same
    • Commands should not autofill if the player does not have the permission
    • /villagerinfo help command should not show commands the player does not have access to
    • All the javadocs have been cleared from the code currently - in the process of trying to make the code easier to understand
    • Re-added the ability to use either the reputation bar or the reputation number (uses the REPUTATION_TOTAL_FORMAT locale message) from @Aplini in https://github.com/Simplexity-Development/VillagerInfo/pull/25

    Full Changelog: https://github.com/Simplexity-Development/VillagerInfo-Rewrite/compare/v3.0.0-beta-3...v3.0.0-beta-4

  • VillagerInfo 3.0.0-beta-3

    beta10 мая 2023 г.

    What's Changed:

    This is a beta version, if you come across issues please report them!
    ⚠️ Locale, config, commands, and permissions are liable to change dramatically until the plugin is out of beta ⚠️

    • /villinfo command has been changed to /vill-toggle - This is likely to change again
    • There is now the ability to toggle output, highlight, and sound - these are personal toggles
    • The plugin now uses the configured sound, pitch, and volume from the config
    • All permissions that were previously vill.info. are now villagerinfo. and command permissions have been changed to commands so vill.info.command.toggle.output is now villagerinfo.commands.toggle.output
    • More locale messages

    Full Changelog: https://github.com/ADHDMC/VillagerInfo-Rewrite/compare/v3.0.0-beta-2...v3.0.0-beta-3

  • VillagerInfo 3.0.0-beta-2

    beta8 мая 2023 г.

    What's Changed:

    • Adds an info toggle event
    • Adds an output-toggle command
    • Removes the additional arguments from the reload command (decided it was unnecessary, reloading doesn't happen enough to warrant it)
    • Adds SubCommand handling

    Plugin should now be about back to where the previous plugin was at, now adding new options - locale and config are not final

    Full Changelog: https://github.com/ADHDMC/VillagerInfo-Rewrite/compare/v3.0.0-beta-1...v3.0.0-beta-2

  • VillagerInfo 3.0.0-beta-1

    beta6 мая 2023 г.

    Please note, this rewrite is in beta, the config values are subject to change until the rewrite is taken out of beta.

    What's changed

    • Plugin has been re-written from the ground up
    • Now calling events when checking info on villagers and zombie villagers, as well as spawning and removing the highlights - this allows for other plugins to cancel these events far easier, or hook into them as needed.
    • Using BlockDisplays instead of FallingBlocks for highlighting workstations
      • This allows for RGB color options on the glow color
      • The color can be defined individually per block type
      • Fixes an issue where the falling blocks would slide down even though they weren't supposed to
    • locale messages are divided into 3 categories:
      • villager-information-messages - The messages you will see when you get the information from a villager
      • insertion-messages - Messages that are inserted into other messages
      • server-messages - Errors and server feedback
    • Config options have been renamed to (hopefully) be more understandable
    • Adds translation key support for the Profession field and the items in a Villager's inventory (Adopted from the PR to the original plugin
    • Reload command now has an option to reload the config or locale seperately

    Current Permissions:

    • vill.info:
      default: true
      description: Allows the player to see the information from a villager using crouch-right-click
    • vill.reload.*:
      description: Allows the Player to use /villreload to reload all the VillagerInfo configurations
    • vill.reload.locale:
      default: op
      description: Allows the Player to reload VillagerInfo's locale
    • vill.reload.config:
      default: op
      description: Allows the Player to reload VillagerInfo's config

    Toggle command has not yet been re-implemented

  • What's Changed

    • Use client's locale for villager profession output by @ApliNi in PR 25
    • Use client's locale for villager inventory output by @ApliNi in PR 25
    • Allow PLAYER_REPUTATION to be set as bar or number by using <reputation> or <reputation_number> in the locale by @ApliNi in PR 25

    Screenshot from 2023-05-03 20-31-08 Screenshot from 2023-05-03 20-31-01

    New Contributors

    • @ApliNi made their first contribution in PR 25

    Full Changelog: https://github.com/ADHDMC/VillagerInfo/compare/2.6...2.7

  • VillagerInfo 2.6

    release24 марта 2023 г.

    Cleaned up code a bit, tested on 1.19.4, I am rewriting the plugin in Gradle so that I can use paperweight to work on a couple requested features

    ⚠️ THE LOCALE KEYS HAVE CHANGED ⚠️

    You will either need to regenerate the locale or fix the keys to match the ones here

    Please note: This will be the last update that will not require being on the latest minecraft release

  • VillagerInfo 2.5.1

    release22 марта 2023 г.

    Full Changelog: https://github.com/ADHDMC/VillagerInfo/compare/2.5...2.5.1

    Fixes incorrect messages, saying 'Shift-right-click' instead of 'Crouch-right-click', closes issue #23

    (Note you may need to update the lang file manually for the help message, or delete it and let it regenerate on /vill reload)

    Larger update coming soon

  • What's Changed

    • Message handling by @RhythmicSys in https://github.com/ADHDMC/VillagerInfo/pull/21
    • Information is now shown in a hover by default, instead of all being printed to the chat
    • Health readout
    • Purpur lobtomized readout (purpur-specific feature)

    new-inventory

    If you preferred the old layout, I've attached a lang file to the GitHub Release that can be swapped out with the current one to put it back to how it was

    Full Changelog: https://github.com/ADHDMC/VillagerInfo/compare/2.4...2.5

  • v2.4 - Info on zombie villagers

    release31 октября 2022 г.

    What's Changed

    • Add info to zombie villagers by @granny in https://github.com/ADHDMC/VillagerInfo/pull/20
    • Fixed the sound option in config not doing anything
    • Added a separate message for if there is nothing to display, rather than just sending the prefix with nothing to follow
    • Added an option for seeing how long it will take for a zombie villager to convert, once you've started

    Conversion timer

    Screenshot from 2022-10-30 20-02-00

    No info to display message

    Screenshot from 2022-10-30 20-01-25

1

Совместимость

Minecraft: Java Edition

Платформы

Сведения

Лицензия:
Опубликован:3 года назад
Обновлён:1 год назад
ID проекта:
Главная