You can find out more about the commands on the wiki page!
You can find out more about the permissions on the wiki page!
- Download the .jar file and put it inside the /plugins folder of your server.
- Install the .jar files of ProtocolLib and Vault into your /plugins folder if you don't already have them.
- You also need an economy manager plugin, like EssentialsX. Install the .jar file into your /plugins folder.
- Restart your server.
- The plugin is installed! Start configuring it.
The VehiclesPlus plugin has a big API available for developers to create cool add-ons! Find out more on the Javadoc and start using it by the Maven repository.
HTML:
<repository>
<id>sbdevelopment-repo</id>
<name>SBDevelopment Repository</name>
<url>https://repo.sbdevelopment.tech/{repository}</url>
</repository>
<dependency>
<groupId>nl.sbdeveloper</groupId>
<artifactId>VehiclesPlus-API</artifactId>
<version>2.3.5</version>
<scope>provided</scope>
</dependency>