Electrician Job
This script allows players to repair electrical boxes for money in the game. The script can be integrated with the OwlGaming to manage workflows, interactions, and notifications.
Only one player can work on an electric box at a time. Multiple players cannot interact with the same electric box simultaneously. Players can use a command (configurable) to open a window where they can choose from the currently malfunctioning electric boxes. Each player may select only one electric box to repair.
Once an electric box has been repaired, it will malfunction again after a time (configurable), making it available for selection and repair once more.
Important: The main scripts are compiled, but the sourceG.lua file is highly configurable, making it easy to customize the settings to suit your server's needs.
For any other modifications, please contact me on Discord: hexondev
License
You will receive the license key via email. Enter the license key into the "LICENSE_KEY" field in the sourceG.lua file.
Features
- Repair electrical boxes
- Owl integration (optional)
- User interface for viewing faulted boxes
- Configurable settings
Configuration
The script can be configured in the `sourceG.lua` file.
For more information, please read the README.txt.
Usage
- Players can use the a command (default `/faultedboxes`) to open the faulted electrical boxes user interface.
- On the user interface, they can select the box they want to repair.
- Players need a circuit breaker to repair the boxes.
- After completing the repair, players receive payment.
Dependencies
- This script can optionally use the OwlGaming.
- item-system (if Owl integration is enabled)
- global export (also for Owl integration)
Overridden Functions
The script overrides certain default functions to integrate with the OwlGaming and send notifications to players.
For more information, please read the README.txt.
Integration with OwlGaming
For more information, please read the README.txt.