Skip to content

Latest commit

 

History

History
executable file
·
70 lines (50 loc) · 1.77 KB

README.md

File metadata and controls

executable file
·
70 lines (50 loc) · 1.77 KB

headline

VillagerNames is a plugin that allows you to name your Villagers by default based on a wordlist with names in the config.yml. It comes with a predefined list of about 170 medieval names.

You can find an executable version of this plugin on dev.bukkit.org.

If you search for the custom version that includes also a name dictionary for Zombie entities, checkout the "ZombieNames" branch.

Features:

  • Lightweight
  • Simple
  • Easy to configure
  • MCStats metrics support
  • Feature: Different names per Villager Profession
  • Feature: Randomize the names of all loaded Villagers
  • Feature: Rename easily the villager that you're looking at
  • Feature: Alias command /vn
  • new Feature: Name villagers with unknown professions (if you run MCPC+ or equivalents) by chiting

Permissions

Permission Purpose Default
villagernames.randomize Randomize the names of all loaded Villagers ops
villagernames.rename Rename easily the villager that you're looking at ops

Screenshots

screenshot-1

screenshot-2

config.yml

debug: true
farmer:
- 'Adelaide'
- ...
librarian:
- 'Brorda'
- ...
priest:
- 'Edmund'
- ...
blacksmith:
- 'Ine'
- ...
butcher:
- 'Peter'
- ...
other:
- 'Xolf'
- ...

Depencies

none

Version

0.5.4

MCstats

metrics

License

WTFPL