Date uploaded | 12 months ago |
Version | 1.3.0 |
Download link | Thrayonlosa-DropItem-1.3.0.zip |
Downloads | 9840 |
Dependency string | Thrayonlosa-DropItem-1.3.0 |
This mod requires the following mods to function
bbepis-BepInExPack
Unified BepInEx all-in-one modding pack - plugin framework, detour library
Preferred version: 5.4.2113README
Drops items. Drop from other players via /drop itemname playername
. Can use /d
instead.
The mod will search for the first partial match in the player's inventory, starting from their most recently acquired item stack.
Can use a number instead of itemname to drop the nth most recently acquired. For example, /d 1
will drop their most recent item stack.
The recently acquired item stack is the same order as the vanilla item display sorting.
/drop all
will drop all items in inventory.
Drop equipment via /d e
, /drop equip
or /drop equipmentname
Can also do via console command dropitem
Blacklist players via the /b /block or the blockuser
commands, which will prevent them from using the drop command. Only host can block users. To unblock a player simply /block them again.
Blacklisted players will be stored in the config, where the list can be manually edited.
Access ingame help text via /drop
or /drop help
, which will output the following message:
/d itemname playername
Items with spaces need to be typed without them: Scrap, Green -> scrapg
CHANGELOG
- 2.1.6
- Fixed a bug with single drop
- 2.1.5
- Added a key to drop a single item from a stack
- Added ability to rebind the main drop mouse button
- Slight changes to string parsing
- 2.1.4
- Fixed mod making all pickups unrecycable
- 2.1.3
- sots fix
- Added option to block dropping of void items
- Click to drop is now middle mouse button only because of the new item inspector
- 2.1.2
- Added a command and config for locking your inventory
- /drop will no longer drop void items
- Dropped items will no longer turn into command potentials
- 2.1.1
- Fix for Devotion update
- 2.1.0
- Item stacks are now dropped in a neat line. Particularly nice for dropall
- Adjusted drop direction
- Can now click on bottom right equipment icon to drop it
- Dropall now drops equipment
- Dropall radius now scales with unique item count
- Items dropped by this mod are no longer recycable
- Lowered the max stack count per /drop from 30 to 20
- Fixed this mod blocking the clicking of item icons for other mods
- 2.0.0
- Added Click and drag support on scoreboard item display
- Added /give
- Fixed items not dropping in the correct direction
- playername search now first checks for matches with the start of names
- 1.3.0
- Improved equipment finding
- Changed drop direction to be in your character direction
- Improved some error messages
- Fixed mod not working for epic store users
- /blockuser is now per session because of above
- Removed config because of above
- Added more items to the drop blacklist
- Added /drop all
- 1.2.0
- Added /b /block and
blockuser
commands to blacklist people from dropping items. - Added a config to store the player blacklist
- Added /b /block and
- 1.1.0
- Revamped how the mod finds items. Now searches in player inventory starting from most recently acquired
- Can now use a number instead of item name to drop item at position from most recently acquired
- Added 'e' shorthand for equipment
- Removed R2API dependency
- 1.0.10
- Removed a debug message
- 1.0.9
- Fixed a chat issue
- Changelog might showup this time
- 1.0.8
- Added help text
- Can no longer drop MonsoonPlayerHelper and TonicAffliction
- Added /d chat command
- 1.0.7
- Fixed network combatibility
- 1.0.6
- Can now drop equipment
- Changed colors