# Painting - v1.0.1 ## Paper 1.21.11 Compatibility ### PLUGIN FIXES - **Paper 1.21.11 load failure** — Painting-Paper now loads cleanly on Paper 1.21.11. The shaded CommandAPI was Spigot-mapped and rejected Mojang-mapped Paper builds, failing at `onLoad` with `UnsupportedVersionException` and cascading into `CommandAPIHandler instance ... null` on `onEnable`. ### INTERNAL UPDATES - **CommandAPI** — switched from `commandapi-bukkit-shade` 10.1.2 (Spigot-mapped) to `commandapi-paper-shade` 11.2.0 (Paper Mojang-mapped). Bootstrap now uses `CommandAPIPaperConfig`. - **Painting-Impl** bumped to 1.0.1. **Painting-Velocity** bumped to 1.0.1 for parity.