bukman/settings.gradle.kts
2021-10-05 16:44:22 +02:00

5 lines
107 B
Kotlin

rootProject.name = "ServerUtils"
include("Common")
include("Bukkit")
include("Bungee")
include("Velocity")