βš™οΈCustomizations

Bridge

Changing Target

To change the target export, go to bridge/client.lua around lines: 111 - 117 and integrate your own logic.

Other Framework / Standalone

To integrate your own framework or to make a standalone version, you can fully edit the bridge to accomodate to your needs.

Configs

check_version

To remove the version and dependencies checks, you can do it by changing this value to false

cooldown

To change the duration of the laundromat resets change this value in minutes. (default: 60 minutes)

Each 60 minutes, the laundromat will reset doors and washers.

dispatch_function

Integrate your dispatch export / event there. Triggered when someone breaks a washing machine / hack a door. Only called one time.

Last updated