FastAsyncWorldEdit (and WorldEdit) soft-depend, as requested, along with FAWE/WE Detection.
New Schematic Manager can be called with /tcp paste to paste one of the included Trial Chambers or /tcp schematics to view a list of available schematics.
Without WorldEdit/FAWE, schematic features will be disabled gracefully.
Fixed
Newly generated Trial Chambers appear immediately in /tcp menu without requiring a server restart. The Overview now sorts chambers by creation time (newest first), ensuring fresh entries are shown on the first page.
Cache refresh after updates: setting a chamber's exit location or snapshot file now refreshes the in-memory cache entry so the GUI reflects changes without delays.
Other minor bugfixes and code cleanup.
Internal
ChamberManager.getCachedChambers() now returns chambers sorted by createdAt descending.
Minor cache handling refinements when updating chamber fields.