Random Villager Name is a simple addon that will add names to villagers in your Minecraft world. This addon will randomly select a name whenever there is an unnamed villager. This addon is compatible with other addons. So, I really really recommend adding another addon to make the game more exciting
Select version for changelog:
Changelog
v.2.0.0 - Beta
- Fully randomize name generator (Unstable)
v.1.3.5
- Add compatibility for Minecraft 1.20.0.01
v.1.3.0
- Add more names (A-Z)
- Compatibility for 1.19.63.01 (entityCreate > entitySpawn)
- Thanks for ⋉ᴋᴀᴏᴇᴜᴛsᴜ⋊
v.1.2.0
Now the name for the villager is completely random. I'm using someone's name generator script on github. Link : https://gist.github.com/tkon99/4c98af713acc73bed74c
1. Open file manager (If android, i i'll recommend to using zarchiver. I don't know for iphone)
2. Select the addon thats you want to convert to .mcpack
3. Click rename
4. Delete the word .zip and add the word .mcpack
5. Don't forget to save :>
For more information : abcdave#9467 (discord)
About how to rename file format, you can searching on google ^^
Or at least tell me how to add more mobs
if (entity.typeId == 'minecraft:villager_v2') {
entity.nameTag = generateName()
}
idk whether this method works or not but, let's give it a try :D