Advanced-Portals/settings.gradle
Sekwah dcb4463de9 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.
2024-11-18 05:32:21 +00:00

12 lines
179 B
Groovy

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