Archived
0

новый модуль: bukkit-adapter

This commit is contained in:
2019-02-01 13:14:25 +03:00
parent 4a7790cd72
commit 39a288c6e0
3 changed files with 16 additions and 0 deletions

View File

@@ -0,0 +1,14 @@
version '0.1-SNAPSHOT'
repositories {
maven { url 'https://hub.spigotmc.org/nexus/content/repositories/snapshots/' }
}
dependencies {
/* Core */
compile_excludeCopy project(':core')
compile (group: 'org.bukkit', name: 'bukkit', version: '1.12.2-R0.1-SNAPSHOT') {
exclude group: 'com.google.code.gson'
}
}

View File

@@ -0,0 +1 @@
package mc.bukkit;

View File

@@ -6,3 +6,4 @@ include('h2_playermanager')
include('proto_1.12.2') // Protocol 1.12.2 include('proto_1.12.2') // Protocol 1.12.2
include('proto_1.12.2_netty') // Protocol 1.12.2 (Netty impl.) include('proto_1.12.2_netty') // Protocol 1.12.2 (Netty impl.)
include('anvil-loader') // Vanilla world loader (aka Anvil) include('anvil-loader') // Vanilla world loader (aka Anvil)
include('bukkit-adapter') // Support Bukkit plugins