10 lines
326 B
Groovy
10 lines
326 B
Groovy
rootProject.name = 'mc-server'
|
|
|
|
include('core') // Core
|
|
include('simple_world')
|
|
include('h2_playermanager')
|
|
include('proto_1.12.2') // Protocol 1.12.2
|
|
include('proto_1.12.2_netty') // Protocol 1.12.2 (Netty impl.)
|
|
include('anvil-loader') // Vanilla world loader (aka Anvil)
|
|
include('bukkit-adapter') // Support Bukkit plugins
|