New kinds of vehicles in your server, create your own types of: brooms, cars, bikes, trains, rafts, planes, tanks, parachutes & helicopters and choose how they look.
This plugin offers a way to shell the vehicles, this plugin hooks with vault so it will work with any plugin that supports it.
The permissions to use every type of vehicle are configurable in config.yml
Here you can find the default configuration where you can change: shop size, shop title, prices, shop slots, available types, type speed, type displayname, type appearance (wheels, back part and seat), type acceleration and worlds where vehicles are allowed.
Default config: http://pastebin.com/UYaipnP1
All the plugin messages can be edited using the file lang.yml inside the plugin's folder you can find the default lang.yml configuration here:
Halloween Update:
Submarines Update:
English Review:
Other Reviews:
- Portuguese
Vehicle Protection
Vehicle Health
Shift-RightClick to save your Vehicle.
Allowed worlds list.
API: CarPlaceEvent, CarSpawnedevent, BikePlaceEvent, BikeSpawnedEvent, TrainPlaceEvent, TrainSpawnedEvent, RaftPlaceEvent, RaftSpawnedEvent,
PlanePlaceEvent, PlaneSpawnedEvent,
ParachutePlaceEvent, ParachuteSpawnedEvent,
TankPlaceEvent, TankSpawnedEvent,
HelicopterPlaceEvent, HelicopterSpawnedEvent
CarManager.class (spawnCar,spawnCarAndMount.
giveCarItem, getCarItem), BikeManager.class(spawnBike,spawnBikeAndMount,giveBikeItem,
getBikeItem),
TrainManager.class(spawnTrain,giveTrainItem,
getTrainItem),
RaftManager.class(spawnRaft,giveRaftItem,
getRaftItem),
PlaneManager.class(spawnPlane,givePlaneItem,
getPlaneItem),
ParachuteManager.class(spawnParachute,giveParachuteItem,
getParachuteItem),
TankManager.class(spawnTank,giveTankItem,
getTankItem),
HelicopterManager.class(spawnHelicopter,giveHelicopterItem,
getHelicopterItem),
SubmarineManager.class(spawnSubmarine,giveSubmarineItem,
getSubmarineItem)
BroomManager.class(spawnBroom,giveBroomItem,
getBroomItem)
VehicleMain.class(getPlayerVehicle,bikeTypefromString,
carTypefromString, trainTypefromString, raftTypefromString,
parachuteTypefromString, tankTypefromString, helicopterTypefromString, submarineTypefromString,broomTypefromString)
Vault Compatible
Vehicle type customization
Bikes can go over steps and stairs.
Bikes can jump 1 block.
Cars can go over steps and stairs.
Cars can go backwards.
Cars can't jump
You can change the train direction pressing "S" if you aren't moving
You can throw tnt from a plane if you have the correct permission by right clicking TNT.
Planes will only fly once the take off speed is reached.
You can move up or down the planes by looking down or up.
You can throw missiles from a tank if you have the correct permission by right clicking a fire_charge.
You can throw missiles from a helicopter if you have the correct permission by right clicking a fire_charge.
Submarines: Right click to enter the front camera (You won't be able to move the submarine there), press space to exit the camera.
Submarines look more glitchy than other vehicles due to minecraft doing strange things when an entity is underwater (AFAIK Can't be Solved).
Vehicle Sounds
Bikes can wear 1 extra passenger.
Cars can wear 1 extra passenger.
Planes can wear 1 extra passenger.
Download WorldGuard protection
Particles.
Animations.
More Vehicles???
If you found a bug you can leave it in the forum discussion or you can send me a pm.
Known bugs:
- Some 1.9 R1 versions (very old) doesn't have getHand() method on BlockPlaceEvent wich causes this plugin to don't work.
If you are a developer and you want an empty jar with the API or you want someone to do a plugin for you give him this jar.
API Version: 8.0
New kinds of vehicles in your server, create your own types of: brooms, cars, bikes, trains, rafts, planes, tanks, parachutes & helicopters and choose how they look.
This plugin offers a way to shell the vehicles, this plugin hooks with vault so it will work with any plugin that supports it.
The permissions to use every type of vehicle are configurable in config.yml
Here you can find the default configuration where you can change: shop size, shop title, prices, shop slots, available types, type speed, type displayname, type appearance (wheels, back part and seat), type acceleration and worlds where vehicles are allowed.
Default config: http://pastebin.com/UYaipnP1
All the plugin messages can be edited using the file lang.yml inside the plugin's folder you can find the default lang.yml configuration here:
Halloween Update:
Submarines Update:
English Review:
Other Reviews:
- Portuguese
Vehicle Protection
Vehicle Health
Shift-RightClick to save your Vehicle.
Allowed worlds list.
API: CarPlaceEvent, CarSpawnedevent, BikePlaceEvent, BikeSpawnedEvent, TrainPlaceEvent, TrainSpawnedEvent, RaftPlaceEvent, RaftSpawnedEvent,
PlanePlaceEvent, PlaneSpawnedEvent,
ParachutePlaceEvent, ParachuteSpawnedEvent,
TankPlaceEvent, TankSpawnedEvent,
HelicopterPlaceEvent, HelicopterSpawnedEvent
CarManager.class (spawnCar,spawnCarAndMount.
giveCarItem, getCarItem), BikeManager.class(spawnBike,spawnBikeAndMount,giveBikeItem,
getBikeItem),
TrainManager.class(spawnTrain,giveTrainItem,
getTrainItem),
RaftManager.class(spawnRaft,giveRaftItem,
getRaftItem),
PlaneManager.class(spawnPlane,givePlaneItem,
getPlaneItem),
ParachuteManager.class(spawnParachute,giveParachuteItem,
getParachuteItem),
TankManager.class(spawnTank,giveTankItem,
getTankItem),
HelicopterManager.class(spawnHelicopter,giveHelicopterItem,
getHelicopterItem),
SubmarineManager.class(spawnSubmarine,giveSubmarineItem,
getSubmarineItem)
BroomManager.class(spawnBroom,giveBroomItem,
getBroomItem)
VehicleMain.class(getPlayerVehicle,bikeTypefromString,
carTypefromString, trainTypefromString, raftTypefromString,
parachuteTypefromString, tankTypefromString, helicopterTypefromString, submarineTypefromString,broomTypefromString)
Vault Compatible
Vehicle type customization
Bikes can go over steps and stairs.
Bikes can jump 1 block.
Cars can go over steps and stairs.
Cars can go backwards.
Cars can't jump
You can change the train direction pressing "S" if you aren't moving
You can throw tnt from a plane if you have the correct permission by right clicking TNT.
Planes will only fly once the take off speed is reached.
You can move up or down the planes by looking down or up.
You can throw missiles from a tank if you have the correct permission by right clicking a fire_charge.
You can throw missiles from a helicopter if you have the correct permission by right clicking a fire_charge.
Submarines: Right click to enter the front camera (You won't be able to move the submarine there), press space to exit the camera.
Submarines look more glitchy than other vehicles due to minecraft doing strange things when an entity is underwater (AFAIK Can't be Solved).
Vehicle Sounds
Bikes can wear 1 extra passenger.
Cars can wear 1 extra passenger.
Planes can wear 1 extra passenger.
Download WorldGuard protection
Particles.
Animations.
More Vehicles???
If you found a bug you can leave it in the forum discussion or you can send me a pm.
Known bugs:
- Some 1.9 R1 versions (very old) doesn't have getHand() method on BlockPlaceEvent wich causes this plugin to don't work.
If you are a developer and you want an empty jar with the API or you want someone to do a plugin for you give him this jar.
API Version: 8.0
Do you need help? Join our discord server for chance at FREE VIP!