Description
---
Fuel Pump Refill
Automatically refill your MTS/Immersive Vehicles fuel pumps!
This addon for https://www.curseforge.com/minecraft/mc-mods/minecraft-transport-simulator allows server operators
to configure automatic refilling of fuel pumps. Perfect for public servers, gas stations, or any scenario where
you want unlimited fuel without manual intervention.
---
Features
- Automatic Refill - Configure pumps to automatically refill at set intervals
- Customizable Settings - Set refill amount, interval, and maximum capacity per pump
- Multi-pump Support - Register as many pumps as you need
- Auto-cleanup - Pumps are automatically unregistered when broken
- Persistent Data - Settings are saved and persist across server restarts
- Visual Sync - Fuel levels update in real-time using MTS native API
---
Commands
All commands require operator permissions (level 2).
| Command | Description |
|-----------------------------------------|---------------------------------------|
| /fuelpump add <amount> <interval> <max> | Register a pump (look at the block) |
| /fuelpump remove | Unregister a pump (look at the block) |
| /fuelpump info | View pump details (look at the block) |
| /fuelpump refill [amount] | Manual refill (look at the block) |
| /fuelpump list | List all registered pumps |
Example:
/fuelpump add 100 60 10000
Adds 100 fuel every 60 seconds, up to a maximum of 10,000.
---
How to Use
1. Place an MTS fuel pump
2. Look at the pump block (within 5 blocks)
3. Run /fuelpump add <amount> <interval> <max>
4. Done! The pump will now auto-refill
---
Requirements
- Minecraft 1.20.1
- Forge 47.2.0+
- https://www.curseforge.com/minecraft/mc-mods/minecraft-transport-simulator
---
Notes
- Fuel type is set to lava (universal MTS fuel)
- Pumps only refill when the chunk is loaded
- Breaking a registered pump automatically removes its auto-refill configuration
---
Perfect for roleplay servers, public transportation networks, or anyone tired of manually refilling fuel pumps!


