mirror of
https://github.com/sekwah41/Advanced-Portals.git
synced 2024-11-14 22:55:36 +01:00
12 lines
169 B
Groovy
12 lines
169 B
Groovy
rootProject.name = "Advanced-Portals"
|
|
// Core modules
|
|
include 'core'
|
|
include 'lang'
|
|
|
|
// Implementations
|
|
include 'spigot'
|
|
|
|
// Proxies
|
|
include 'velocity'
|
|
include 'bungee'
|