update: automodpack

This commit is contained in:
snusxd
2026-04-05 13:08:45 +03:00
commit 5fa8d3277d
6090 changed files with 682709 additions and 0 deletions

View File

@@ -0,0 +1,13 @@
# If enabled, allows players to access the backpack of another player by interacting
# with the visible backpack on their back.
# Valid values: true, false
enabledPickpocketing = true
# The maximum reach distance of a player to interact with another player's backpack.
# Valid range: 0 to 4 (inclusive)
maxReachDistance = 2.0
# The maximum angle at which another player's backpack can be accessed.
# Think of this as how directly behind the backpack the player needs to be
# in order to pickpocket. A smaller range prevents the player from accessing
# the backpack from the side.
# Valid range: 0 to 90 (inclusive)
maxAngleRange = 80.0