# Barrier - v2.0.3 ## Command Fixes & Word Flags This update reworks the `/worldborder center` command to dodge an NMS crash on newer Paper builds, fixes coordinate ordering across commands, and introduces full-word flags alongside the existing short flags. ### PLUGIN FIXES - **Totem hand priority** — Totem detection and consumption now check the mainhand before the offhand, so a totem held in the mainhand is consumed first. - **Coordinate ordering** — `/worldborder get origin` and the `/worldborder center` "no change" check now report and compare in `x, y, z` order instead of the previous `x, z, y` mix-up. - **`/worldborder center` crash on 1.21.11** — The command no longer crashes with `IllegalArgumentException: ... not interface ... Coordinates`. Coordinates are now parsed manually, fully bypassing the NMS argument shim. ### PLUGIN UPDATES - **Word flags** — `/worldborder center` accepts `--time` alongside `-t`, and `/worldborder set` accepts `--width` / `--length` / `--height` alongside `-w` / `-l` / `-h`. - **Smarter `center` suggestions** — Tab completion now suggests the coordinates of the block you're looking at (within 3-5 blocks). If you're not aiming at one, it falls back to suggesting `~ ~ ~`. - **Relative coordinates** — `/worldborder center` supports vanilla-style `~` and `~<offset>` tokens for both 2D (`x z`) and 3D (`x y z`) input. - **Unlicensed startup log** — When the plugin is run on an unauthorized server, the log now also prints the server's detected public address to make license setup easier. ### INTERNAL UPDATES - Bumped **Bookshelf-API** to `1.2.34`. - Bumped **Bookshelf-CommandAPI** to `1.0.43`. - Bumped **PacketEvents** to `2.12.0`. - Added the `codemc-snapshots` Maven repository. - Bumped **Barrier-Paper** to `2.0.3`.