You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
privateval health by setting("Health", true, "Disconnect from the server when health is below the set limit.")
57
-
privateval minimumHealth by setting("Min Health", 10, 6..36, 1, "Set the minimum health threshold for disconnection.", unit =" half-hearts") { health }
58
+
privateval minimumHealth by setting("Min Health", 10, 1..36, 1, "Set the minimum health threshold for disconnection.", unit =" half-hearts") { health }
58
59
privateval falls by setting("Falls", false, "Disconnect if the player will die of fall damage")
59
60
privateval fallDistance by setting("Falls Time", 10, 0..30, 1, "Number of blocks fallen before disconnecting for fall damage.", unit =" blocks") { falls }
60
61
privateval crystals by setting("Crystals", false, "Disconnect if an End Crystal explosion would be lethal.")
0 commit comments