modCodePaths

open override fun modCodePaths(): List<ModCode>

The server jar — where net.minecraft.* and the CraftBukkit implementation both live, so that one entry covers what minecraft + the loader jars cover on a mod host. Plugins come through pluginCodePaths.

No dropMc here, unlike the mod hosts: MC and Bukkit share this jar. mc-symbols wins by classpath order.