2 Commits

Author SHA1 Message Date
Oliver
6042202383 fancynpcs: Update dependencies 2025-10-13 17:19:35 +02:00
Oliver
dd3d26675a fancynpcs, fancyholograms: Clear CHANGELOG.md and add current dev build number to version 2025-10-10 15:09:49 +02:00
5 changed files with 3 additions and 17 deletions

View File

@@ -1,6 +0,0 @@
- Added support for 1.21.9 and 1.21.10
- Added support for MiniPlaceholders v3
- Improved performance by running more tasks asynchronously
- Improved logging
- Added HologramManager#isLoaded method
- Regular dev builds are now published to the BETA channel

View File

@@ -1 +1 @@
2.8.0
2.8.0.155

View File

@@ -1,8 +0,0 @@
- Added support for 1.21.9 and 1.21.10
- Added support for MiniPlaceholders v3
- Added permissions for each action type
- Improved logging
- Fixed various bugs for the player-npcs fflag
- Added an optional flag to disable arm swinging in Npc#update
- Added NpcManager#isLoaded method
- Regular dev builds are now published to the BETA channel

View File

@@ -1 +1 @@
2.8.0
2.8.0.301

View File

@@ -83,7 +83,7 @@ dependencies {
implementation("de.oliver.FancyAnalytics:mc-api:0.1.11")
implementation("de.oliver.FancyAnalytics:logger:0.0.8")
implementation("org.incendo:cloud-core:2.0.0")
implementation("org.incendo:cloud-paper:2.0.0-beta.11")
implementation("org.incendo:cloud-paper:2.0.0-beta.13")
implementation("org.incendo:cloud-annotations:2.0.0")
annotationProcessor("org.incendo:cloud-annotations:2.0.0")
implementation("org.mineskin:java-client-jsoup:3.0.3-SNAPSHOT")