You are viewing a potentially older version of this package. View all versions.
Radamanto-Redeem-1.0.0 icon

Redeem

Configurable reward redemption system that delivers item packages through unique server codes.

Date uploaded a week ago
Version 1.0.0
Download link Radamanto-Redeem-1.0.0.zip
Downloads 175
Dependency string Radamanto-Redeem-1.0.0

This mod requires the following mods to function

denikson-BepInExPack_Valheim-5.4.2333 icon
denikson-BepInExPack_Valheim

BepInEx pack for Valheim. Preconfigured with the correct entry point for mods and preferred defaults for the community.

Preferred version: 5.4.2333

README

Redeem

Redeem is a configurable reward redemption system developed exclusively for dedicated Valheim servers.
The mod does not generate or use any configuration files on the client, operating server-side only.

Features

  • Strictly server-side mod — configuration files are created and read only on the server
  • Code-based reward system — players redeem item packages using unique codes
  • Server-managed YAML files (packages.yml and codes.yml)

Usage

  1. The administrator defines item packages in packages.yml and codes in codes.yml.
  2. Players use the in-game chat command /redeem <CODE> to claim rewards.
  3. The server processes the code, safely delivers the items, and marks the code as claimed.

Installation (manual)

  • Place Redeem.dll inside the BepInEx\plugins\ folder on the server.
  • On the first launch, the mod will automatically create the configuration folder on the server only

CHANGELOG

Changelog

Version 1.0.3
- Fix rebind RPCs.
Version 1.0.2
- Added Raffle system.
Version 1.0.1
- Adjusted readme.
- Removing debug logs.
Version 1.0.0 
- Initial Release.