# Amplifier - v1.0.64
## Folia Support + Loader Config Split
### PLUGIN UPDATES
- **Folia support** — Plugin now runs on Folia. All schedulers route through Bookshelf's `Task` helper so timers, delays, and main-thread hops use the correct region/async scheduler.
### PLUGIN CHANGES
- **Loader config moved to `loader.yml`** — The loader's own settings (`loader_version`, `loader_channels`) are now stored in `plugins/Amplifier/loader.yml`. The impl plugin owns `config.yml` exclusively. Admins on non-default channels (e.g. `alpha`) must re-set `loader_channels` after updating the loader jar.
### INTERNAL UPDATES
- Added `folia-supported: true` to `plugin.yml` (loader + impl).
- Replaced `Bukkit.getScheduler()` calls in `VoiceManager`, `RedisManager`, and `BookshelfListener` with `gg.lode.bookshelfapi.api.Task`.