Skip to content

Commit

Permalink
Make URLs clickable
Browse files Browse the repository at this point in the history
  • Loading branch information
RoboMWM committed Sep 11, 2024
1 parent bdbf46e commit e8c4e11
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions api.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ Documentation for developers is currently very sparse. Please feel free to help

# Adding GriefPrevention as a maven/gradle/etc. dependency

GriefPrevention will be added to maven central soon - in the meantime, there's this neat thing called [JitPack](https://jitpack.io/#GriefPrevention/GriefPrevention) that makes a public maven repo for public Github repos on the fly.
GriefPrevention will be added to maven central sometime before v20 - in the meantime, there's this neat thing called [JitPack](https://jitpack.io/#GriefPrevention/GriefPrevention) that makes a public maven repo for public Github repos on the fly.
According to it, this is all you need to do to add to your pom.xml:
```xml
<repositories>
Expand All @@ -41,6 +41,6 @@ According to it, this is all you need to do to add to your pom.xml:
</dependency>
```

You can also add it to gradle/sbt/leiningen projects: https://jitpack.io/#GriefPrevention/GriefPrevention/
You can also add it to gradle/sbt/leiningen projects: <https://jitpack.io/#GriefPrevention/GriefPrevention/>

---
8 changes: 4 additions & 4 deletions faq.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@ description: "Frequently Asked Questions about GriefPrevention"

GriefPrevention does not hook into any placeholder API, thus it does not provide any "placeholders." However, other plugins and addons are free to hook into GriefPrevention and create their own placeholders for GriefPrevention. Here is a very minimal list of discussions and documentation sites:

- https://wiki.placeholderapi.com/users/placeholder-list/#griefprevention
- https://api.extendedclip.com/expansions/griefprevention/
- https://github.com/GriefPrevention/GriefPrevention/discussions/2256
- https://github.com/GriefPrevention/GriefPrevention/discussions/923
- <https://wiki.placeholderapi.com/users/placeholder-list/#griefprevention>
- <https://api.extendedclip.com/expansions/griefprevention/>
- <https://github.com/GriefPrevention/GriefPrevention/discussions/2256>
- <https://github.com/GriefPrevention/GriefPrevention/discussions/923>

</details>
<br>
Expand Down

0 comments on commit e8c4e11

Please sign in to comment.