Advanced-Portals/settings.gradle
Sekwah a6df788f4f Removed API module
For now the core module will be what is used to communicate with the plugin rather than a specific API package.
2024-11-18 05:32:21 +00:00

12 lines
180 B
Groovy

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