mirror of
https://github.com/plan-player-analytics/Plan.git
synced 2024-12-31 21:48:32 +01:00
c49276369f
Adds a new Component API that allows converting between color code representations in Strings
29 lines
566 B
Groovy
29 lines
566 B
Groovy
pluginManagement {
|
|
repositories {
|
|
maven {
|
|
name = 'Fabric'
|
|
url = 'https://maven.fabricmc.net/'
|
|
}
|
|
maven {
|
|
name = 'Sponge'
|
|
url = "https://repo.spongepowered.org/repository/maven-public/"
|
|
}
|
|
mavenCentral()
|
|
gradlePluginPortal()
|
|
}
|
|
}
|
|
|
|
rootProject.name = 'Plan'
|
|
|
|
include 'api'
|
|
include 'common'
|
|
include 'bukkit'
|
|
include 'sponge'
|
|
include 'nukkit'
|
|
include 'bungeecord'
|
|
include 'velocity'
|
|
include 'plugin'
|
|
include 'extensions'
|
|
include 'extensions:adventure'
|
|
include 'fabric'
|