Skip to content

Commit

Permalink
docs: add note for PE
Browse files Browse the repository at this point in the history
  • Loading branch information
max1mde authored Dec 27, 2024
1 parent 909999b commit a49bdbe
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,10 @@
- Upload the HologramLib-[version]**.jar** and packet events file on your server (_yourserver/**plugins**_ folder)
- Add the plugin as a dependency to your plugin and use it

> [!NOTE]
> You might also want to add [packetevents](https://github.com/retrooper/packetevents/wiki/Depending-on-pre%E2%80%90built-PacketEvents) as a compile-only dependency to your plugin
> if you want to use (import) certain features, such as the `ItemStack` for the item hologram.
**Gradle installation**
```groovy
repositories {
Expand Down

0 comments on commit a49bdbe

Please sign in to comment.