Plan/Plan/settings.gradle
Risto Lahtela 2877fdc5ca
Implemented Nukkit Support (#1244)
- Implemented APF for Nukkit
- Copied Bukkit implementation and modified it for Nukkit
- Fixed SQLite not being present on Nukkit by switching to H2 on boot

Affects issues:
- Close #1020
2019-12-08 10:26:24 +02:00

11 lines
186 B
Groovy

rootProject.name = 'Plan'
include 'api'
include 'common'
include 'bukkit'
include 'sponge'
include 'nukkit'
include 'bungeecord'
include 'velocity'
include 'plugin'
include 'extensions'