Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/monah-rasta/chillfuel
Oxide plugin for Rust. Displays the fuel quantity for minicopter, rowboat, rhib, scraptransport and modular car.
https://github.com/monah-rasta/chillfuel
oxide plugin rust
Last synced: 22 days ago
JSON representation
Oxide plugin for Rust. Displays the fuel quantity for minicopter, rowboat, rhib, scraptransport and modular car.
- Host: GitHub
- URL: https://github.com/monah-rasta/chillfuel
- Owner: MONaH-Rasta
- License: mit
- Created: 2024-10-24T07:22:48.000Z (27 days ago)
- Default Branch: main
- Last Pushed: 2024-10-24T07:32:12.000Z (27 days ago)
- Last Synced: 2024-10-25T03:33:40.838Z (26 days ago)
- Topics: oxide, plugin, rust
- Language: C#
- Homepage: https://umod.org/plugins/chill-fuel
- Size: 12.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ChillFuel
Oxide plugin for Rust. Displays the fuel quantity for minicopter, rowboat, rhib, scraptransport and modular car.
When having the permission, players see the specific value of the fuel level of the vehicle and get an alert when the fuel reaches a certain point.
The info can be repositioned by changing the config file.When having the permission, they can also adjust the settings which are initially taken over from the config values set by the admin.
Values are limited to 200 and can be adjusted by steps of 10.![](https://i.imgur.com/d2rHV37.png)
## Permissions
* `chillfuel.use` - allows players to be able to see the value
* `chillfuel.modify` - allows players to adjust settings## Configuration
```
{
"Postition": {
"X-axis": 0.285,
"Y-axis": 0.01
},
"Width": 0.045,
"Minicopter alert": 50,
"Scrap heli alert": 0,
"Motorboat alert": 0,
"RHIB alert": 0,
"Car alert": 0
}
```## Chat Commands
* `/fuel` - displays an interface by which the player can adjust the values
![](https://i.imgur.com/1nNVNcj.pngj)