banana-mc/config/incapacitated.json

38 lines
1.1 KiB
JSON
Raw Permalink Normal View History

2026-05-26 22:40:38 +02:00
{
"info": "For documentation on what each item does, see the readme file on github: https://github.com/CartoonishVillain/Incapacitated",
"merciful": 1,
"canBreakOrInteractWithBlocks": false,
"canJumpWhileDown": false,
"hunter": 2,
"slow": true,
"weakened": true,
"regenerating": true,
"unlimitedDowns": false,
"downLogging": false,
"reviveMessage": true,
"downTicks": 2000,
"reviveTicks": 200,
"downCounter": 3,
"someInstantKills": true,
"globalIncapMessage": true,
"globalReviveMessage": true,
"useSecondsForRevive": false,
"healPercentageOfMaxHealth": true,
"reviveHealth": 0.2,
"reviveHunger": -1,
"reviveSaturation": -1.0,
"shouldDownTimeReset": false,
"shouldDisableFallFlying": false,
"shouldDieOnTimeout": true,
"shouldDieOnOverkillDamage": true,
"shouldBlameIncapacitations": true,
"shouldBlameRevives": true,
"incapEffectData": [
],
"reviveEffectData": [],
"DANGERDisableGiveUp": false,
"DANGERDisableIncapPlayerDamage": false,
"DANGERManipulateGoalToAvoidDownPlayers": false,
"DANGERFullServerKill": false
}