Skip to content

CodingBadgers/MineKart

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Plugin overview UML diagram

What is it

MineKart is a Minecraft server plugin for Bukkit (though it has been primarily tested on Spigot).

The plugin aims to create a 'Mario Kart' based game mode, allowing players to mount living entities and race against other players. During a race a player (or jockey) can pickup items powerups about the course. Multiple race course types exist, each with there own target goal.

Features

  • Multiple course types (Checkpoint and Lap)
  • Multiple game running concurrently
  • Customizable pickups and powerups
  • Use any living entity as a mount
  • Live update signs on race progress

Future Features

  • Multiple game modes (Single Player, Coop)
  • User statistics

How to build the source

The project is completely written in Java, so you will require the latest JDK.

Along with this, the project is a Maven project. There are a few ways to build a maven project, you can install Maven and build from the command line, or if you use the Java version of Eclipse Maven comes with that, allowing you to import the maven project and run from within the Eclipse IDE.

License

GNU GPL v2 - Please see LICENSE file for more information.