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
- Host: GitHub
- URL: https://github.com/phase/valhalla
- Owner: phase
- License: other
- Created: 2018-01-04T13:28:02.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-01-04T16:11:36.000Z (over 8 years ago)
- Last Synced: 2025-03-18T19:55:06.191Z (about 1 year ago)
- Language: Java
- Size: 10.7 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
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.