uCars
uCars

To Spigot 1.8,1.9,1.10,1.11 users:
To run this plugin with Spigot 1.8 you will need the latest version of uCars and the latest version of Spigotmc's updated Protocollib. The 1.8 compatible ProtocolLib can be downloaded from http://ci.shadowvolt.com/job/ProtocolLib/ (courtesy of http://spigotmc.org )! The newest version of uCars can be downloaded from https://stormdev.org/jenkins/
Summary
uCars is a bukkit car plugin with lots of optional, awesome extra features. For more info on this plugin, read about the plugin below! uCars is cars in minecraft. It is made by the stormdev team. Happy driving in your cars! (Yes cars, cars, cars, cars, cars! You really can drive cars with this plugin! If you want your cars to be craftable, upgradeable,etc... Then also download uCarsTrade; if you just want super smooth cars with an extensive API then just download this car plugin! (You may also consider downloading the MarioKart addon if yours if a minigame server))
uCars is an incredibly versatile, seamless car plugin for Minecraft. It offers players the chance to drive around in Minecarts smoothly as if they were part of the game.
uCars also comes with many other optional cool addons to make driving that bit more fun!
Links
Download
Configuration
Controls and Features
Advanced Features
Demonstration
Developers
Languages
Submit an idea
Videos
Donations
Features
- Drive cars
- Effect blocks and boosters
- Fuel
- Awesome extras (Traffic Lights, etc...)
- API support for a variety of extra plugins. (eg. MarioKart, etc...)
- Versatile and configurable
See in action
The official server to see the plugin in action on is the GameBlade minecraft network. Join their server, MineTheftAuto and steal a car off an NPC driver to see both uCars and uCarsTrade in action!

| Website | http://gameblade.net |
| IP | playgb.net |

-
View User Profile
-
Send Message
Posted Aug 6, 2013I am going away until the 18th so expect a reduced error support service until then! Eerything should be back to normal soon!
-
View User Profile
-
Send Message
Posted Aug 6, 2013@small81
Simply update java!
-
View User Profile
-
Send Message
Posted Aug 5, 2013Zeile 97626: 2013-08-05 20:46:23 [SEVERE] Could not load 'plugins/ucars.jar' in folder 'plugins'
This ist the Error i have. I delete and install Ucars, but the Error stay. Reload dosen“t work.
What i do wrong?
-
View User Profile
-
Send Message
Posted Aug 5, 2013People who ride the carts became pvpable on our server(which had it disabled normally).
We had a bad problem of people just running around with swords and killing everyone who rode the carts. Could you please fix this soon?
-
View User Profile
-
Send Message
Posted Aug 4, 2013@ahmedseif
Try /reload and tell me any error messages.
-
View User Profile
-
Send Message
Posted Aug 4, 2013not working :( it didnt create any file at plugins folder
-
View User Profile
-
Send Message
Posted Aug 3, 2013@shaan94
It appears you have found a bug with roadblocks. Please submit a ticket with more detailed information.
-
View User Profile
-
Send Message
Posted Aug 2, 2013Everything is working great for me, apart from slabs (anything with ID 44:_ )
Even they are stated in roadblocks I am still unable to ride over them, any solutions?
-
View User Profile
-
Send Message
Posted Aug 2, 2013@TjustinD
This will not to be part of ucars but other plugins can do this already. :)
-
View User Profile
-
Send Message
Posted Aug 2, 2013It would be nice if you guys would add car protection :)
-
View User Profile
-
Send Message
Posted Jul 30, 2013@Seaboiii
Thank you for the positive comment! :D A refreshing change to errors reports that should be tickets anyway...! :D
-
View User Profile
-
Send Message
Posted Jul 30, 2013@storm345
Thanks for updating to 1.6.2. This plugin is AWESOME! :)
-
View User Profile
-
Send Message
Posted Jul 29, 2013Thanks for the help! The plugin now works!
-
View User Profile
-
Send Message
Posted Jul 29, 2013@BadgerMan101
Make sure the launch of your server is using the latest installed jre. The easiest way to do this is, on the launch command, replace 'java' with C:/MyFolder/MyJavaInstallDirectory/jre7/bin. Also make sure that it matches your computers 'bit'. For example 64 bit users should use 64bit java (not 32bit (x86)). Hopefully this will fix it!
-
View User Profile
-
Send Message
Posted Jul 29, 2013I have re-installed the latest java and it still shows the same message
-
View User Profile
-
Send Message
Posted Jul 29, 2013@BadgerMan101
Reinstall the latest java jre. (Reinstall to make sure it is the default one on the PATH and CLASSPATH variables)
-
View User Profile
-
Send Message
Posted Jul 29, 2013This is the error code I got.
13:40:21 [SEVERE] Could not load 'plugins\ucars.jar' in folder 'plugins' org.bukkit.plugin.InvalidPluginException: java.lang.UnsupportedClassVersionError : com/useful/ucars/ucars : Unsupported major.minor version 51.0 at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.j ava:184) at org.bukkit.plugin.SimplePluginManager.loadPlugin(SimplePluginManager. java:305) at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager .java:230) at org.bukkit.craftbukkit.v1_6_R2.CraftServer.loadPlugins(CraftServer.ja va:239) at org.bukkit.craftbukkit.v1_6_R2.CraftServer.<init>(CraftServer.java:21 7) at net.minecraft.server.v1_6_R2.PlayerList.<init>(PlayerList.java:56) at net.minecraft.server.v1_6_R2.DedicatedPlayerList.<init>(SourceFile:11 ) at net.minecraft.server.v1_6_R2.DedicatedServer.init(DedicatedServer.jav a:106) at net.minecraft.server.v1_6_R2.MinecraftServer.run(MinecraftServer.java :391) at net.minecraft.server.v1_6_R2.ThreadServerApplication.run(SourceFile:5 82) Caused by: java.lang.UnsupportedClassVersionError: com/useful/ucars/ucars : Unsu pported major.minor version 51.0 at java.lang.ClassLoader.defineClass1(Native Method) at java.lang.ClassLoader.defineClass(Unknown Source) at java.security.SecureClassLoader.defineClass(Unknown Source) at java.net.URLClassLoader.defineClass(Unknown Source) at java.net.URLClassLoader.access$000(Unknown Source) at java.net.URLClassLoader$1.run(Unknown Source) at java.security.AccessController.doPrivileged(Native Method) at java.net.URLClassLoader.findClass(Unknown Source) at org.bukkit.plugin.java.PluginClassLoader.findClass0(PluginClassLoader .java:80) at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader. java:53) at java.lang.ClassLoader.loadClass(Unknown Source) at java.lang.ClassLoader.loadClass(Unknown Source) at java.lang.ClassLoader.loadClassInternal(Unknown Source) at java.lang.Class.forName0(Native Method) at java.lang.Class.forName(Unknown Source) at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.j ava:173) ... 9 more
-
View User Profile
-
Send Message
Posted Jul 29, 2013@BadgerMan101
@EvilImperator
This is no good to me if I don't know the error message!
-
View User Profile
-
Send Message
Posted Jul 29, 2013I have protocollib and the most recent java and it wont load for me either
-
View User Profile
-
Send Message
Posted Jul 29, 2013@EvilImperator
Update java, if not working then I need the error msg.