Releases: Miniico/CelestialDash
Releases · Miniico/CelestialDash
Release list
CelestialDash v1.1.6
Highlights
- Optional server-managed resource-pack delivery with SHA-1 validation, resend command, and decline/download-failure logging.
- Configurable Celestial Amulet purification effects, storm-drop delivery, dash world blacklists, and double-dash multipliers.
- Improved main-hand Tear consumption, player-state cleanup, configuration validation, and test coverage.
Compatibility
- Minecraft 1.20+
- Spigot, Paper, and Purpur
- Java 17
Included assets
CelestialDash-1.1.6.jar- Optional
CelestialDash-Resource-Pack.zip(SHA-1:21ddb9da21e3f74b41514d662700a25c2b10a750)
The resource pack is disabled by default. See the README for configuration and upgrade instructions.
CelestialDash 1.1.5
CelestialDash 1.1.5
- Added the craftable Celestial Amulet with configurable uses and cooldown.
- Added permission checks, secure internal item markers, configurable messages, and command tab completion.
- Added configuration validation, state cleanup, cooldown feedback fixes, and unit tests.
v1.1.4 — Open Source & World Control Update
Added
- World blacklist system for storm tear drops
Celestial Tears will NOT generate in configured worlds.
Config:
drop-blacklist-worlds:
- "world_nether"
- "world_the_end"
Add more worlds here
Improved
- Restored PlaceholderAPI variable: %celestialdash_tears%
- Internal refactor + cleanup
- Fully commented codebase for open-source clarity
Open Source
CelestialDash is now MIT-licensed. Forks, contributions and PRs are welcome.
CelestialDash v1.1.3 — PlaceholderAPI support + Double dash off-hand fix
🚀 What's New in v1.1.3
🔹 PlaceholderAPI Integration
You can now access in-game CelestialDash data using PlaceholderAPI.
Available placeholders:
%celestialdash_tears%→ Number of Celestial Tears in inventory%celestialdash_cooldown%→ Remaining cooldown (seconds)%celestialdash_double_ready%→ Whether second dash is available (true/false)
🔥 Mechanics Fixes
- Fixed double-dash not triggering when an item was held in off-hand
- Improved dash validation logic for more consistent input
📦 Internal Additions
- New dash state handling
- Updated plugin structure for expansion registration
- Cleaner inventory checks
Download below ⬇ and drop into your plugins folder.
CelestialDash v1.1.2
✨ New Features
- Storm-based Celestial Tear drops
- Dash mechanics with customizable strength & vertical lift
- Particle effects and animated trails
- Regeneration boost after dashing
- Full permission system
- Hex color support in messages
- NBT/PDC item validation
- CustomModelData support for Celestial Tears (configurable via
tear-custom-model-data) - Modular and clean architecture (Handlers, Utils, Services)
🎮 Commands
/celestialdash give <player> <amount>— Give Celestial Tears/celestialdash reload— Reload all config values
🔐 Permissions
celestialdash.admin— Access to all plugin commands
📦 Installation
- Download
CelestialDash-1.1.2.jar - Drop it into your
/plugins/folder - Restart the server (full restart recommended)
📊 Requirements
- Minecraft 1.20.1+
- Java 17+
- Runs on Spigot / Paper / Purpur