Troubleshooting
Common problems and how to resolve them.
Check that the vehicle is within MS.Settings.vehicle_distance of the pump, that the pump's model is listed in MS.PumpModels, and that the vehicle isn't in MS.Blacklist. Also confirm MS.Settings.start_cooldown has elapsed since the last refuel and that the vehicle isn't already full.
Only permission groups listed in MS.Creator.perms (checked through MORE.GetGroup) can open the creator, so confirm your account is in one of them. Also make sure more_lib has finished detecting your framework before you run the fuelcreator command.
Check that MS.Delivery.enabled is true and that the order meets MS.Delivery.min_litres. The job ends itself if the truck or tanker is missing, flipped for MS.Delivery.watchdog.flipped seconds in a row, or the driver dies — make sure the spawn positions in MS.Delivery.positions are clear of obstructions.
Confirm the station's auto_reorder toggle is turned on in MS.StationSettings and that stock has actually dropped below MS.Settings.auto_reorder_percent. Auto reorder charges the station's own balance at price_liter_buy plus MS.DeliveryFee, so it won't fire if the balance can't cover it.
First check MS.Discord.enabled is true and MS.Discord.webhook is a valid URL in sv_config.lua. If messages fire for some events but not others, check MS.Discord.events — each event type (sale, purchase, delivery, account, prices, upgrades, team, settings, station, job) has its own on/off toggle.
Confirm MS.Jerrycan.enabled is true. A jerrycan can only be bought at a station's jerrycan spot placed with the creator, and using it requires standing within MS.Settings.manage_distance of that spot. Each jerrycan holds MS.Jerrycan.liters, so an empty one needs to be bought again at the price in MS.Jerrycan.price.
Last updated