Skip to content

Commit

Permalink
updata
Browse files Browse the repository at this point in the history
修复一些BUG,并把代码弄得更"好看"
  • Loading branch information
a1640727878 committed Feb 8, 2020
1 parent 56c915b commit a7bbb91
Show file tree
Hide file tree
Showing 37 changed files with 966 additions and 985 deletions.
10 changes: 1 addition & 9 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -11,18 +11,10 @@ targetCompatibility = '1.8'

repositories {
mavenCentral()
maven { url = 'https://papermc.io/repo/repository/maven-public/' }
maven { url = 'https://oss.sonatype.org/content/groups/public/' }
maven { url = 'http://repo.dmulloy2.net/nexus/repository/public/' }
maven { url = 'http://repo.extendedclip.com/content/repositories/placeholderapi/' }
maven { url = 'https://repo1.maven.org/maven2/' }
}

dependencies {
compile files('libs/Spigot-1.12.2.jar')
compileOnly 'me.clip:placeholderapi:2.10.3'
compile files('libs/ProtocolLib-4.5.0.jar')
compile files('libs/DungeonsXL-0.18-SNAPSHOT-771.jar')
compile fileTree(dir: 'libs', includes: ['*.jar'])
}

import org.apache.tools.ant.filters.ReplaceTokens
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
pluginGroup=sky_bai.bukkit
pluginVersion=0.1.6
pluginVersion=0.2.0
5 changes: 2 additions & 3 deletions gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
#Thu Sep 19 14:22:09 CST 2019
distributionUrl=https\://services.gradle.org/distributions/gradle-5.6.1-all.zip
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
zipStorePath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-5.6.1-bin.zip
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
Binary file removed libs/DungeonsXL-0.17.7.jar
Binary file not shown.
Binary file added libs/PlaceholderAPI-2.10.4.jar
Binary file not shown.
Loading

0 comments on commit a7bbb91

Please sign in to comment.