Please disclose if any significant portion of your mod was created using AI tools by adding the 'AI Generated' category. Failing to do so may result in the mod being removed from Thunderstore.
FreshCommands
FreshCommands adds Valheim console and chat commands for corpse recovery, distant corpse inventory retrieval, teleporting home or to corpses, and setting custom named locations for teleportation with set, list, and delete controls.
By JuStIIFrEsH
| Date uploaded | 4 days ago |
| Version | 2.4.17 |
| Download link | JuStIIFrEsH-FreshCommands-2.4.17.zip |
| Downloads | 17 |
| Dependency string | JuStIIFrEsH-FreshCommands-2.4.17 |
This mod requires the following mods to function
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.2350ValheimModding-Jotunn
Jötunn (/ˈjɔːtʊn/, 'giant'), the Valheim Library was created with the goal of making the lives of mod developers easier. It enables you to create mods for Valheim using an abstracted API so you can focus on the actual content creation.
Preferred version: 2.30.0README
FreshCommands
A small, standalone BepInEx mod for custom Valheim console commands. It does not require Jotunn.
Commands
corpse tp— teleports the character to their most recently created tombstone.corpse recover— performs the normal tombstone interaction, collecting its contents when they fit or opening the standard inventory when they do not.tp home— teleports the character to their current spawn point.set <name>— adds the current player position to saved locations. For example,/set locationXthen/tp locationX.set <name> <x> <z>— adds supplied X/Z coordinates to saved locations; for example,/set locationX 1250 -800.delete <name>— permanently removes a saved location from the world save.tp <name>— teleports to a saved location./tpalone lists all saved locations and their coordinates.freshcommands— lists every available FreshCommands command.
All commands also work from in-game chat when prefixed with /, such as /corpse tp or /tp home.
Saved locations are shared by everyone on the same world and persist in that world's database save data.
Commands work in single-player and for the hosting player. Dedicated-server and remote-client command routing is not included.
Installation
Install directly with Thunderstore, or copy FreshCommands.dll into a folder beneath BepInEx/plugins, then launch Valheim. Use the console directly (/corpse tp) or in-game chat with a / prefix (corpse tp). Dev commands do not need to be enabled.
Requirements
- Valheim
- BepInEx 5
CHANGELOG
Changelog
Important changes to FreshCommands are recorded here.
2.6.50
- Added saved-location map tools and persistence safeguards.
2.6.45
- Cosmetic and usability updates.
2.6.35
- Updated cosmetics for Wayfarer's Reach and Wayfarer's Oathstone.
2.6.21
- Added Wayfarer's Reach, an outward teleportation device that allows teleportation to your saved locations.
2.5.29
- Added the wall-mountable Corpsecaller's Effigy: E recovers your most recent corpse and Shift+E teleports to it.
- Added the wilderness-placeable Wayfarer's Oathstone: E returns to your current spawn point.
- Added Jotunn as a required dependency for the new placeable structures.
2.4.20
- Updated
/freshcommandshelp with the Valheim feedback and bug-report page.
2.4.19
- Added the bug-report link to
/freshcommandshelp.
2.4.18
- Added the initial changelog.
- Startup help now opens the local chat panel for the normal 3-second chat display period.
2.4.14
- Added the Valheim-inspired teleport portal package icon.
2.4.3
- Changed
corpse recoverto retrieve tombstone inventory without moving the player.
Earlier releases
- Added persistent named teleport locations with
set,tp, anddeletecommands. - Added chat command support and the
/freshcommandshelp listing.