Skip to content

Commit

Permalink
Update API and getting started pages
Browse files Browse the repository at this point in the history
  • Loading branch information
OliverSchlueter committed May 30, 2024
1 parent a3beffc commit 5b9ab99
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 12 deletions.
6 changes: 1 addition & 5 deletions Writerside/topics/FH-API.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
```Kotlin
repositories {
maven("https://repo.fancyplugins.de/releases")
maven("https://jitpack.io")
...
}
```
Expand All @@ -27,17 +26,14 @@ dependencies {
<name>FancyPlugins Repository</name>
<url>https://repo.fancyplugins.de/releases</url>
</repository>
<repository>
<id>jitpack.io</id>
<url>https://jitpack.io</url>
</repository>
```

```Markup
<dependency>
<groupId>de.oliver</groupId>
<artifactId>FancyHolograms</artifactId>
<version>VERSION</version>
<scope>provided</scope>
</dependency>
```

Expand Down
2 changes: 1 addition & 1 deletion Writerside/topics/FH-Getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<p>Put the downloaded file into the plugins folder of your server.</p>
</procedure>

<warning>Be aware, that only Paper is supported, but the plugin should work on any of its forks (like <a href="https://github.com/PaperMC/Folia">Folia</a> or <a href="https://github.com/PurpurMC/Purpur">Purpur</a>). The plugin will not work on Spigot or Bukkit (we are working on a solution).</warning>
<warning>Be aware, that only Paper is supported, but the plugin should work on any of its forks (like <a href="https://github.com/PaperMC/Folia">Folia</a> or <a href="https://github.com/PurpurMC/Purpur">Purpur</a>). Spigot or Bukkit is not supported.</warning>

<procedure title="Restart server">
<p>Restart your server.</p>
Expand Down
6 changes: 1 addition & 5 deletions Writerside/topics/FN-API.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
```Kotlin
repositories {
maven("https://repo.fancyplugins.de/releases")
maven("https://jitpack.io")
...
}
```
Expand All @@ -27,17 +26,14 @@ dependencies {
<name>FancyPlugins Repository</name>
<url>https://repo.fancyplugins.de/releases</url>
</repository>
<repository>
<id>jitpack.io</id>
<url>https://jitpack.io</url>
</repository>
```

```Markup
<dependency>
<groupId>de.oliver</groupId>
<artifactId>FancyNpcs</artifactId>
<version>VERSION</version>
<scope>provided</scope>
</dependency>
```
Expand Down
2 changes: 1 addition & 1 deletion Writerside/topics/FN-Getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<p>Put the downloaded file into the plugins folder of your server.</p>
</procedure>

<warning>Be aware, that only Paper is supported, but the plugin should work on any of its forks (like <a href="https://github.com/PaperMC/Folia">Folia</a> or <a href="https://github.com/PurpurMC/Purpur">Purpur</a>). The plugin will not work on Spigot or Bukkit (we are working on a solution).</warning>
<warning>Be aware, that only Paper is supported, but the plugin should work on any of its forks (like <a href="https://github.com/PaperMC/Folia">Folia</a> or <a href="https://github.com/PurpurMC/Purpur">Purpur</a>). Spigot or Bukkit is not supported.</warning>

<procedure title="Restart server">
<p>Restart your server.</p>
Expand Down

0 comments on commit 5b9ab99

Please sign in to comment.