https://github.com/harkushavlad/personaltrees
A Stardew Valley mod that displays tree ownership and prevents non-owners from cutting them down.
https://github.com/harkushavlad/personaltrees
mod smapi stardew-valley
Last synced: about 2 months ago
JSON representation
A Stardew Valley mod that displays tree ownership and prevents non-owners from cutting them down.
- Host: GitHub
- URL: https://github.com/harkushavlad/personaltrees
- Owner: HarkushaVlad
- Created: 2025-01-15T14:14:41.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2025-02-12T18:38:35.000Z (3 months ago)
- Last Synced: 2025-02-12T18:44:51.948Z (3 months ago)
- Topics: mod, smapi, stardew-valley
- Language: C#
- Homepage:
- Size: 11.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Personal Trees
A **Stardew Valley** mod that introduces tree ownership mechanics, allowing players to claim and manage their own trees
while preventing others from cutting them down.## Features
- **Tree Ownership**:
- Trees planted by a player automatically belong to them, and only they can cut them down.
- Wild trees (trees that grow naturally) remain unowned and can be cut down by anyone.
- **Ownership Notifications**:
- When a non-owner attempts to cut down a tree, they will see a message notifying them of the tree's owner.
- Hover over the lower part of a tree to see a tooltip showing the owner's name.
- **Owner Portraits**:
- A mini portrait of the tree's owner is displayed on the trunk of owned trees.
- You can toggle these portraits on or off using a configurable keybind (default is `J`). Can be configured via
**Generic Mod Config Menu** or in the `config.json` file located in the mod's folder.
- **Multiplayer Notification**
- If a player joins the game without having the mod installed, a notification will be sent in the in-game
chat to inform others.## Install
1. Install [SMAPI](https://smapi.io).
2. Download the mod from the [releases page](https://github.com/HarkushaVlad/PersonalTrees/releases)
or [NexusMods](https://www.nexusmods.com/stardewvalley/mods/31647).
3. Place the mod in the `Stardew Valley/Mods` folder.
4. (Optional) Install [Generic Mod Config Menu](https://www.nexusmods.com/stardewvalley/mods/5098) for an easy way to
configure settings.
5. Launch the game with SMAPI.## Compatibility
- Compatible with **Stardew Valley 1.6+** on Windows, macOS, and Linux.