Mario Kart
Mario Kart

About

This bukkit plugin allows for Mario Kart in minecraft. The cars are minecarts that were placed down on any non-rail block and can be driven along the setup racetracks and use mario kart powerups.
Features

- Drive cars
- Race cars around tracks
- Setup race tracks for your players to race around with commands
- Use mariokart powerups
Powerups

| Name | Icon | Description |
|---|---|---|
| Banana | ![]() | Karts that run over Bananas will spin out. |
| Green shell | ![]() | Travels in a straight line and knocks over the first kart it hits. Can be fired both forwards and backwards. |
| Red shell | ![]() | Homes in on the closest kart in front of the player and hits it. |
| Blue shell | ![]() | Chases after the kart in the lead and hits it. |
| Bob-omb | ![]() | Will explode when thrown or dropped, knocking over any kart in its blast radius. |
| Mushroom | ![]() | Provides the player's kart with a small speed boost. |
| Lightning | ![]() | Causes all opponents to be struck by lightning and drive slowly for a short time. |
| Pow block | ![]() | The POW Block hurts all enemies ahead of you, but spares those behind. When fired off, it'll count-down slowly through three stages prior to impact, at which point your enemies will all spin out to much calamity and amusement. |
| Boo | ![]() | Makes the player temporarily invisible to opponents and applies Nausea to the racer ahead. |
| Random | ![]() | Gives you a random powerup upon right-click. |
| Star | ![]() | The driver obtains total invincibility and the driver receives a speed boost and the ability to drive off-road without losing any speed. |
See in action

The official server to see the plugin in action on is the GameBlade minecraft network. Go online and join the game 'MarioKart' to try it out! (Singleplayer time trials and multiplayer)

| Website | http://gameblade.net |
| IP | playgb.net |
Commands and Permissions

| Commands | Permissions | Description |
|---|---|---|
| /marioraceadmin create <Trackname> | mariokart.raceadmin | Create a race! |
| /marioraceadmin delete <Trackname> | mariokart.raceadmin | Remove a race! |
| /marioraceadmin list (page) | mariokart.race | List the races available! |
| /race shop | mariokart.race | Opens the race shop to buy kart upgrades! |
| /race join <Trackname> | mariokart.race | Join a specific race! |
| /race join <Trackname> auto | mariokart.race | Join a specific race, with a random racemode! |
| /race join auto | mariokart.race | Join a random race! |
| /race join auto auto | mariokart.race | Join a random race, with a random racemode! |
| /race leave | mariokart.race | Leave a current race! |
Resource Pack
Requirements

To run, MarioKart requires a few other plugins before it can function. These are:
- uCars - http://dev.bukkit.org/bukkit-plugins/ucars/
- ProtocolLib - http://dev.bukkit.org/bukkit-plugins/protocollib/
Upgrades

Upgrades are basic extras players can use to get an advantage on others in a race and are purchased through the race shop.
For the race shop to function you need Vault installed!
To edit the items available in the shop and how much they cost you can edit plugins/MarioKart/upgrades.yml. By default
there are a few basic upgrades setup (One of every available type); if not all of these show up, simply delete the upgrades.yml
and it will regenerate next time the server is reloaded.
Available Types: (More coming soon)
- SPEED_BOOST
- IMMUNITY
Music
During races, if music is enabled, the best song for that track is chosen at random and played using the Resource Pack!
Donations

Todo

Add booAdd a speedo in the xp bar- Add cups/championships
Correct scoreboard order by making values negative.Make resource packAdd mario sound effects(Resource pack)Make an item selection animation with random switching in the hotbarStore item box reloading data in hashmap instead of on the sign.
Recommended Plugins

UltimatePluginUpdater, the easy way to keep all your plugins up-to-date with ease! - http://dev.bukkit.org/bukkit-plugins/UltimatePluginUpdater/
UcarsTrade, the official plugin for a more extensive car system ideal for RPG servers with different speed and specs of cars, custom recipes, trading and more! - http://dev.bukkit.org/bukkit-plugins/ucars-trade
uPlanes, a brilliant plugin, similar to uCars, which adds uPlanes to the game! All is fully compatible and, alike to uCarsTrade, is survival friendly! Want some cool, upgradeable planes? Get this! - http://dev.bukkit.org/bukkit-plugins/uplanes
Video Tutorial

