Skip to content
This repository has been archived by the owner on Apr 2, 2020. It is now read-only.

SpongePowered/Cookbook

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

75 Commits
 
 
 
 
 
 

Repository files navigation

Cookbook

SpongeAPI munchy crunchy delicious recipes

This is the repository for the collection of Sponge recipes.

Code modules, fully functional that demonstrate working are placed here one directory per Project.

Intent is that each project is a stand-alone "Plugin" that can be compiled via gradle/mvn and imported into the IDE.

If you want a brief introduction to Sponge by code, you can check out the plugins in a specific order which will describe how stuff works.

  • SimpleFireball - Basics of Sponge, events, text, data and other
  • Flardians - Stacks, and data
  • ConfigDatabase - How to use configs
  • MyHomes (Incomplete) - How to use custom data

In addition you can check out some of the more complex

  • HelloFromKotlin - How to use Kotlin with Sponge
  • ScalaFireball - How to use Scala with Sponge