mirror of
https://github.com/TotalFreedomMC/PlayerParticles.git
synced 2025-08-07 04:53:04 +00:00
WorldGuard region support
This commit is contained in:
parent
4afc2135b1
commit
179c6b58e1
17 changed files with 172 additions and 27 deletions
|
@ -10,7 +10,7 @@ sourceCompatibility = 1.8
|
|||
targetCompatibility = 1.8
|
||||
compileJava.options.encoding = 'UTF-8'
|
||||
group = 'dev.esophose'
|
||||
version = '7.11'
|
||||
version = '7.12'
|
||||
|
||||
java {
|
||||
withJavadocJar()
|
||||
|
@ -31,6 +31,7 @@ dependencies {
|
|||
compile 'org.slf4j:slf4j-nop:1.7.25'
|
||||
compile 'com.zaxxer:HikariCP:3.2.0'
|
||||
compile 'org.bstats:bstats-bukkit-lite:1.7'
|
||||
compile 'org.codemc.worldguardwrapper:worldguardwrapper:1.1.6-SNAPSHOT'
|
||||
shadow 'com.googlecode.json-simple:json-simple:1.1.1'
|
||||
shadow 'org.jetbrains:annotations:16.0.2'
|
||||
shadow 'me.clip:placeholderapi:2.10.4'
|
||||
|
@ -45,6 +46,7 @@ shadowJar {
|
|||
relocate('org.bstats', 'dev.esophose.playerparticles.libs.bstats')
|
||||
relocate('org.slf4j', 'dev.esophose.playerparticles.libs.slf4j')
|
||||
relocate('com.zaxxer.hikari', 'dev.esophose.playerparticles.libs.hikaricp')
|
||||
relocate('org.codemc.worldguardwrapper', 'dev.esophose.playerparticles.libs.worldguardwrapper')
|
||||
}
|
||||
|
||||
processResources {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue