# FAQ, Frequent Errors
First of all, you need a Minecraft server with Spigot/Paper. (No, plugins do NOT work locally.)
# 1. How to download and set up the plugin?
For a step-by-step tutorial, see the home page.
# 2. I can only see diamond hoes!
You need our resource pack to be able to see the vehicles. Download it here (opens new window).
# 3. How to get a vehicle?
Choose from a GUI menu using
/mtv menu
WARNING
Permission
mtvehicles.menu
necessary.Use the command
/mtv give <player> <vehicleName>
<player>
- To whom you're giving the vehicle. Must be online. This player will also be set as the vehicle's owner.
<vehicleName>
- If you're using Minecraft version 1.13+, the command should automatically show you a list of available vehicles (use TAB or scroll).
Alternatively, you can also use/mtv givecar <player> <UUID>
, list of UUIDs can be found in vehicles.yml (opens new window)), but this approach is not recommended anymore.WARNING
Permission
mtvehicles.givecar
necessary.Get a voucher using
/mtv give <player> <vehicleName> --voucher:true
Whoever uses the voucher will be the vehicle's owner.
You may also use/mtv givevoucher <player> <UUID>
, list of UUIDs can be found in vehicles.yml (opens new window)), but this approach is not recommended anymore.WARNING
Permission
mtvehicles.givevoucher
necessary to use the command. Afterwards, anyone can use the voucher freely.
# 4. How to get rid of a vehicle?
Shift and Right-click the vehicle to pick it up.
WARNING
You must OWN the vehicle or have the permission mtvehicles.oppakken
.
BEWARE
Even after picking the vehicle up, it is still stored in the database and can be restored with the /mtv restore
command.
To prevent this, delete it using /mtv delete
while holding the item.
# 5. I am getting 'An internal error occurred...' error
Firstly, check your console and look for this message (time/version may be different, of course):
And if you're attentive, you should have already seen this warning:
This means you're using an incompatible Minecraft version.
We support all Spigot/Paper versions from 1.12.2 up to 1.21.10, except these:
❌ Incompatible versions |
---|
Older than 1.12 |
1.13 |
1.14–1.14.4 |
1.16–1.16.3 |
Latest update: Support for 1.21.9 and 1.21.10 was added in plugin version 2.5.8.
# 6. I can't buy a vehicle!
Use the command
/mtv buy <vehicleName>
to get a vehicle or/mtv buy <vehicleName> --voucher:true
to get a voucher<vehicleName>
- If you're using Minecraft version 1.13+, the command should automatically show you a list of available vehicles (use TAB or scroll).
Alternatively, you can also use/mtv buycar <UUID>
or/mtv buyvoucher <UUID>
, list of UUIDs can be found in vehicles.yml (opens new window)), but this approach is not recommended anymore.WARNING
Permission
mtvehicles.buycar
ormtvehicles.buyvoucher
necessary.If you still can't buy a vehicle, make sure Vault is installed and hooked correctly.
TIP
Use the
/mtv vault
command. Permissionmtvehicles.admin
is necessary.
If your Economy plugin is not hooked correctly – use /mtv vault setup
. The plugin will try to find it again.
If this still doesn't work, make sure your Economy plugin is hooked correctly with Vault using /vault-info
:
# 7. I've got lags. Is the plugin too demanding?
In case you're using Aternos, then you're probably right. As their servers are free, they might not be "beefy enough".
If you have your own server, try allocating more RAM or upgrading your CPU.
We're constantly trying to optimize the plugin. Make sure you're using the latest plugin version.
# 8. How to create a vehicle shop?
We do not offer such a feature, however, you can achieve the same goal by installing any shop plugin out there.
If you want to use commands, use
/mtv give <player> <vehicleName>
. (Explained here.)In case you need to use items, use vouchers -
/mtv give <player> <vehicleName> --voucher:true
.WARNING
You should NOT sell cars which you get from
/mtv menu
. They already have an owner (and other properties you'd have to edit) assigned to them.
# 9. How to fuel a vehicle?
Enter the vehicle and left-click it while holding a jerry can. You may obtain this jerry can by executing /mtv fuel
.
WARNING
Permission mtvehicles.benzine
necessary.
Alternatively, you may execute /mtv refill
while holding the vehicle in your hand.
WARNING
Permission mtvehicles.refill
necessary.
# 10. How to shoot (from a tank)?
Firstly, only tank shoots (nothing else).
Secondly, press space
to shoot!
If you want to shoot TNTs, you have to set tankTNT: true
in config.yml
and reload the plugin (/mtv reload
)!
# 11. How to fly with a UFO?
UFO doesn't fly, only airplanes and helicopters do.
# 12. How to fly an airplane?
To take off, you need to reach a certain speed. Then, take off with space (the same way you would with a helicopter).
# 13. Why isn't my boat moving?
Boats need to be in at least 2-block-deep water to move. (This means you can't operate them in shallow waters and on land.)
# 14. The vehicle is removed from the data, how to remove it?
This will delete all armor stands in the radius of 3
. Make sure you stand in the middle of the vehicle or change the radius.
- For Minecraft version 1.12.2, use
/kill @e[type=ArmorStand,r=3]
- For versions 1.13+, use
/minecraft:kill @e[type=armor_stand,distance=..3]