You are viewing a potentially older version of this package. View all versions.
Kevver-HoldMySpear-1.0.2 icon

HoldMySpear

A simple spear ownership mod for Valheim.

Date uploaded 2 years ago
Version 1.0.2
Download link Kevver-HoldMySpear-1.0.2.zip
Downloads 174
Dependency string Kevver-HoldMySpear-1.0.2

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

HoldMySpear

This simple mod provides ownership for spears obtained by a player.

Once a spear is owned, only its owner may pick it up.

Dependencies:

  • BepInEx 5.4.2105

Requirements

This mod must be installed on all clients who participate; players without this mod will be able to pick up all spears in the world they have access to.

Installation

Place HoldMySpear.dll into C:\Users\<username>\AppData\LocalLow\IronGate\Valheim\BepInEx\plugins and run Valheim.

CHANGELOG

Changelog

1.2.0

  • Updated for Valheim v0.221.3 PTB (might work on v0.220.5 standard)

1.1.1

  • Remove handling of legacy item attributes on drop.

1.1.0

  • Bumped minor version due to configuration changes
  • Added General.configLocked configuration option
    • This option locks the configuration to a server-provided config
  • Renamed General.isModEnabled -> General.enabled
  • Added Keybinds.disown keyboard shortcut
  • Removed dead code of item loading; world/client takes care of that
  • Produce dynamic Keybinds.disown hotkey display when hovering over the spear

1.0.10

  • Added Buy Me A Coffee info to README

1.0.7-1.0.9

  • Added ServerSync and locked isModEnabled configuration option

1.0.6

  • Added the ability to disown a dropped spear

1.0.5

  • Stops spears owned by other players from being able to be moved from a storage to the player inventory

1.0.4

  • Added ownership details to spear tooltips
  • Added a message display when trying to pickup a spear that isn't yours

1.0.3

  • This version included 1.0.1-1.0.2, which was essentially a proof of concept version of this mod, and the version needed to be bumped to change associated teams before continuing with mod development