# Observer - v1.2.3 ## Pedestal Persistence & Menu Polish ### PLUGIN FIXES - **Pedestals refusing to save with high-stack-size items** — Pedestals that referenced custom items with stack sizes above 99 (e.g. `MG-BLAZING_STAFF` at 128) threw on save because Bukkit's YAML serializer rejects amounts outside the vanilla `[1,99]` range. Stacks now persist independently of the vanilla cap. - **Restriction editor left side blanking on page switch** — Flipping to the second page of the item restriction editor cleared the item icon, delete button, and divider panes on the left. Those slots now stay visible on every page. - **Editor menus eating placed items** — Adding an item restriction, an enchantment restriction, a recipe, or a pedestal could return barrier-filler items to the player on close. Item-placement menus now use a real inventory again so click handlers see the real cursor/state. - **Shift-click deposit in editor menus** — Shift-clicking from your inventory into an editor menu (Add Item / Add Enchant / Create Pedestal / Create Recipe) no longer silently fails. The first empty placement slot is filled, with overflow falling back to the result slot for pedestals and recipes. ### PLUGIN UPDATES - **End of life** — v1.2.3 marks the end of new feature work for Observer. We will continue to ship version-compatibility bumps and bug fixes that server owners report. Thank you to everyone who has purchased and supported the plugin. ### INTERNAL UPDATES - Bumped **Observer-Paper** to `1.2.3`.