Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
FiLKoNd committed Nov 6, 2024
2 parents ed9d2b5 + b0bafde commit 3697cf3
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
```kotlin
repositories {
maven("https://maven.pkg.github.com/FiLKoNd/paperKtLib") {
credentials {
username = System.getenv("GITHUB_USERNAME")
password = System.getenv("GITHUB_TOKEN")
}
}
}
```


```kotlin
dependencies {
compileOnly("com.filkond:paperktlib-adventure:1.0.1")
compileOnly("com.filkond:paperktlib-config:1.0.1")
compileOnly("com.filkond:paperktlib-paper:1.0.1")
compileOnly("com.filkond:paperktlib-towny:1.0.1")
}
```

0 comments on commit 3697cf3

Please sign in to comment.