You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Translatable messages — chat, GUI titles/lore, countdown title/action bar, and clickable confirm labels load from lang/en.yml. Set language: in config.yml and add plugins/AuraUtils/lang/<code>.yml for other locales. Missing keys fall back to jar English. New keys are merged into disk lang/en.yml on upgrade.
/aura reload — reloads config.yml and the active language file (aura.admin). Warps and homes are live-managed and are not re-read from disk.
Home limits — homes.default-limit (0 = unlimited) plus optional homes.limits entries keyed by Bukkit permission (LuckPerms groups work with no extra dependency). Highest matching positive max wins; max: 0 is unlimited.
Overwrite confirmation — /sethome and /setwarp prompt with clickable [CONFIRM] / [CANCEL] when the name already exists (30 second expiry).
Safe destination names — home and warp names must be 1–32 letters, numbers, _, or -.
GitHub update checker — optional (update-checker.enabled, default true). Checks TamaWish/AuraUtils for a newer release. Console is informed; players with aura.admin get a chat notice with a clickable releases link.
Fixed
Concurrent TPA request lifecycle (requester cancel and player-quit cleanup).
Pending teleport and /back state under Folia region parallelism.
Paper async RTP chunk-load detection inspects the runtime world implementation.
Teleport success messages wait for the asynchronous teleport result instead of reporting success when a request is only submitted.
Changed
Release builds are two shaded artifacts: AuraUtils-1.3.0-spigot.jar (Spigot/CraftBukkit) and AuraUtils-1.3.0-paper-folia.jar (Paper, Purpur, Folia). Commands and config stay the same; scheduling and RTP chunk loading adapt per platform.