Skip to content

Bukkit plugin to give Villager entities a nametag based on a configurable dictionary as soon as they spawn.

License

Notifications You must be signed in to change notification settings

yeahwhat-mc/VillagerNames

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Bukkit plugin to give Villager entities a nametag based on a configurable dictionary as soon as they spawn.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages