You are viewing a potentially older version of this package.
View all versions.
SweepersHeaven
A plugin for mass item collection with configurable settings and a debug mode.
| Date uploaded | 2 years ago |
| Version | 1.0.0 |
| Download link | DooDesch-SweepersHeaven-1.0.0.zip |
| Downloads | 110 |
| Dependency string | DooDesch-SweepersHeaven-1.0.0 |
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 plugin for Supermarket Together that allows players to collect items in the supermarket more efficiently when using a broom. Perfect for players who want a tidier gameplay experience!
Features
- Mass Collection: Collect multiple items at once with a single click.
- Adjustable Collection Radius: Define the range for collected items.
- Physical Effects: Items fly aside when collected.
- Debug Mode: Includes special debugging options for testing.
Installation
- Download the
.zippackage from Thunderstore or from the releases page. - Extract the files into the
BepInEx/pluginsfolder of your Supermarket Together installation. - Start the game!
Configuration
Options can be adjusted in the BepInEx configuration folder:
- Pickup Radius: Set the collection radius.
- Max Items to Pick: Set the max items per action, that will be picked up.
- Pickup Key: Configure the key for broom activation.
- Debug Mode: Enable debug mode to spawn 100 products from your shelfs on the ground.
Development
To contribute to the plugin:
- Clone the repository.
- Use
dotnet buildto compile the project. - Copy the compiled
.dllfile inbin/Debug/netstandard2.1to theBepInEx/pluginsfolder for testing.
License
This project is licensed under the MIT License. See LICENSE for more details.
Contact
For questions or suggestions, reach out via GitHub Issues.
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.