An open API service indexing awesome lists of open source software.

https://github.com/phase/valhalla

Game API for Bukkit and Sponge
https://github.com/phase/valhalla

Last synced: 11 days ago
JSON representation

Game API for Bukkit and Sponge

Awesome Lists containing this project

README

          

# Valhalla
> Game API for Sponge and Bukkit

This is a WIP and probably won't turn into anything amazing.

The common code is written in Kotlin, the platform specific code is
written in Java. The Kotlin runtime is shaded in as
`io.jadon.valhalla.runtime.kotlin`. You should be able to write full
minigames by just depending on common if I did everything correctly.