mirror of
https://github.com/plan-player-analytics/Plan.git
synced 2025-02-15 11:51:59 +01:00
- Module is in charge of registering built in DataExtensions - This is done via ExtensionRegister
10 lines
169 B
Groovy
10 lines
169 B
Groovy
rootProject.name = 'Plan'
|
|
|
|
include 'api'
|
|
include 'common'
|
|
include 'bukkit'
|
|
include 'sponge'
|
|
include 'bungeecord'
|
|
include 'velocity'
|
|
include 'plugin'
|
|
include 'extensions' |