Skip to content

Releases: Miniico/CelestialDash

CelestialDash v1.1.6

Choose a tag to compare

@Miniico Miniico released this 30 Jul 15:46

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

Choose a tag to compare

@Miniico Miniico released this 29 Jul 20:13

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

Choose a tag to compare

@Miniico Miniico released this 07 Dec 23:10

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.

GitHub → https://github.com/Miniico/CelestialDash

CelestialDash v1.1.3 — PlaceholderAPI support + Double dash off-hand fix

Choose a tag to compare

@Miniico Miniico released this 04 Dec 18:58

🚀 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

Choose a tag to compare

@Miniico Miniico released this 29 Nov 20:10
673154d

✨ 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

  1. Download CelestialDash-1.1.2.jar
  2. Drop it into your /plugins/ folder
  3. Restart the server (full restart recommended)

📊 Requirements

  • Minecraft 1.20.1+
  • Java 17+
  • Runs on Spigot / Paper / Purpur