this repo has no description
1#The default difficulty selected for newly created worlds.
2#Allowed Values: PEACEFUL, EASY, NORMAL, HARD
3defaultDifficulty = "NORMAL"
4#Set to true if the difficulty for new world's should be locked to the specific default. This cannot be unlocked by players without external tools! Probably a bad idea. I don't recommend. Why am I adding this option?
5lockDifficulty = false
6