You are viewing a potentially older version of this package. View all versions.
DooDesch-SweepersHeaven-1.2.0 icon

SweepersHeaven

A plugin for mass item collection with configurable settings and a debug mode.

Date uploaded 2 years ago
Version 1.2.0
Download link DooDesch-SweepersHeaven-1.2.0.zip
Downloads 146
Dependency string DooDesch-SweepersHeaven-1.2.0

This mod requires the following mods to function

BepInEx-BepInExPack-5.4.2100 icon
BepInEx-BepInExPack

BepInEx pack for Mono Unity games. Preconfigured and ready to use.

Preferred version: 5.4.2100

README

SweepersHeaven Plugin

SweepersHeaven is a quality-of-life plugin for Supermarket Together designed to make product collection easier and faster! When thieves enter the store 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.

Installation

  1. Download the latest .zip package from Thunderstore or from the releases page.
  2. Extract the contents to the BepInEx/plugins folder in your Supermarket Together installation directory.
  3. Launch the game and start sweeping!

Configuration

After installation, you can configure SweepersHeaven using the BepInEx configuration file:

  • Pickup Radius: Controls how wide an area items are collected from.
  • Max Items per Sweep: Set a limit on the number of items picked up in one go.
  • Pickup Key: Assign a custom key to activate the broom for sweeping.
  • Debug Mode: Toggle debug mode for spawning extra items and testing.
  • Mini Transporter Pickup: Enable or disable the ability to pick up items with the Mini Transporter.

Development

To contribute:

  1. Clone the repository and build the project with dotnet build.
  2. Place the compiled .dll file from bin/Debug/netstandard2.1 in your BepInEx/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.