mirror of
https://github.com/sekwah41/Advanced-Portals.git
synced 2024-11-18 08:35:50 +01:00
2d9a24716e
Sorry in advance for any mess with this part. Setting up a project from the get go I am not sure how to follow the commit structure as easily as I jump around a bit. Once we have some structure ready or planned out I will be following the standards we put back in place.
12 lines
179 B
Groovy
12 lines
179 B
Groovy
rootProject.name = "advanced-portals"
|
|
// Core modules
|
|
include 'core'
|
|
include 'api'
|
|
|
|
// Implementations
|
|
include 'spigot'
|
|
|
|
// Proxies
|
|
include 'velocity'
|
|
include 'bungee'
|