Skip to content

Commit

Permalink
updated readme version
Browse files Browse the repository at this point in the history
  • Loading branch information
unldenis committed Jul 12, 2024
1 parent 81a51ae commit a56e221
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions README.MD
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
> [!NOTE]
> New update: 3.4.0: [BlockLines & Animations](https://github.com/unldenis/holoeasy?tab=readme-ov-file#blockline--animations). Scroll down for more information.
> New update: 3.4.1: [BlockLines & Animations](https://github.com/unldenis/holoeasy?tab=readme-ov-file#blockline--animations). Scroll down for more information.
HoloEasy is a simple, modern and high-performant Java and Kotlin Minecraft Hologram library for 1.8-1.20.4 servers.

Expand All @@ -20,7 +20,7 @@ Lightweight replacement for Holographic Display. HoloEasy only uses packets inst
<dependency>
<groupId>com.github.unldenis.holoeasy</groupId>
<artifactId>holoeasy-core</artifactId>
<version>3.4.0</version>
<version>3.4.1</version>
</dependency>

<!-- For java projects include also the kotlin stdlib -->
Expand All @@ -34,7 +34,7 @@ Lightweight replacement for Holographic Display. HoloEasy only uses packets inst
#### Gradle

```kotlin
implementation("com.github.unldenis.holoeasy:holoeasy-core:3.4.0")
implementation("com.github.unldenis.holoeasy:holoeasy-core:3.4.1")

// For java projects include also the kotlin stdlib
implementation("org.jetbrains.kotlin:kotlin-stdlib:1.9.21")
Expand Down Expand Up @@ -139,7 +139,7 @@ plugin.registerHolograms {
```

## BlockLine & Animations
From 3.4.0 version, library added support for:
From 3.4.1 version, library added support for:
- BlockLine: Instead of a dropping item it spawns an hologram with the block as helmet.
- Animations: You can apply animations to hologram lines.
<p align="center">
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@
<!-- <plugin>-->
<!-- <groupId>org.apache.maven.plugins</groupId>-->
<!-- <artifactId>maven-jar-plugin</artifactId>-->
<!-- <version>3.4.0</version>-->
<!-- <version>3.4.1</version>-->
<!-- <configuration>-->
<!-- <outputDirectory>C:\Users\mehil\OneDrive\Desktop\Spigot 1.16.5\plugins</outputDirectory>-->
<!-- </configuration>-->
Expand Down

0 comments on commit a56e221

Please sign in to comment.