add: updates to all configs

This commit is contained in:
Xikaro 2025-12-30 18:15:27 +05:00
parent d88dd3b3fe
commit fa5c1c6569
59 changed files with 4054 additions and 2655 deletions

View file

@ -0,0 +1,19 @@
#Toggles to allow/disable going prone in various circumstances
[allowProne]
#Allow while flying (applies any time the player is off the ground)
flying = true
#Allow while riding another entity
#If this is true, then you cannot go prone while riding any entities in the tag "goprone:blacklisted_entities" but you can when riding any others
#If this is false, then you can go prone while riding any entities in the tag "goprone:whitelisted_entities" but you cannot when riding any others
riding = false
#Allow while climbing (applies any time the player is on a climbable block)
climbing = false
#Other options not related to when you can go prone
[other]
#Can players jump while prone
isJumpingAllowed = true
#Can players sprint while prone. Also controls whether sprinting is cancelled when going prone
isSprintingAllowed = true