mirror of
https://github.com/plan-player-analytics/Plan.git
synced 2025-03-10 13:49:17 +01:00
- 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
11 lines
186 B
Groovy
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' |