Skip to content

Commit

Permalink
Update API docs
Browse files Browse the repository at this point in the history
  • Loading branch information
OliverSchlueter committed Feb 8, 2024
1 parent 91205df commit 4876af8
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
10 changes: 9 additions & 1 deletion Writerside/topics/FH-API.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
```Kotlin
repositories {
maven("https://repo.fancyplugins.de/releases")
maven("https://jitpack.io")
...
}
```
Expand All @@ -26,6 +27,10 @@ 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
Expand All @@ -34,9 +39,12 @@ dependencies {
<artifactId>FancyHolograms</artifactId>
<version>VERSION</version>
</dependency>
```

## JavaDoc

You can find the JavaDoc [here](https://fancyplugins.de/javadocs/fancyholograms/)

## Create a new hologram

```java
Expand Down
9 changes: 9 additions & 0 deletions Writerside/topics/FN-API.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
```Kotlin
repositories {
maven("https://repo.fancyplugins.de/releases")
maven("https://jitpack.io")
...
}
```
Expand All @@ -26,6 +27,10 @@ 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
Expand All @@ -37,6 +42,10 @@ dependencies {
```

## JavaDoc

You can find the JavaDoc [here](https://fancyplugins.de/javadocs/fancynpcs/)

## List of all events

### NpcCreateEvent
Expand Down

0 comments on commit 4876af8

Please sign in to comment.