SomebodyMakeAConstruct/config/hardcorerevival-common.toml

29 lines
1.3 KiB
TOML
Raw Permalink Normal View History

2024-05-22 15:40:04 -07:00
#The time in ticks in which a player can still be rescued from death. Set to 0 to disable the timer.
#Range: > -2147483648
ticksUntilDeath = 2400
#If true, the timer until death continues even if the player logs out.
2024-06-04 21:24:03 -07:00
continueTimerWhileOffline = true
2024-05-22 15:40:04 -07:00
#The time in ticks it takes to rescue a player.
#Range: > -2147483648
rescueActionTicks = 40
#The amount of health to respawn with when a player was rescued, out of 20.
#Range: > -2147483648
rescueRespawnHealth = 1
#The food level to respawn with when a player was rescued, out of 20.
#Range: > -2147483648
rescueRespawnFoodLevel = 5
#Effects applied to a player when rescued, in the format "effect|duration|amplifier"
rescueRespawnEffects = ["minecraft:hunger|600|0", "minecraft:weakness|1200|0"]
#The distance at which a player can rescue another.
#Range: -1.7976931348623157E308 ~ 1.7976931348623157E308
rescueDistance = 5.0
#If true, knocked out players will glow, making them visible through blocks.
glowOnKnockout = true
#If true, knocked out players are still able to punch nearby enemies.
2024-05-24 12:26:23 -07:00
allowUnarmedMelee = true
2024-05-22 15:40:04 -07:00
#If true, knocked out players are still able to fire bows.
allowBows = false
#If true, knocked out players are still able to fire pistols from Mr Crayfish's Gun Mod.
allowPistols = false