новый модуль: bukkit-adapter
This commit is contained in:
14
bukkit-adapter/build.gradle
Normal file
14
bukkit-adapter/build.gradle
Normal 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'
|
||||||
|
}
|
||||||
|
}
|
||||||
1
bukkit-adapter/src/main/java/mc/bukkit/package-info.java
Normal file
1
bukkit-adapter/src/main/java/mc/bukkit/package-info.java
Normal file
@@ -0,0 +1 @@
|
|||||||
|
package mc.bukkit;
|
||||||
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user