Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/laurarozier/enforcesingleresourceextractor
Enforce players only being able to use a single quarry and/or pump jack.
https://github.com/laurarozier/enforcesingleresourceextractor
oxide oxide-plugins plugin umod
Last synced: about 1 month ago
JSON representation
Enforce players only being able to use a single quarry and/or pump jack.
- Host: GitHub
- URL: https://github.com/laurarozier/enforcesingleresourceextractor
- Owner: LauraRozier
- License: mit
- Created: 2021-03-17T00:05:04.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2021-05-12T20:25:51.000Z (over 3 years ago)
- Last Synced: 2024-04-16T07:48:51.392Z (9 months ago)
- Topics: oxide, oxide-plugins, plugin, umod
- Language: C#
- Homepage:
- Size: 26.4 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
*Enforce Single Resource Extractor* enforces players only being able to use a single quarry and/or pump jack.
Plugin is written based on a suggestion by [Majaspokla](https://umod.org/user/Majaspokla)
## Permissions
- **enforcesingleresourceextractor.whitelist** -- Players/Groups with this permission are whitelisted and will not be enforced by this plugin.
## Configuration
- **Ignore Extractor Type** -- When set to `false` players will be able to run one Mining Quarry AND one Pump Jack at the same time
```json
{
"Ignore Extractor Type": true
}
```## Localization
The default messages are in the `EnforceSingleResourceExtractor.json` file under the `oxide/lang/en` directory. To add support for another language, create a new language folder (ex. `de` for German) if not already created, copy the default language file to the new folder, and then customize the messages.
```json
{
"Warning Message Text": "You can only run a single resource extractor at any given time."
}
```