https://github.com/serilum/hand-over-your-items
🤝 Adds to ability for in-game players to give each other itemstacks without dropping/tossing them.
https://github.com/serilum/hand-over-your-items
curseforge fabric forge hand-over-your-items minecraft mod modding modrinth natamus neoforge quilt rick-south serilum
Last synced: 4 months ago
JSON representation
🤝 Adds to ability for in-game players to give each other itemstacks without dropping/tossing them.
- Host: GitHub
- URL: https://github.com/serilum/hand-over-your-items
- Owner: Serilum
- License: other
- Created: 2023-12-12T08:59:07.000Z (over 1 year ago)
- Default Branch: 1.21.4
- Last Pushed: 2025-02-12T22:30:40.000Z (4 months ago)
- Last Synced: 2025-02-23T02:33:31.877Z (4 months ago)
- Topics: curseforge, fabric, forge, hand-over-your-items, minecraft, mod, modding, modrinth, natamus, neoforge, quilt, rick-south, serilum
- Language: Java
- Homepage: https://serilum.com/mod/hand-over-your-items
- Size: 182 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- Funding: .github/funding.yml
- License: license.md
Awesome Lists containing this project
README
Hand Over Your Items
Download
You can download Hand Over Your Items on CurseForge and Modrinth:
CurseForge: https://curseforge.com/minecraft/mc-mods/hand-over-your-items
Modrinth: https://modrinth.com/mod/hand-over-your-itemsIssue Tracker
To keep a better overview of all mods, the issue tracker is located in a separate repository.
For issues, ideas, suggestions or anything else, please follow this link:
Pull Requests
Because of the way mod loader files are bundled into one jar, some extra information is needed to do a PR.
A wiki page entry about it is available here:
Mod Description
Requires the library mod Collective.
This mod is part of The Vanilla Experience modpack and Serilum's Extra Bundle mod.
Hand Over Your Items is a mod which allows players to give items to someone else without dropping them on the floor. You don't want dirt on the freshly baked bread for your friend do you? By default a player has to crouch + right-click another player for them to give an item. The entire itemstack in the main hand is given. If there is no room in the target's inventory, the items will be dropped on the ground.
By default each player receives a message, this can be changed in the config. Can be used server-side only, but this may cause some desyncs with the client. Both server and client install is recommended.
Configurable: ( how do I configure? )
sendItemReceivedMessage (default = true): If enabled, players will receive a message when they have been given an item.
sendItemGivenMessage (default = true): If enabled, players will receive a message when they give an item.
mustCrouchToGiveItem (default = true): If enabled, players will only be able to give items when they are crouching/sneaking.
Example GIFs:
A player giving items to another:
The player giving the items back:
Here the target player does not have enough room in their inventory so the items are dropped on the floor:
------------------
You may freely use this mod in any modpack, as long as the download remains hosted within the CurseForge or Modrinth ecosystem.
Serilum.com contains an overview and more information on all mods available.
Comments are disabled as I'm unable to keep track of all the separate pages on each mod.
For issues, ideas, suggestions or anything else there is the Github repo. Thanks!