Skip to content

Commit

Permalink
[ci-skip] Example API
Browse files Browse the repository at this point in the history
  • Loading branch information
Euphillya committed Feb 2, 2024
1 parent 1f5687f commit 6cad725
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,19 @@ dependencies {
}
```

Example :

```java

import fr.euphyllia.skyllia.api.SkylliaAPI;
import fr.euphyllia.skyllia.api.skyblock.Island;

import java.util.UUID;

Island playerIsland = SkylliaAPI.getIslandByPlayerId(player.getUniqueId()).join();
UUID islandId = playerIsland.getId();
```

## Compatible Software

| Software | Version |
Expand Down

0 comments on commit 6cad725

Please sign in to comment.