

Redeem is a configurable reward redemption system developed exclusively for Valheim dedicated servers.
Redeem_data folder inside BepInEx/config, which stores all configuration and data files used by the system.packages.yml, which serve as the reference for all available rewards.code.insert.yml. When this file is saved, the system validates the entries and automatically moves valid codes to code.active.yml.code.active.yml can be redeemed by players using the chat command /redeem <CODE>.code.active.yml and recorded in code.claimed.yml, ensuring full history and traceability of all redemptions.packages.yml)Packages:
- Id: starter
Items:
- Prefab: Coins, Amount: 500
- Prefab: Wood, Amount: 100
- Prefab: Stone, Amount: 100
- Id: vip_bundle
Items:
- Prefab: Coins, Amount: 5000
- Prefab: Bronze, Amount: 20
- Prefab: SwordIron, Amount: 1, Quality: 3
code.insert.yml or code.active.yml)Codes:
- Code: ABCD-1234-START
Package: starter
- Code: ABCD-2345-START
Package: starter
- Code: ABCD-3456-START
Package: starter
- Code: VIP-ONLY-9999
Package: vip_bundle
- Code: VIP-ONLY-8888
Package: vip_bundle
- Code: VIP-ONLY-7777
Package: vip_bundle
| Command | Description |
|---|---|
/redeem <CODE> |
Redeems the items associated with the provided code. |
BepInEx\plugins\ folder.