diff --git a/docs/changelog/index.html b/docs/changelog/index.html index 913e9b8..ba171ae 100644 --- a/docs/changelog/index.html +++ b/docs/changelog/index.html @@ -138,7 +138,7 @@
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.
diff --git a/docs/installation/index.html b/docs/installation/index.html index b5a99d5..93c54ff 100644 --- a/docs/installation/index.html +++ b/docs/installation/index.html @@ -143,7 +143,7 @@- 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.
<dependency>
<groupId>com.github.unldenis.holoeasy</groupId>
<artifactId>holoeasy-core</artifactId>
- <version>4.1.0</version>
+ <version>4.2.0</version>
</dependency>
@@ -225,7 +225,7 @@ implementation 'com.github.unldenis.holoeasy:holoeasy-core:4.1.0'
+ implementation 'com.github.unldenis.holoeasy:holoeasy-core:4.2.0'