VehiclesPlus (1.17 - 1.21) icon

VehiclesPlus (1.17 - 1.21) 3.0.6

Realistic custom vehicles for in your Minecraft server!

Page 1 2 3
2.4.4.1 Oct 12, 2023
1.20.2 fix
  • Fixed issue with NbtApi on 1.20.2
2.4.4 Oct 5, 2023
Updated to 1.20.2, small API fixes
  • Updated to Spigot 1.20.2
  • Small API fixes (+ JavaDoc update)
2.4.3 Jun 21, 2023
Added 1.20 support
  • Added 1.20(.1) support
  • Bumped dependencies
2.4.1 May 26, 2023
v2.4.1: Fixed shop for non-colorable vehicles
  • Fixed error in shop when using non-colorable vehicles
2.4 Apr 7, 2023
Big improvements from v3 for v2, and some other stuff!

This release includes some improvements done in the v3 beta, but then for v2. V3 is still a work in progress, but because of a major bug in v2 with slab driving, the new slab driving feature in v3 has been migrated to v2.

  • Implemented recoded slab driving from v3
    For correct operation, vehicle damage MUST be disabled!
  • Fixed transfer vehicle garage duplication bug
  • Fixed reload garage duplication bug
  • Bumped dependencies
3.0.0-PRE3 Feb 14, 2023
 Beta
v3.0.0-PRE3 BETA

API changelog:
- Removed vehicle owner property for StorageVehicle, because of new Garage API
- getGarages in VehiclesPlusAPI now accepts OfflinePlayers
- Added getGarage in VehiclesPlusAPI which searches the garage by the vehicle
- Made full config readable in the API
- RimDesign builder is removed and replaced by a constructor
- FuelType pricePerLiter and fuelItem parameters are swapped

Plugin changelog:
- Block and slab driving is FULLY recoded!
- Fixed garage spawn duplication / loading / saving problems
- Fully implemented new default vehicles (V3 resourcepack) (except for the tank, that one is moved to PRE4)
- Click + Shift is now required to open the Vehicle GUI! (Clicking on seats will be fixed ASAP)
- Fixed MAIN_HAND and OFF_HAND positions for vehicle holders (hand models work now)
- Fixed more bugs in GUIs (especially for pagination)
- Temporarily disabled transfer vehicle owner because of new garage system
- Changed spawnlimit to per garage
- Implemented some of the config options (toggle actionbar message, max vehicles in garage limit, spawn locked / unlocked)

3.0.0-PRE2 Jan 29, 2023
 Beta
v3.0.0-PRE2 SNAPSHOT

API changelog:
- Implemented Garage API, with new object, events and storage
- Implemented HolderItemPosition enum for holder positioning, added as parameter to EquipableParts.

Plugin changelog:
- Implemented Garage management! Create shared garages and spawn vehicles from them.
- Reimplemented hand holder items (now both left and right hand are possible).
- Fixed bugs in GUIs
- Small improvements

3.0.0-PRE1 Jan 17, 2023
 Beta
v3.0.0-PRE1 SNAPSHOT

API changelog:
- FuelType now has a constructor instead of a builder
- Enter and Leave events now contain the Seat
- Implemented force methods to VehicleStatics (can be used when no modifier can be used)

Plugin changelog:
- Fixed 1.12.2 support
- Improved breaking algorithm
- Improved / Fixed storage, data is stored more compact
- Updated to new GUI system with easier pagination

This PRE1 snapshot is also live on the Maven repository!

 Beta
Fixed version detector issue
  • Fixed version detector issue caused by -SNAPSHOT at end of version
3.0.0-PRE0-HOTFIX Nov 14, 2022
 Beta
Fixed a serialization issue
  • Fixed a serialization issue in the Sounds class
3.0.0-PRE0 Nov 14, 2022
 Beta
v3 recode snapshot

This PRE0 version is intended for API development purposes. This version is NOT ready for use on a production server and contains many bugs / missing features.

The full API is ready for usage, except for the following events:

  • VehicleBuyEvent
  • VehicleColisionEvent
  • VehicleDestroyEvent

The following features are still being worked on and have a high priority:

  • Collision
  • Vehicle Health
  • Addon and wheels command
  • Car Fueling
  • Slab / Block driving

The following features will be added later in development, but have a lower priority:

  • Messages system
  • Config file
  • Parts feature (not 100% sure if this will be readded soon)

The API is also available on our Maven repository:

<repository>
    <id>sbdevelopment-repo</id>
    <url>https://repo.sbdevelopment.tech/repository/maven-snapshots/</url>
</repository>

<dependency>
    <groupId>nl.sbdeveloper</groupId>
    <artifactId>VehiclesPlus-API</artifactId>
    <version>3.0.0-SNAPSHOT</version>
    <scope>provided</scope>
</dependency>
2.3.5 Jun 26, 2022
Fixed give / shop garage bug
  • The garage is now correctly updated after a player buys / receives a second car
2.3.4 Jun 22, 2022
v2.3.4: 1.19 support and duplication fix
  • Added 1.19 support
  • Fixed duplication bug in garage GUI on /vehicle give command
2.3.3 Apr 22, 2022
Fixed 1.18.2 NMS errors
  • Fixed 1.18.2 errors in the NMS itemstack system
  • Added Polymart purchase detection
2.3.2 Mar 12, 2022
v2.3.2: Hotfix! (Reupload)
  • Added 1.18.2 support
  • Updated dependencies
This is a re-upload! Make sure to download the JAR again!
2.3.2 Mar 12, 2022
2.3.1 Jan 19, 2022
Hotfix!
  • Added 1.17 and 1.18 support
  • Small fixes / improvements
2.3.0 Apr 20, 2021
Hand Models!
  1. VehiclesPlus now only supports Java 11 and above (Java 15 Recommended)
  2. Hand models are now supported!
  3. Improved hitbox calculations
  4. Improved collision handling, meaning less lag and better detection!
  5. Added miscellaneous missing lines to language files
  6. Added horn cooldown
  7. Switched to Bukkit's ConversationAPI for transferring vehicles
  8. (API) Temporarily disabled getDrivingPlayer()
  9. General cleanup and refactoring
2.2.7 Mar 10, 2021
Bugfixes
This is the last version that will support Java 8/9/10!
Update to Java 11 or higher to continue using VehiclesPlus (Java 15 recommended.)

- Improved CollisionHandler performance
- Fix ConfigUpdater for Java 10 and below (this version only)
2.2.6 Mar 6, 2021
VehiclesPlus 2.2.6 - New languages, config options, fixes
- Added Spanish and Portuguese translations (Thanks SirGlozz!)
- Added config option to spawn vehicles as locked
- Added system to automatically update locale files if new locale strings are added
- Added ability to parse quoted names in /v give
- Switched to NMS Reflection
- Renamed VehicleSpawnEvent to PreVehicleSpawnEvent, added VehicleSpawnedEvent
- Made VehicleLeaveEvent cancellable
- Fixed missing vehicle start sound
- Fixed Purpur “Asynchronous Chunk remove entity” error
Page 1 2 3

vehicles

cars

boats

helicopters

tanks

planes

vehicle

custom

resourcepack