added changelog generator and updated configs

This commit is contained in:
2024-09-26 00:09:01 +02:00
parent 330f2c778c
commit f24c55858c
99 changed files with 9198 additions and 217 deletions

View File

@@ -0,0 +1,7 @@
{
// If enabled, allows players to drop their head on death.
"playerDropsHeadOnDeath": true,
// Sets the chance of a player dropping their head if 'playerDropsHeadOnDeath' is enabled.
// min: 1.0E-4, max: 1.0
"playerHeadDropChance": 1.0
}