Advanced-Portals/settings.gradle
Sekwah 40e4b2fc7a
Removed API module
For now the core module will be what is used to communicate with the plugin rather than a specific API package.
2021-05-26 02:25:17 +01:00

12 lines
180 B
Groovy

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