mirror of
https://github.com/xHyroM/aetheria.git
synced 2024-11-10 01:58:06 +01:00
7 lines
243 B
Text
7 lines
243 B
Text
|
{
|
||
|
// 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
|
||
|
}
|