Skip to content
master
Switch branches/tags
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Carz Logo

discord server travis-ci license: MIT releases

Carz is a plugin that offers the ability to add drivable cars, car ownership, car upgrades, fuel and uses economy; offering an immersive role-playing experience to any server.

Add a whole new level of role-play to any server that uses roads, perfect for city servers. Carz signs can be placed to act as Car Showrooms, Mechanics and Fuel Stations.

First released in July 2012, becoming my most downloaded plugin to date. Carz is now open-source, allowing you to contribute ideas and enhancements. Carz offers an API, custom events and placeholders to help build your perfect server.

Quick Links

Supported plugins

Plugin Description
Vault Add economy support to the plugin, configure costs for each purchase.
GitHub Project by MilkBowl
BountifulAPI Add title and actionbar support to the plugin.
GitHub Project by ConnorLinfoot
PlaceholderAPI Add placeholder support to the plugin. Allowing use of Carz variables for external use.
GitHub Project by clip

Maven

<repository>
    <id>a5h73y-repo</id>
    <url>https://dl.bintray.com/a5h73y/repo/</url>
</repository>
<dependency>
    <groupId>io.github.a5h73y</groupId>
    <artifactId>Carz</artifactId>
    <version>7.3</version>
    <type>jar</type>
    <scope>provided</scope>
</dependency>

Gradle

repositories { 
    maven { 
        url "https://dl.bintray.com/a5h73y/repo"
    } 
}
compile 'io.github.a5h73y:Carz:7.3'