You are viewing a potentially older version of this package. View all versions.
Thrayonlosa-DropItem-2.1.1 icon

DropItem

Drop items and equipment by clicking or with /drop. Only host needs this mod

Date uploaded a month ago
Version 2.1.1
Download link Thrayonlosa-DropItem-2.1.1.zip
Downloads 11095
Dependency string Thrayonlosa-DropItem-2.1.1

This mod requires the following mods to function

bbepis-BepInExPack-5.4.2113 icon
bbepis-BepInExPack

Unified BepInEx all-in-one modding pack - plugin framework, detour library

Preferred version: 5.4.2113

README

Drop

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 the 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 drop items via console command dropitem, or by clicking on the item in the ui.

Give

Give your items to other people by doing /give itemname playername, /g, or drag and drop the item onto their inventory in the ui.

Block User

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.

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