PAR-322
0
Move non-search subcommands off /find onto /chestshop
Pending ReleaseUnassignedChestShop
/find had accumulated commands unrelated to finding items: shop-display toggles and an admin registry rebuild. Keep /find (and /find <item>) for item search only; move the rest onto the /chestshop (/cs) command tree, matching the existing subcommand idiom (bypass, give, metrics, notify, version).
New command surface
/chestshop toggle visibility <true|false>(was/find toggle visibility)/chestshop toggle hologram <true|false>(was/find toggle hologram)/chestshop toggle preview <true|false>(was/find toggle preview)/chestshop resync <chunks>(was/find resync) — admin-only via class-level@Permission("ChestShop.admin")
Message keys renamed to match the new home:
find.visibility-set→shop.visibility-setfind.hologram-set→shop.hologram-setfind.preview-set→shop.preview-setfind.sign-target→shop.sign-targetfind.sign-no-access→shop.sign-no-accessfind.resync.*→chestshop.resync.*find.no-permissionremoved (resync is now gated by the class permission, so the manual check/message is dead)find.no-searchunchanged (shared by the find dialog, resync, and the moved toggles)
commands/** is excluded from the coverage gate; MarketResyncServiceImpl (gated) and its test are updated for the chestshop.resync.* keys.
Resources
- PR#2 Last major release ParadauxIO/hibernia-economy
- commit718f01e Move non-search subcommands off /find onto /chestshop (PAR-322)ParadauxIO/hibernia-economy
Comments
No comments yet.
Activity
- ParadauxIO linked a pull request — PR #2 open — Last major release
- ParadauxIO linked a pull request — PR #2 open — Last major release
- ParadauxIO linked a pull request — PR #2 open — Last major release
- ParadauxIO linked a pull request — PR #2 open — Last major release
- ParadauxIO linked a pull request — PR #2 open — Last major release
- ParadauxIO linked a pull request — PR #2 open — Last major release
- ParadauxIO linked a pull request — PR #2 open — Last major release
- tesks changed status to Status → Pending Release
- ParadauxIO linked a commit — Commit 718f01e — Move non-search subcommands off /find onto /chestshop (PAR-322)
- tesks created the issue