Add-on Settings (Admin Commands)
These commands control how much inventory is lost and what items are more likely to be removed when a player dies.
1) How much inventory is lost:
/scoreboard players set settings hki_loss_percent <value>
- Sets the % of total inventory removed
- 25 = lose 25%
- 50 = lose half (default)
- 70 = lose most
- 100 = lose everything
2) Stackable item chance (blocks/resources):
/scoreboard players set settings hki_stack_weight <value>
- Controls how likely stackable items are to be removed
- 100 = normal chance
- 200 = more likely to be removed
- 50 = less likely
3) Non-stackable item chance (tools/armor/weapons):
/scoreboard players set settings hki_nonstack_weight <value>
- Controls how likely gear is to be removed
- 100 = same chance as blocks
- 25 = 4x less likely (recommended)
- 10 = very protected
- 0 = never lost
Recommended setup:
/scoreboard players set settings hki_loss_percent 50
/scoreboard players set settings hki_stack_weight 100
/scoreboard players set settings hki_nonstack_weight 25
This gives:
- Lose half your inventory
- Materials take most of the loss
- Tools/armor are safer but can still be lost
Notes:
- Only admins/ops can run these commands
- Settings save automatically
- Changes apply instantly

