Skip to content

Commit

Permalink
Create README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
FiLKoNd authored Nov 2, 2024
1 parent 7406208 commit b0bafde
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 b0bafde

Please sign in to comment.