

This plugin adds RCON protocol support to your Valheim server.
BepInEx/config/org.tristan.rcon.cfg:
View all available commands:
list
All commands - detailed description with examples.
If result of command execution is too long, it will be truncated in the RCON client, but the full result will be sent to Discord if you have configured a webhook URL in the plugin settings. For example if you execute findObjects command, it could return a lot of objects, and the RCON client will show only few of them. But the full result will be sent to Discord.
Gives player Ragnar level 4 Blackmetal Sword:
give Ragnar SwordBlackmetal -quality 4
Spawns 4 tamed level 3 Boars at coordinates x:90 y:31 z:90:
spawn Boar 90 31 90 -count 4 -level 3 -tamed
Sends a message Hello everyone! to the global chat:
say Hello everyone!
If you are a modder and want to add your own RCON commands for your server, read this documentation.
If you have any questions / bug reports / suggestions for improvement or found incompatibility with another mod, feel free to contact me in discord typedeff or on GitHub