mirror of
https://github.com/sekwah41/Advanced-Portals.git
synced 2024-11-21 18:16:03 +01:00
13 lines
189 B
Groovy
13 lines
189 B
Groovy
rootProject.name = "Advanced-Portals"
|
|
// Core modules
|
|
include 'core'
|
|
include 'proxycore'
|
|
include 'lang'
|
|
|
|
// Implementations
|
|
include 'spigot'
|
|
|
|
// Proxies
|
|
include 'velocity'
|
|
include 'bungee'
|