(0)
Merchant: sydefq
Price: $10.00
Framework: RocketMod
By purchasing this product you agree END-USER AGREEMENT
⛽️ Gas Station Plugin
Commands:
/addstation [radius] Creates a gas station at the position where you are standing.
/buygas Starts filling gas into the car you're driving. You must be at a gas station and in the vehicle.
Permission:/buygas
/removestation Removes the gas station at your current position (if one exists).
Additional Info:
- You can stop refueling by simply clicking anywhere on the screen. (Old UI)
🎨 Two Versions Available:
There are two versions of the plugin available, each with a different UI:
Old Style UI
Classic, old style gas stationReworked Modern UI 🆕✨
New design with a more Unturned style look.
You can switch between these versions by changing the download branch:
- New Modern UI: Switch to the
master
branch - Old UI: Switch to the
old
branch
Payment Options:
💳 No PayPal? No worries. You can always contact me on Discord to arrange other payment methods.
📲 Discord: SydeFQ#0403
Feel free to reach out for any questions or support! 😊
```xml
<Config xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<pricePerLiter>1</pricePerLiter>
<secondsToRefill>30</secondsToRefill>
<deployStationBarricade>true</deployStationBarricade>
<stationBarricadeId>15479</stationBarricadeId>
<effectId>37205</effectId>
<infoEffectId>37206</infoEffectId>
<gasStations />
</Config>
```
```xml
<?xml version="1.0" encoding="utf-8"?>
<Translations xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<Translation Id="GasStationAdded" Value="Gas station added!" />
<Translation Id="GasStationRemoved" Value="Gas station removed!" />
<Translation Id="GasStationNotFound" Value="Gas station not found!" />
<Translation Id="NotInVehicle" Value="You are not in a vehicle." />
<Translation Id="VehicleAlreadyFull" Value="Your vehicle is already full." />
<Translation Id="TooFarFromStation" Value="You are too far from the gas station." />
<Translation Id="NotEnoughExperience" Value="You don't have enough experience to fill the vehicle." />
<Translation Id="InvalidCommandSyntax" Value="Invalid command syntax. Use /addstation [radius]" />
<Translation Id="InvalidRadius" Value="Invalid radius." />
<Translation Id="WorkshopNotInstalled" Value="Please install the workshop of this plugin." />
<Translation Id="MustBeInVehicle" Value="You must be in a vehicle to buy gas!" />
<Translation Id="MustBeAtGasStation" Value="You must be at a gas station to buy gas!" />
<Translation Id="AlreadyFillingVehicle" Value="You are already filling your vehicle with gas!" />
<Translation Id="NotNearGasStation" Value="You are not near a gas station." />
<Translation Id="FailedToRemoveBarricade" Value="Failed to remove gas station barricade." />
<Translation Id="CurrencySign" Value="$" />
<Translation Id="HintText" Value="<color=green>Honk</color> or <color=blue>/stopgas</color> to stop filling" />
<Translation Id="GasStationEntryText" Value="<color=green>Honk</color> or <color=blue>/buygas</color> to start filling" />
<Translation Id="FillingStopped" Value="Filling stopped" />
<Translation Id="NotFillingAnyVehicle" Value="You are not filling any vehicle!" />
</Translations>
```
Not found
No reviews were found.