
You are viewing a potentially older version of this package. View Latest Version

Rusty Heathens Messenger is a lightweight Valheim messaging mod for the Rusty Heathens server.
It adds server flavor, reminders, event messages, raid warnings, boss kill announcements, and funny death counter messages without adding gameplay buffs or changing player stats.
Server owners can customize the mod by editing the config file:
BepInEx/config/com.rustylasergaming.heathensmessenger.cfg
Config options include:
Chat command messages can use different styles.
Available styles:
NormalEpicFunnyEmergencyEach command has its own style config option:
StreamStyle = Normal
BossStartStyle = Epic
BaseStyle = Normal
DiscordStyle = Normal
EndingStyle = Normal
BodyStyle = Epic
RaidStyle = Emergency
## Command Permissions
Chat commands can be controlled with:
`CommandPermissionMode`
Available options:
- `Everyone`
- `HostOnly`
- `NamedPlayers`
- `SteamIds`
- `NamedPlayersOrSteamIds`
Example:
```ini
CommandPermissionMode = SteamIds
CommandAllowedSteamIds = 7656119XXXXXXXXXX, 7656119YYYYYYYYYY
## Chat Commands
Quick commands:
- `!stream` - Stream starting soon
- `!boss` - Boss fight starting soon
- `!base` - Return to base
- `!discord` - Discord reminder
- `!ending` or `!end` - Stream is ending
- `!body` - Heathen down
- `!raid` - Incoming raid
Long commands also work with `/rhm`, such as:
- `/rhm help`
- `/rhm stream`
- `/rhm boss`
- `/rhm base`
- `/rhm discord`
- `/rhm ending`
- `/rhm body`
- `/rhm raid`
## Removed from older Runeborn versions
This version no longer includes:
- Character buffs
- Buff slots
- Buff strength settings
- Status effect icons
- F6 player buff menu
- F7 admin event broadcast menu
- Admin SteamID lock
- Body recovery carry weight bonus
- Body recovery stamina bonus
## Requirements
- BepInExPack Valheim
## Version
0.8.0
## Notes
This mod is built for the Rusty Heathens community and RustyLaserGaming server events.