Skip to content

Commit

Permalink
fixed readme because it was dumb and bad and dumb
Browse files Browse the repository at this point in the history
Signed-off-by: MelonMojito <[email protected]>
  • Loading branch information
MelonMojito authored Nov 19, 2024
1 parent e88369c commit 8a5ebb2
Showing 1 changed file with 1 addition and 19 deletions.
20 changes: 1 addition & 19 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,23 +4,5 @@ A server side mod library for listening to and interracting with an event system
_________________________________________________________
Include in project with:
```gradle
implementation "com.github.UselessSolutions:<release-tag>"
modImplementation "com.github.UselessSolutions:serverlibe:<release-tag>"
```
_________________________________________________________
Or Include:
```gradle
ivy {
url = "https://github.com/UselessSolutions"
patternLayout {
artifact "[organisation]/releases/download/[revision]/[module]-[revision].jar"
m2compatible = true
}
metadataSources { artifact() }
}
```
This ^ in under repositories with:
```gradle
implementation "serverlibe:serverlibe:${project.serverlibe_version}"
```
This ^ as the implementation.
_________________________________________________________

0 comments on commit 8a5ebb2

Please sign in to comment.