Skip to content
This repository has been archived by the owner on Feb 3, 2024. It is now read-only.

Commit

Permalink
Merge pull request #58 from kylejuliandev/tws.management/1.18.1-upgrade
Browse files Browse the repository at this point in the history
Complete upgrade to MC 1.18.1
  • Loading branch information
kylejuliandev authored Dec 28, 2021
2 parents 9c3b709 + de8afd3 commit b98b914
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 13 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ This plugin maintains a local SQLite database which persists information used by

### Running the Plugin

This plugin runs on Minecraft [Purpur 1.18](https://purpurmc.org/docs/). You can download the latest version of the plugin jar through navigating the Packages section of this github repository, or using the following link [packages](https://github.com/kylejulian98/tws.management/packages).
This plugin runs on Minecraft [Purpur 1.18.1](https://purpurmc.org/docs/). You can download the latest version of the plugin jar through navigating the Packages section of this github repository, or using the following link [packages](https://github.com/kylejulian98/tws.management/packages).

#### Requirements

Expand Down
16 changes: 4 additions & 12 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -29,32 +29,24 @@ repositories {
maven { url 'https://mvnrepository.com/artifact/com.fasterxml.jackson.core/jackson-core' }
maven { url 'https://mvnrepository.com/artifact/org.apache.commons/commons-dbcp2' }

// Purpur main branch
// maven { url 'https://repo.pl3x.net' }

// Purpur snapshot branch
maven { url 'https://repo.purpurmc.org/snapshots' }

maven { url 'https://jitpack.io' }
maven { url 'https://repo.kryptonmc.org/releases' }
}

dependencies {
implementation 'com.fasterxml.jackson.core:jackson-core:2.13.0'
implementation 'com.fasterxml.jackson.core:jackson-databind:2.13.0'
implementation 'com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.13.0'
implementation 'com.fasterxml.jackson.core:jackson-core:2.13.1'
implementation 'com.fasterxml.jackson.core:jackson-databind:2.13.1'
implementation 'com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.13.1'
implementation 'org.apache.commons:commons-dbcp2:2.9.0' // Connection Pooling
implementation "net.kyori:adventure-api:4.9.3"

compileOnly 'me.neznamy:tab-api:3.0.1'
compileOnly 'net.luckperms:api:5.3'
compileOnly 'org.jetbrains:annotations:23.0.0'

// Purpur main branch
// compileOnly 'net.pl3x.purpur:purpur-api:1.17.1-R0.1-SNAPSHOT'

// Purpur snapshot branch
compileOnly 'org.purpurmc.purpur:purpur-api:1.18-R0.1-SNAPSHOT'
compileOnly 'org.purpurmc.purpur:purpur-api:1.18.1-R0.1-SNAPSHOT'
}

// Patch plugin.yml file
Expand Down

0 comments on commit b98b914

Please sign in to comment.