What is ClickVillagers?
ClickVillagers is a simple 1.20 plugin that allows you to easily pick up, claim and customize villagers!
- Effortless usage with no commands
Claim & Protect Villagers // Update 0.4 ​
- Claim villagers and protect them from other players
- Edit properties of claimed villagers
- Change biome variants of villagers
- Only allow your trading partners to trade with your villagers
- Overhauled messages
- New permissions
- New config settings
- Added Vietnamese support
- Dutch support dropped indefinitely.
How to: Pick up & Anchor Villagers
- Shift + Right Click on a villager to pick them up
- Place the head on the ground to put them back
- Picked up villagers will display their professions
- Tip: You can put picked up villagers directly into minecarts or boats
- Tip: You can pick up zombie villagers
- Shift + Right Click on a villager with shears to anchor them/remove their anchor
- Anchored villagers will not be able to move on their own, they can however be pushed
- Tip: You can use anchored villagers to make compact trading halls without having to worry about villagers moving around or escaping
How to: Claim & Edit Villagers​
- Shift + Right Click with any type of shovel to claim a villager
- Claimed villagers:
- can only be picked up by the owner
- can not be picked up by villager hoppers
- Claimed villagers / zombie villagers won't take damage (by default)
- Shift + Right Click to edit properties of a claimed villager:
- Change your claimed villager's biome
- Close their trades to other players
- Add / remove trading partners
- Unclaim them
- Pick them up
How to: Villager Hoppers
- Villager hoppers will pick up all adult villagers above them.
- Baby villagers will be picked up once they become adults.
- Tip: Villager hoppers can be used in villager breeders to store and. manage villagers more easily.
- You can craft a villager hopper by combining a hopper and an emerald.
- Tip: Villager hoppers will have an emerald frame outside them.
How to: Configuration & Permissions
​- To find the configuration file, go to: plugins/ClickVillagers/config.yml
- "language": You can put any of the supported languages' code here:
- en-US // de-DE // tr-TR // uk-UA // ru-RU // vi-VN
- "enable-villager-hoppers": Put true/false to enable/disable villager hoppers.
- "enable-anchor": Put true/false to enable/disable anchoring villagers.
- "enable-claims": Put true/false to enable/disable claiming villagers.
- "enable-partners": Put true/false to enable/disable adding or removing trading partners.
- "claimed-villagers-damage": Claimed villagers will not take damage if this is false.
- "hopper-check-interval": How often villager hoppers will be checked in ticks. (Default = 20)
- "partner-limit": Maximum number of trading partners a player can have.
Permissions:
- "clickvillagers.pickup": Allows players to pick up and place villagers. (Default = true)
- "clickvillagers.anchor": Allows players to anchor villagers. (Default = true)
- "clickvillagers.hopper": Allows players to place villager hoppers. (Default = true)
- "clickvillagers.claim": Allows players to claim villagers. (Default = true)
- "clickvillagers.partner": Allows players to add/remove trading. partners. (Default = true)
- "clickvillagers.bypass-claims": Allows players to bypass other peoples' claims (Default = op)
​​Special Thanks to:
- @fanaticexplorer (Discord) for the Ukrainian/Russian translations
- SentryoZ (GitHub) for the Vietnamese translation
- NarasimaPandiyan (GitHub) for the minecart/boat suggestion
- yippy6 (Spigot) for the claims suggestion