Advanced-Portals/settings.gradle
Sekwah 2d9a24716e
Removing everything preparing for re-code.
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.
2021-05-24 00:19:14 +01:00

12 lines
179 B
Groovy

rootProject.name = "advanced-portals"
// Core modules
include 'core'
include 'api'
// Implementations
include 'spigot'
// Proxies
include 'velocity'
include 'bungee'