SandstoneBukkit is an SandstoneAPI implementation written on top of Bukkit API.
Bukkit is a project that provides the means to extend the Minecraft Server (PC Edition).
Sandstone is an Project that the goal is facilitate the server modding development for different platforms and game editions. SandstoneAPI plugins works in all platforms that the API is implemented, the main API is universal, all features works in all minecraft editions (PC and PE), a different extension of API is provided to work with Edition dependant features (SandstoneAPI_PC and SandstoneAPI_PE).
First, clone the repository and enter it:
git clone --recursive https://github.com/ProjectSandstone/SandstoneBukkit
cd SandstoneBukkit
Generate type aliases with gradlew genTypeAliases and then build gradlew build (gradlew.bat for Windows Users).
If you want to contribute, there a lot of topics that we recommend you to read: SandstoneCommon.