Skip to content

Releases: Clickism/ClickVillagers

1.6

03 Jan 02:00

Choose a tag to compare

  • Fixed: Command/interaction sounds wouldn't play on 1.21.11. (Fabric)
  • Fixed: Placing a villager hopper sends a "hopper broken" message. (Paper)
  • Fixed: Villagers needed to be inside a villager hopper to be picked up. (Paper)
    • They will now be picked up if they are standing on top of the hopper as well.
  • Fixed: Some messages were not playing sounds. (Paper)
  • Updated to Configured 0.3: Internal refactor and added command interface for configuration options!
    • /clickvillagers config set <option> <value>: Sets a configuration option.
    • /clickvillagers config get <option>: Gets the value of a configuration option.
    • /clickvillagers config path: Prints the path to the configuration file.
    • /clickvillagers config reload: Reloads the configuration file.
    • Removed the old reload command cv alias.

1.5.1

15 Dec 11:25

Choose a tag to compare

Paper

  • Fixed exception thrown when registering the hopper recipe more than once, i.E. via the reload command.
  • Not mentioned in the previous changelog:
    • Added new command /clickvillagers config_path: shows the path of the config file.

Fabric

  • For 1.21.11: Downgraded Fabric loader dependency to 0.18.0.
  • You can now place duplicated picked up villager items. (Matches behavior of the Paper version)
    • Duplicated villagers will be assigned new UUIDs.

1.5 (Paper)

22 Nov 14:24

Choose a tag to compare

  • Switched to Paper API for better performance and ease of development.
  • Dropped Spigot and 1.20 support
    • From now on, new releases will only support 1.21+.
    • There might be bugfix releases for 1.20 and Spigot if necessary.
  • New Feature: Resetting Trades
    • You can now reset trades of villagers directly in the trading menu!
    • Click on the Reset Trades recipe to reset the trades of the villager.
    • This feature is disabled by default!: As it might be too overpowered,
      you need to enable it in the config first (plugins/ClickVillagers/config.yml)
      by setting allow_resetting_trades: true.
  • Rewrote dispenser logic to use Paper's BlockPreDispenseEvent.
  • Rewrote Villager Hopper logic. (RVSkeLe)
    • Improved performance. (Using Paper API features)
    • Reloading the config will now also reload villager hopper settings.
  • Removed legacy compatibility.
    • If you are upgrading from a version before 1.1, upgrade first to 1.4.4
      before upgrading to 1.5 or later.

1.4.3 (Spigot)

09 Nov 12:09

Choose a tag to compare

  • Optimized villager hopper performance.
  • Added new config option enable_dispensers that controls whether dispensers can dispense mobs.
  • Overhauled dispenser logic.
    • Dispensers now dispense villagers on all versions.
    • Fixed: Villager item was not being removed after being dispensed.
    • Fixed: Villager only gets dispensed if a player/mob is in front of the dispenser.

1.4.1

31 Jul 20:49

Choose a tag to compare

Spigot:

  • Fix: Villager Hoppers don't drop items when broken.

Fabric:

  • Fix: Villager Hoppers are enabled when config setting is false,
    and disabled when set to true.

1.4 (Spigot)

19 Jun 00:49

Choose a tag to compare

  • Switched to Configured for configuration and localization.
    • Config options are now snake_case.
  • Added Vietnamese language support.
  • Added Russian language support.
  • Added config option to disable picking up zombie villagers.
  • Updated to 1.21.6

1.3.1 (Spigot)

30 Mar 17:18

Choose a tag to compare

  • Update to 1.21.5
  • Internal switch to a hybrid use of EntitySnapshot and NMS for storing villager data on items.
  • Fix "villager_with_profession" only being translated after manually resetting language files.

1.3 (Spigot)

11 Mar 19:09

Choose a tag to compare

  • NEW: Trades will now be listed on picked up villagers.
    • For each profession, only relevant trades will be shown. (i.E: only enchanted books for librarians)
    • Relevant trades will be formatted with colors and emojis.
    • See images for more examples.
  • Added config option "show-trades".
  • Added config option "format-trades".
  • Added an optional cooldown for picking up & claiming villagers.
    • Claimed villagers can be picked up without a cooldown.
  • Added config option "cooldown".
  • Added permission "clickvillagers.bypass-cooldowns"
  • Added tab completion for "/clickvillagers reload"

1.2.3 (Spigot)

14 Feb 22:49

Choose a tag to compare

  • Switch to Modrinth update checker.
  • Fix villager dupe glitch when dispensing villager head #34.
  • Warn opped players on join if a newer version is available.

1.2.2 (Spigot)

24 Jan 00:17

Choose a tag to compare

  • Fixed: Placing villagers from off-hand doesn't work.