client configs

This commit is contained in:
GetParanoid 2025-07-18 18:10:35 -05:00
parent a01b279998
commit b6ba8aea5d
6 changed files with 136 additions and 0 deletions

View file

@ -0,0 +1,9 @@
## Settings file was created by plugin HealingAutoCancel v1.0.0
## Plugin GUID: HealingAutoCancel
[Heal]
# Setting type: Boolean
# Default value: true
Enable automatic heal canceling = true

View file

@ -0,0 +1,77 @@
## Settings file was created by plugin LootValue v5.0.2
## Plugin GUID: IhanaMies.LootValue
[Colours]
# Setting type: Boolean
# Default value: false
Use custom colours = false
## Colouring bound is marked as [int:hexcolor] e.q. [lower than this value : will be this hexcolor]
## The values should incremental from lower to higher and last value should be valueless.
## For example [5000:#ff0000],[10000:#ffff00],[:#ffffff] means three different bounds.
## Anything under 5000 rubles, will be red.
## Anything under 10000 rubles, will be yellow.
## The third is marked as the ultimate color. Anything over 10000 rubles would be white.
##
# Setting type: String
# Default value: [5000:#ff0000],[10000:#ffff00],[:#ffffff]
Custom colours = [5000:#ff0000],[10000:#ffff00],[:#ffffff]
[Flea]
# Setting type: Boolean
# Default value: false
Show flea price before having access to flea (character level 15) = false
# Setting type: Boolean
# Default value: false
Ignore flea max offer count = false
[General]
## Modifier to enable quickselling. Two button mode: Left Mouse Button sell to trader. Right Mouse Button sell to flea. One button mode: Left Mouse Button both
# Setting type: KeyboardShortcut
# Default value: LeftAlt + LeftShift
Modifier to enable quickselling = LeftAlt + LeftShift
[Quick Sell]
## Selling is done using LMB only. Attempts to sell to flea and then to trader if the option is enabled
# Setting type: Boolean
# Default value: false
One button quick sell = false
## Does nothing if 'Ignore flea max offer count' is enabled
# Setting type: Boolean
# Default value: true
Sell to trader if no flea slots left = true
# Setting type: Boolean
# Default value: false
Only show total value = false
# Setting type: Boolean
# Default value: true
Enable quick selling = true
## Does nothing if quick selling is disabled
# Setting type: Boolean
# Default value: true
Enable quick selling to flea = true
# Setting type: Boolean
# Default value: true
Show flea prices in raid = true
# Setting type: Boolean
# Default value: true
Show prices = true
[Traders]
## Separate values by comma, must use trader's id which is usually their name. The trader Id can also be found in user/mods/%trader_name%/db/base.json
# Setting type: String
# Default value:
Traders to ignore =

View file

@ -0,0 +1,18 @@
## Settings file was created by plugin inory-agonysfx v1.1.4
## Plugin GUID: com.inory.agonysfx
[]
## Chance of playing the agony sound effects
# Setting type: Single
# Default value: 0.5
# Acceptable value range: From 0 to 1
Agony Sound Chance = 0.5
[Debug]
## Enable debug logs
# Setting type: Boolean
# Default value: false
Debug = false

View file

@ -0,0 +1,22 @@
## Settings file was created by plugin ContinuousHealing v1.3.0
## Plugin GUID: com.lacyway.ch
[1. Settings]
## If using surgery kits should also be continuous.
## NOTE: Animation does not loop.
# Setting type: Boolean
# Default value: true
Heal Limbs = true
## The delay between every heal on each limb. Game default is 2, set to 0 to use intended Continuous Healing behavior.
# Setting type: Int32
# Default value: 0
# Acceptable value range: From 0 to 5
Heal Delay = 0
## If a new animaton should be played between every limb being healed. This does not affect the speed at which you heal.
# Setting type: Boolean
# Default value: true
Reset Animations = true

View file

@ -0,0 +1,10 @@
## Settings file was created by plugin PlayerEncumbranceBar v1.1.3
## Plugin GUID: com.mpstark.PlayerEncumbranceBar
[1. General]
## If text for each tick mark breakpoint should be displayed
# Setting type: Boolean
# Default value: true
Display Breakpoint Text = true

Binary file not shown.