You are viewing a potentially older version of this package. View all versions.
JuStIIFrEsH-FreshCommands-3.0.3 icon

FreshCommands

FreshCommands adds Valheim console/chat commands for instant corpse recovery and user defined teleportation locations. Build Corpsecaller's Effigy, Wayfarer's Oathstone, and Wayfarer's Reach for quick travel to your corpse, home, and saved locations.

Date uploaded 2 hours ago
Version 3.0.3
Download link JuStIIFrEsH-FreshCommands-3.0.3.zip
Downloads 33
Dependency string JuStIIFrEsH-FreshCommands-3.0.3

This mod requires the following mods to function

denikson-BepInExPack_Valheim-5.4.2350 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.2350
ValheimModding-Jotunn-2.30.0 icon
ValheimModding-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.0

README

FreshCommands

A lightweight standalone BepInEx mod that adds useful console and chat commands and related structures to Valheim.

Author: JuStIIFrEsH

Links

Requirements

  • BepInEx 5
  • Jotunn 2.30.0

Commands

In-game chat 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> — saves the current player position as a named location and adds a circle marker to the map. For example, /set plains2 followed by /tp plains2.
  • /set <name> <x> <z> — saves supplied X/Z coordinates as a named location. For example, /set crypt1 1250 -800.
  • /delete <name> — permanently removes a saved location from the world save.
  • /tp <name> — teleports to a saved location. /tp by itself lists all saved locations and their coordinates.
  • /freshcommands — lists every available FreshCommands command.

Console 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> — saves the current player position as a named location and adds a circle marker to the map. For example, set plains2 followed by tp plains2.
  • set <name> <x> <z> — saves supplied X/Z coordinates as a named location. For example, set crypt1 1250 -800.
  • delete <name> — permanently removes a saved location from the world save.
  • tp <name> — teleports to a saved location. tp by itself lists all saved locations and their coordinates.
  • freshcommands — lists every available FreshCommands command.

Map tools

With the main map open, cursor coordinates appear in the upper-left corner. Creating a saved location with /set places a portal marker on the map; Ctrl+Shift+Click the marker to travel to that saved location.

Placeable structures

FreshCommands also adds three custom teleportation structures.

Corpsecaller's Effigy

Corpsecaller's Effigy

A wall-mounted skull for reaching your most recent corpse without opening the console. Its cyan flames appear for each player while that player has a physical tombstone to retrieve.

  • Requires a nearby workbench, 8 Bone Fragments, 4 Wood, and 5 Resin.
  • Press E to recover your corpse inventory without moving your character.
  • Press Shift+E to teleport to your most recent corpse using Valheim's normal loading transition.

Wayfarer's Reach

Wayfarer's Reach

An outward teleportation device for your base.

  • Requires a nearby workbench, 10 Stone, 1 Surtling Core, and 1 Greydwarf Eye.
  • Press E to open a menu containing your saved locations.

Wayfarer's Oathstone

Wayfarer's Oathstone

A stone shrine for returning to your current spawn point. Two fractured spires frame a hovering Greydwarf Eye with a soft blue glow.

  • Can be built away from a workbench with 10 Stone and 1 Greydwarf Eye.
  • Press E to teleport to your current spawn point, equivalent to tp home.

Notes

  • 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.

CHANGELOG

Changelog

Important changes to FreshCommands are recorded here.

3.0.3

  • Refreshed cyan structure visuals, added tombstone-specific Effigy flames, and tuned Reach activation.

3.0.2

  • Refined Corpsecaller's Effigy with an upright plaque behind the skull.

3.0.1

  • Added map-marker teleporting
  • Improved saved-location persistence; refreshed portal visuals, map readability, and structure previews.

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.

2.4.20

  • Updated /freshcommands help with the Valheim feedback and bug-report page.

2.4.19

  • Added the bug-report link to /freshcommands help.

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 recover to retrieve tombstone inventory without moving the player.

Earlier releases

  • Added persistent named teleport locations with set, tp, and delete commands.
  • Added chat command support and the /freshcommands help listing.