mock Bukkit
fun Project.mockBukkit(config: DependencyConfig, mockBukkitConfig: MockBukkitConfig = MockBukkitConfig(), block: ExternalModuleDependency.() -> Unit = {}): List<ExternalModuleDependency>
Adds Repository.MAVEN_CENTRAL and Repository.PAPER repositories
Adds the dependency to the provided MockBukkit version
Return
The ExternalModuleDependencys of the MockBukkit dependency
Parameters
config
The configuration for the MockBukkit dependency
mock Bukkit Config
The configuration for MockBukkit
block
The block to apply to the dependency