Changelog for [Version 1.0.2.0.2]
🛠Bug Fixes:
- Fall Damage Blocking: Fixed an issue where players could still take fall damage while gliding under certain conditions.
- Landing Monitoring: Replaced recursive calls in the landing monitor with coroutine-based loops to prevent stack overflows and ensure efficient monitoring.
- Rtp Spam: Fixed an issue where the rtp command could be spammed to lag the server.
✨ Features:
- RTP Player Command: Added the
/rtp player
command, allowing admins to teleport players and makes npc usage/setup easily.
Changelog for [Version 1.0.2.0.1]
🛠Bug Fixes:
- Premature Gliding Activation: Resolved an issue where players would enter the gliding animation prematurely during RTP commands before a safe location was found.
- Persistent Gliding State: Fixed a bug where players remained in the gliding state after landing or touching the ground post-teleportation.
- Velocity Stagnation: Addressed an issue where players could remain gliding indefinitely by moving into blocks like trapdoors, ladders, or glass panes.
- Collision Handling: Improved collision detection to use precise 3D hitbox checks, ensuring sustained collisions with blocks or entities forcefully reset the gliding state.
Changelog for [Version 1.0.2]
🛠Bug Fixes:
- Chunk Load During Teleport: Fixed chunk loading issues during teleports.
- Gliding State on Rejoin: Fixed gliding state loss after player disconnects on rare occasions.
🚀 New Features:
- Disable Potion Effects: New config option to disable potion effects while gliding.
- Damage Prevention: Players now avoid damage while gliding.
Changelog for [Version 1.0.1]
✨ Updated Features:
- Gliding Momentum Logic:
The gliding momentum logic has been updated to check theenableGlidingAnimation
setting before applying momentum, making the system more responsive to configuration options.
🔧 Improvements:
- Permission System Fallback:
The command permission system has been improved to gracefully handle missing permission mods likeLuckPerms
orCyberPermissions
. If no permission mod is found, the system will now fall back to Minecraft's default permission system.
🛠Bug Fixes:
- Initial Momentum in Dimension Teleports:
Fixed an issue where the initial momentum was not being applied correctly when teleporting across dimensions during gliding. - Server Crash on Missing Permissions Mod:
Resolved an issue where the server would crash if thefabric-permissions-api
mod was not installed. Now the system will default to the server's built-in permissions system.
🚀 Update:
- Minecraft 1.21 Support:
The mod has been updated to support Minecraft version 1.21.
Changelog for [Version 1.0.1]
✨ Updated Features:
- Gliding Mechanics Overhaul:
- Reworked the gliding system to function without requiring an Elytra.
- Gliding is now automatically triggered without the need for user actions, making it more seamless and immersive.
🔧 Improvements:
- Server-Side Custom Items:
- The custom glider item has been revamped to be server-side only, ensuring it remains a visual element.
- This update prevents users with packet manipulation hacks from obtaining the custom item improperly.
🛠Bug Fixes:
- Configuration Fixes:
- Resolved various configuration issues to ensure custom settings are properly loaded and saved, including fixes for configuration not reflecting user changes in rare cases.