# Bookshelf - v2.1.53 ## Config Hotfix + Legacy Helper ### API UPDATES - **`LegacyHelper`** — New utility for legacy formatting under `gg.lode.bookshelfapi.api.util`. Round-trips `&`/`§` color and style codes (including legacy hex like `&#RRGGBB` or `$#RRGGBB`) through MiniMessage, plus small helpers for plain-text blank checks and newline-joining a `List<Component>`. ### PLUGIN FIXES - **Default config extraction under the cloud loader** — `Configuration` was asking the loader jar for embedded resources (`managers/chat.yml`, `managers/infractions.yml`, `managers/scoreboard.yml`), which only live in the impl jar. Fresh servers crashed at boot with `IllegalArgumentException: The embedded resource '…' cannot be found`. Default configs are now read from the impl jar's classloader so first-boot extraction works again. ### INTERNAL UPDATES - Bumped **Bookshelf-API** to `1.2.4`. - Bumped **Bookshelf-Paper** to `2.1.53`.