Please disclose if any significant portion of your mod was created using AI tools by adding the 'AI Generated' category. Failing to do so may result in the mod being removed from Thunderstore.
AutoItemPickup
Automatically distributes items among players when items drop and/or the teleporting begins
| Last updated | 5 months ago |
| Total downloads | 225667 |
| Total rating | 13 |
| Categories | Mods Tweaks Server-side |
| Dependency string | KubeRoot-AutoItemPickup-2.3.0 |
| Dependants | 53 other packages depend on this package |
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.2121README
AutoItemPickup
Automatically grants items on the ground to players when the teleport is initiated or an item spawns.
NOTE: Please check out the config options in BepInEx/config/com.kuberoot.autoitempickup.cfg before usage.
Features:
- Distributing on item drop and/or teleport
- Filtering by item tier, only distributes white, green and red items by default
- Items can be whitelisted/blacklisted from pickup individually, using a comma-separated config entry. Items can be blacklisted by english name (EN_US locale) or ItemIndex name. For example:
ItemBlacklist = Scrap\, White, Bustling Fungus, Syringe, Infusion, BleedOnHit, Backup Magazine
- Can grant items to dead players
- Server-only - the mod does not need to be installed on clients
- By default items from printers/cauldrons/similar go to the activator upon distribution, as long as the activator is still a valid target
- Also includes an option for scrappers
- Features 4 distribution modes:
Sequential- Grants one item to each player, looping over players when they run out, roughly equally distributedRandom- Distributes items randomlyClosest- Grants each item to the nearest playerLeastItems- Grants each item to the player with least items of its tier
- Support for distributing Command essences
- If distributing essences on drop, the Command essence will be teleported to the player.
- NOTE: The LeastItems distributor does not care about Command essences that have been teleported to a player but haven't yet been picked up, so they might pool up at one player
- If distributing essences on teleport is enabled, Command essences go near the teleporter after it charges.
- If distributing essences on drop, the Command essence will be teleported to the player.
Installation
Copy the AutoItemPickup folder to Risk of Rain 2/BepInEx/plugins