diff --git a/vehiclesplus-v3/API.md b/vehiclesplus-v3/API.md index 4eba83f..02aad9e 100644 --- a/vehiclesplus-v3/API.md +++ b/vehiclesplus-v3/API.md @@ -2,7 +2,7 @@ title: API description: Api usage examples published: false -date: 2024-12-28T20:14:44.954Z +date: 2024-12-28T20:38:34.412Z tags: developers editor: markdown dateCreated: 2024-12-28T20:10:42.650Z @@ -29,7 +29,7 @@ Maven (`pom.xml`): tech.sbdevelopment vehiclesplus - LATEST + latest ``` @@ -42,10 +42,10 @@ repositories { } dependencies { - implementation 'tech.sbdevelopment:vehiclesplus:LATEST' + implementation 'tech.sbdevelopment:vehiclesplus:latest' } ``` -> **Note**: Using `LATEST` ensures that your project always fetches the most recent release, but it might cause issues if breaking changes are introduced. For more stability, consider specifying a specific version (e.g., `3.0.2`). +> **Note**: Using `latest` ensures that your project always fetches the most recent release, but it might cause issues if breaking changes are introduced. For more stability, consider specifying a specific version (e.g., `3.0.2`). ## Example: Adding a Car to Someone's Garage @@ -98,3 +98,7 @@ public void giveCar(Player player, String vehicleType) { } } ``` + +## API Documentation + +For additional details, examples, and advanced usage, refer to the official [VehiclesPlus API Docs](https://sbdevelopment.tech/vehiclesplus).