From 78afa28f2cd2304f56d20723264065923cdf4d6b Mon Sep 17 00:00:00 2001
From: unldenis October 6, 2024 Minor changes:
HoloEasy is an open-source library for creating holograms in Minecraft that uses ProtocolLib (or PacketEvents) to handle packets.
- This allows for efficient and flexible communication between the client and server.
+ This allows for greater performance as the server does not have to manage these entities.
v4.2.0
- v4.1.0
+ v4.2.0
diff --git a/docs/index.html b/docs/index.html
index b5575df..9505da6 100644
--- a/docs/index.html
+++ b/docs/index.html
@@ -125,7 +125,7 @@
Introduction
What is HoloEasy
Requirements
- If you opt for PacketEvents, the library is not included by HoloEasy and neither is the instance registration.
+ If you opt for PacketEvents, the dependency is not included by HoloEasy and neither is the instance registration.
@@ -180,7 +180,7 @@
More information in the example.
Installation via Maven
@@ -225,7 +225,7 @@ <dependency>
<groupId>com.github.unldenis.holoeasy</groupId>
<artifactId>holoeasy-core</artifactId>
- <version>4.1.0</version>
+ <version>4.2.0</version>
</dependency>
Installation via Gradle
implementation 'com.github.unldenis.holoeasy:holoeasy-core:4.1.0'
+ implementation 'com.github.unldenis.holoeasy:holoeasy-core:4.2.0'