Lee0701 / Carz

Drive in Minecraft.

Home Page:https://a5h73y.github.io/Carz/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Carz Logo

travis-ci tutorials bStats license: MIT repo

Carz has finally been updated from 2014, bringing with it improved code, car ownership, fuel, economy, better permissions, and of course open-source. First released in July 2012, becoming my most downloaded plugin to date. Carz is now open source, allowing you to contribute ideas and enhancements, or create your own spin on the plugin.

Add a whole new level of role-play to any server that uses roads, perfect for city servers.

Discord Support

Installation

  • Install Spigot (v1.8 to 1.14)
  • Download Carz from dev.bukkit.org/projects/carz/files
  • Place the Carz.jar into the /plugins folder of the server.
  • Start your server and check the server logs to ensure the plugin started successfully.
  • Check the config.yml and configure it to your preference before fully implementing the plugin.

Supported plugins

Plugin Description
Vault Add economy support to the plugin, reward or penalise the player.
GitHub Project by MilkBowl
BountifulAPI Add title and actionbar support to the plugin. Works very nicely with the plugin.
GitHub Project by ConnorLinfoot

Maven

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

Gradle

repositories { 
    maven { 
        url "https://dl.bintray.com/a5h73y/repo"
    } 
}
compile 'me.A5H73Y:Carz:7.0'

About

Drive in Minecraft.

https://a5h73y.github.io/Carz/

License:MIT License


Languages

Language:Java 100.0%