Skip to content

Commit

Permalink
Fix PlaceholderAPI support.
Browse files Browse the repository at this point in the history
  • Loading branch information
prosavage committed Feb 6, 2020
1 parent a31f88f commit dd94ba4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
6 changes: 3 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ plugins {
}

group 'io.illyria'
version 'v1.3.3-alpha'
version 'v1.3.4-alpha'


sourceCompatibility = 1.8
Expand All @@ -16,7 +16,7 @@ repositories {
url "https://hub.spigotmc.org/nexus/content/repositories/snapshots"
}
maven {
url 'https://nexus.illyria.io/repository/maven-public/'
url 'https://nexus.savagelabs.net/repository/maven-public/'
}
maven {
url 'https://rayzr.dev/repo/'
Expand Down Expand Up @@ -48,7 +48,7 @@ dependencies {
implementation 'me.clip:placeholderapi:2.0.6'
implementation 'com.google.code.gson:gson:2.8.5'
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk8"
implementation 'net.prosavage:BasePlugin:1.5.1'
implementation 'net.prosavage:BasePlugin:1.5.4'
compileOnly group: "com.comphenix.protocol", name: "ProtocolLib", version: "4.4.0"
compile 'me.rayzr522:jsonmessage:1.2.0'
}
Expand Down
1 change: 1 addition & 0 deletions src/main/resources/plugin.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ main: io.illyria.skyblockx.SkyblockX
version: ${project.version}
api-version: '1.13'
load: POSTWORLD
softdepend: [PlaceholderAPI]
loadbefore: [Multiverse-Core]
authors: [ProSavage]
description: 'The Ultimate Skyblock Core'
Expand Down

0 comments on commit dd94ba4

Please sign in to comment.