mirror of
https://github.com/plan-player-analytics/Plan.git
synced 2024-11-03 09:21:41 +01:00
e8da008538
- 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' |