#How to make a villager have a 50% chance to get renamed to "testificate" after spawning without vill

1 messages · Page 1 of 1 (latest)

reef vapor
#

Using entitySpawn event
Then make something like this
if (Math.random() <= 0.5) event.entity.nameTag = ‘testificate’

upbeat barn
devout marsh