moving around

This commit is contained in:
2025-07-26 15:09:57 +02:00
parent c036755c2e
commit 3266144373
843 changed files with 0 additions and 0 deletions

View File

@@ -0,0 +1,22 @@
{
"invulTime": {
"desc:": "Maximum time in ticks the logging player is invulnerable, 20 ticks is 1sec. Default is 50secs so 1000 ticks",
"invulTime": 1000
},
"ignoreFallDamage": {
"desc:": "Allows fall-damage to bypass the protection, default: true",
"ignoreFallDamage": true
},
"debugOutput": {
"desc:": "Whether to enable debug log outputs, default: false",
"debugOutput": false
},
"dimensionprotection": {
"desc:": "Enables the protection for dimension changes too, default: true",
"dimensionprotection": true
},
"respawnprotection": {
"desc:": "Enables the protection for respawning too, default: true",
"respawnprotection": true
}
}