Skip to content

woochany/ChessCraft

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ChessCraft

ChessCraft is a Bukkit plugin that allows you to play chess on your CraftBukkit Minecraft server.

Installation and Usage

Detailed documentation can be found in BukkitDev: http://dev.bukkit.org/server-mods/chesscraft

Building

If you want to build ChessCraft yourself, you will need Maven.

  1. Install dhutils: run git clone https://github.com/desht/dhutils followed by mvn install

2a) Download a copy of ScrollingMenuSign.jar (get the latest version) from http://dev.bukkit.org/server-mods/scrollingmenusign

2b) Run mvn install:install-file -DgroupId=me.desht -DartifactId=scrollingmenusign -Dversion=x.y.z -Dpackaging=jar -Dfile=ScrollingMenuSign.jar (replace x.y.z with the version you downloaded)

(Alternatively, you can do git clone https://github.com/desht/ScrollingMenuSign and build it from source - see https://github.com/desht/ScrollingMenuSign)

  1. Run mvn clean install

This should give you a copy of ChessCraft.jar under the target/ directory.

Use mvn eclipse:eclipse to create the .project and .classpath files if you want to open the project in Eclipse.

License

ChessCraft by Des Herriott is licensed under the Gnu GPL v3.

ChessCraft includes unmodified copies of the following third-party projects:

About

Play Chess in Minecraft

Resources

License

Stars

Watchers

Forks

Packages

No packages published