
SweepersHeaven
A plugin for mass item collection with configurable settings and a debug mode.
Date uploaded | 10 months ago |
Version | 1.3.1 |
Download link | DooDesch-SweepersHeaven-1.3.1.zip |
Downloads | 6200 |
Dependency string | DooDesch-SweepersHeaven-1.3.1 |
This mod requires the following mods to function

BepInEx-BepInExPack
BepInEx pack for Mono Unity games. Preconfigured and ready to use.
Preferred version: 5.4.2100README
SweepersHeaven Plugin
SweepersHeaven is a quality-of-life plugin for Supermarket Together designed to make product collection easier and faster! When thieves leave the store, get beaten and drop a large number of items, chasing after every single one can be exhausting. With SweepersHeaven, players can use their broom to collect multiple products at once, saving time and hassle.
Features
- Bulk Collection: Pick up several dropped items with a single sweep.
- Customizable Collection Radius: Adjust how wide the sweep is for collected items.
- Dynamic Visuals: Collected items are swept aside with added visual impact.
- Debug Mode: Special debug options to test product spawning and sweeping functionality.
- Mini Transporter Pickup: Collect items using the Mini Transporter.
- Pickup all trash at once: Picks up all trash in the store at once, disabled by default.
Installation
- Download the latest
.zip
package from Thunderstore or from the releases page. - Extract the contents to the
BepInEx/plugins
folder in your Supermarket Together installation directory. - Launch the game and start sweeping!
Configuration
After installation, you can configure SweepersHeaven using the BepInEx configuration file:
- PickupRadius: Controls how wide an area items are collected from.
- MaxItemsToPick: Set a limit on the number of items picked up in one go.
- ThrowItemsOnPickup: Enable or disable throwing items when picked up.
- PickupKey: Assign a custom key to activate the broom for sweeping.
- IsDebugMode: Toggle debug mode for spawning extra items and testing.
- SpawnKey: Assign a custom key to spawn items for testing.
- MiniTransporterAutoPickup: Enable or disable the ability to pick up items with the Mini Transporter.
- PickUpAllTrashAtOnce: Enable or disable the ability to pick up all trash in the store at once.
Development
To contribute:
- Clone the repository and build the project with
dotnet build
. - Place the compiled
.dll
file frombin/Debug/netstandard2.1
in yourBepInEx/plugins
folder to test.
License
Licensed under the MIT License. See the LICENSE
file for details.
Questions & Feedback
For questions, suggestions, or feedback, please open an issue on GitHub.
CHANGELOG
Changelog
v1.3.1 - Fix error when picking up a single item in the store
v1.3.0 - Pickup all trash at once Feature
- Added feature to pickup all trash at once, it's disabled by default, you can enable it in the config file
v1.2.1 - Fix collecting products when hitting thiefs
v1.2.0 - Mini Transporter product pickup
- Added support for picking up items using the Mini Transporter
v1.1.0 - Rightclick throw items
- Added rightclick to throw items around withouth picking them up
v1.0.1 - Update Readme
v1.0.0 - Initial Release
Features
- Mass Item Collection: Enables players to sweep up multiple items at once.
- Configurable Options:
- Adjustable pickup radius and maximum items per sweep.
- Customizable pickup and spawn keys.
- Debug Mode: Adds special options for testing item spawning.
- Physical Feedback: Items are physically affected when collected.
Notes
- Debug mode is optional and can be toggled in the configuration.
- Includes compatibility with BepInEx 5.