Video by VariationVault on YouTube
Have fun racing!
Source code: Link
Mario Kart made by Storm345
Page documented by SeaBoiii
Resource Pack made by MwGuy52













-
View User Profile
-
Send Message
Posted Jun 16, 2014@storm345 general: cars: '# description': If enabled this will allow for drivable cars(Minecarts not on rails) enable: true defSpeed: 30.0 effectBlocks: enable: true lowBoost: - COAL medBoost: - IRON_INGOT highBoost: - DIAMOND blockBoost: - GOLD_BLOCK HighblockBoost: - DIAMOND_BLOCK ResetblockBoost: - EMERALD_BLOCK jumpBlock: - IRON_BLOCK jumpAmount: 30.0 teleportBlock: - STAINED_CLAY:2 trafficLights: enable: true waitingBlock: - QUARTZ_BLOCK hitBy: enable: false enableMonsterDamage: true power: 5.0 damage: 1.5 roadBlocks: enable: false ids: - WOOL:15 - WOOL:8 - WOOL:0 - WOOL:7 licenses: enable: false fuel: enable: false price: 2.0 check: - FEATHER cmdPerm: ucars.ucars bypassPerm: ucars.bypassfuel items: enable: false ids: - WOOD - COAL:0 - COAL:1 sellFuel: true barriers: - COBBLE_WALL - FENCE - FENCE_GATE - NETHER_FENCE speedMods: - SOUL_SAND:0-10 - SPONGE:0-20 placePerm: enable: false perm: ucars.place health: default: 10.0 max: 100.0 min: 5.0 overrideDefault: true underwaterDamage: 0.0 lavaDamage: 0.0 punchDamage: 50.0 cactusDamage: 0.0 crashDamage: 0.0 forceRaceControlSystem: false permissions: enable: true misc: configVersion: 1.1 colorScheme: success: '&a' error: '&c' info: '&e' title: '&9' tp: '&5'
-
View User Profile
-
Send Message
Posted Jun 16, 2014@storm345
------------+ #------------+ #------------+ #------------+ #setup: create: wand: 280 misc: configVersion: 1.1 general: logger: colour: true raceLimit: 10 raceTickrate: 4 checkpointRadius: 10.0 raceGracePeriod: 10.0 race: timed: log: true maxTimePerCheckpoint: 60 enableTimeLimit: true targetPlayers: 5 rewards: enable: true win: 10.0 second: 5.0 third: 2.0 currency: Dollars music: enable: true upgrades: enable: true useSQL: false sqlHostName: localhost sqlPort: '3306' sqlDataBaseName: myDataBase sqlUsername: root sqlPassword: password123 ensureEqualCarSpeed: true optimiseAtRuntime: true race: que: minPlayers: 2 bitlyUrlShortner: true mariokart: resourcePack: DEFAULT_CURSEFORGE_PACK enable: true redShell: INK_SACK:1 greenShell: INK_SACK:2 blueShell: INK_SACK:12 banana: INK_SACK:11 star: NETHER_STAR:0 lightning: INK_SACK:7 bomb: TNT:0 boo: BONE pow: ICE random: STAINED_CLAY:4 mushroom: RED_MUSHROOM colorScheme: success: '&c' error: '&7' info: '&6' title: '&4' tp: '&1' music: configVersion: 1.0 tracks: defaultSong1: length: 68.0 path: mariokart.music.music1 defaultSong2: length: 125.0 path: mariokart.music.music2 defaultSong3: length: 132.0 path: mariokart.music.music3
-
View User Profile
-
Send Message
Posted Jun 16, 2014i have mario kart ProtocolLib-3.3.1 u cars
-
View User Profile
-
Send Message
Posted Jun 16, 2014@storm345
ok
-
View User Profile
-
Send Message
Posted Jun 16, 2014@nicolasfinta1
-
View User Profile
-
Send Message
Posted Jun 16, 2014@storm345
it is still saying[08:57:29 INFO]: [MarioKart] [WANRING] Memory resources low, MarioKart has locked down all queues and may start to terminate races if condition persists! when i do /reload and i edit it it says [08:57:20 WARN]: [MarioKart] Attempted to enable rewards but Vault/Economy NOT found. Please install vault to use this feature! [08:57:20 WARN]: [MarioKart] Disabling reward system... [08:57:20 INFO]: [MarioKart] Loading upgrades... [08:57:22 INFO]: [MarioKart] Unable to determine URL of MarioKart RP! Using built in default version... [08:57:22 INFO]: [MarioKart] Using resource pack: http://bit.ly/1gZMyUX [08:57:22 INFO]: [MarioKart] MarioKart v6.1 has been enabled! [08:57:22 INFO]: Server permissions file permissions.yml is empty, ignoring it [08:57:22 INFO]: CONSOLE: Reload complete. [08:57:23 WARN]: Can't keep up! Did the system time change, or is the server overloaded? Running 2847ms behind, skipping 56 tick(s) [08:57:29 INFO]: [MarioKart] [INFO] Current system available memory: 92 [08:57:29 INFO]: [MarioKart] [INFO] Current system available memory (Post cleanup) : 95
-
View User Profile
-
Send Message
Posted Jun 16, 2014thanks so much i am doing it right know
-
View User Profile
-
Send Message
Posted Jun 16, 2014@nicolasfinta1
You would have to upgrade the server, but most likely you can just optimise the config, remove unnecessary plugins, increase the race tickrate, increase the checkpoint radius and many other things which would resolve the issue! :)
-
View User Profile
-
Send Message
Posted Jun 16, 2014hello my name is nicolas and i just found this amazing plugin yesterday i have been try from 6pm to 12pm to fix it and this morning to and i evan remade my sever it just says this [07:14:47 INFO]: [MarioKart] [WANRING] Memory resources low, MarioKart has locked down all queues and may start to terminate races if condition persists! and i really want to play may you tell me how to add memory because my server memory is about 2 gb
-
View User Profile
-
Send Message
Posted Jun 14, 2014I try the plugin on this server: servidor-minecraft.com
It's amazing, congratulations.
-
View User Profile
-
Send Message
Posted Jun 8, 2014@Mwguy52
Probably not a good idea to animate as some tracks would break. Good idea though! :)
-
View User Profile
-
Send Message
Posted Jun 8, 2014@HungryThirstyDead
If you read uCars documentation you'll find an array of booster, jumping, teleporting, etc blocks that can be put in or below the road! :)
-
View User Profile
-
Send Message
Posted Jun 8, 2014@HungryThirstyDead
Thats a really good suggestion but what seaboiii said you can do that with boost blocks but i will retexture it and make it wavy,basically saying i will animate it
-
View User Profile
-
Send Message
Posted Jun 7, 2014@HungryThirstyDead
You can use the UCars speed boost blocks to do it :)
-
View User Profile
-
Send Message
Posted Jun 7, 2014just a suggestion for the future! :)
Maybe add power ups along the ground, like in this photo http://images.eurogamer.net/modojo.com/features/805/rainbow.jpg so that players can get speed boosts when they go over them :)
-
View User Profile
-
Send Message
Posted Jun 5, 2014@killyouslow
Increasing the racetickrate and checkpoint radius reduces lag considerably, yes.
-
View User Profile
-
Send Message
Posted Jun 5, 2014@storm345
would changing the "RaceTickRate" in the config from default : 4 to any other number help?
-
View User Profile
-
Send Message
Posted Jun 4, 2014@killyouslow
You're welcome! :)
-
View User Profile
-
Send Message
Posted Jun 4, 2014@storm345
Sounds Great Storm im pretty sure ive been running Mario Karts in "OptimiseAtRunTime" the whole time, but i do believe it is possible i might have goofed somewhere in the config ?
soo ill double and triple check my config, and get back to you,
also i just wanna thank you for always being soo attentive to all the users of this plugin you really are a great help, TYVM storm !
-
View User Profile
-
Send Message
Posted Jun 2, 2014@killyouslow
Try the versions from http://storm345dev.ci.cloudbees.com, make sure optimiseAtRuntime is ON. And CONFIGURE the plugin, if you get the config wrong, the game will just eat the server, but set it right and you can get 10 players on at 20tps with only 512mb ram and a standard pc processor (test environment). Another improvement is to remove excess plugins or worlds that may also be using it up. :)