Astral Kits | Astral Core - SMP Engine

Astral Kits is a Astral Core addon for shared, database-backed player kits.

Installation​

  1. Place the jar in plugins/donutcore/addons/.
  2. Start the server once, then configure MySQL in plugins/donutcore/addons-data/donutkits/config.yml.
The addon intentionally does not fall back to local storage. If the configured database or schema cannot be initialized, DonutCore rejects the addon so backend servers cannot diverge on definitions or cooldowns.

Commands​

  • /kit or /kits: open the player kit menu.
  • /kit <id>: claim a kit directly; paid kits show a confirmation menu.
  • /kitadmin: open the in-game kit editor (donut.kits.admin).
  • /kitadmin grant <player> <kit>: force-deliver a kit without price, permission, or cooldown.
  • /kitadmin reset <player|uuid> <kit|all>: clear shared claim state.
Kit-specific permissions are optional and are configured in the editor. Money prices require a registered Vault economy, shard prices require DonutCore's shards service. Unsupported priced kits stay visible but cannot be purchased until their provider is available.
Top