Skip to content

Commit

Permalink
1.20.6
Browse files Browse the repository at this point in the history
  • Loading branch information
JLyne committed Jul 4, 2024
1 parent 83ea767 commit 336be98
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 20 deletions.
24 changes: 12 additions & 12 deletions .idea/compiler.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions PlatformDetection-paper/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ plugins {
dependencies {
implementation project(':PlatformDetection-common')

compileOnly 'io.papermc.paper:paper-api:1.20.4-R0.1-SNAPSHOT'
compileOnly 'me.clip:placeholderapi:2.11.5'
compileOnly 'io.papermc.paper:paper-api:1.20.6-R0.1-SNAPSHOT'
compileOnly 'me.clip:placeholderapi:2.11.6'
compileOnly 'org.geysermc.floodgate:api:2.2.2-SNAPSHOT'
compileOnly 'org.vivecraft:Vivecraft_Spigot_Extensions:1.20.4-r2'
}
Expand Down
2 changes: 1 addition & 1 deletion PlatformDetection-paper/src/main/resources/plugin.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: PlatformDetection
version: @project.version@
main: uk.co.notnull.platformdetection.PlatformDetectionPaper
author: Jim (NotKatuen)
api-version: 1.20
api-version: '1.20.6'
load: STARTUP
description: Detects the platform/mod players are using
depend: [PlaceholderAPI]
Expand Down
5 changes: 0 additions & 5 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,6 @@ subprojects {
mavenLocal()
mavenCentral()

// Adventure-bom snapshots required for velocity 3.3.0
maven {
url "https://s01.oss.sonatype.org/content/repositories/snapshots"
}

maven {
url 'https://repo.not-null.co.uk/releases/'
}
Expand Down

0 comments on commit 336be98

Please sign in to comment.