PAR-302
0
Remove the BungeeCord cross-server shop-notification integration
Pending ReleaseLowUnassignedChestShopImprovement
The BungeeCord messaging forwarded shop-sale notifications to an owner logged into a different backend server behind a proxy. Hibernia isn't a multi-backend proxied network, so this was dead upstream machinery — send-only, no receiver, gated off by default.
Ripped out completely:
- Deleted
services/BungeeMessenger(the extracted messenger). TransactionService.sendMessageToOwner/sendTradeMessage: the offline-owner fallback branch (bungee.send) is gone — an owner not on this server simply gets no notification. Removed the now-deadplayerNameparam fromsendTradeMessage.ShowItemHook.sendMessage: dropped the bungee fallback branch and the now-deadplayerNameoverload/param; callers (InfoService ×2, TransactionService) updated.ChestShop.java: removedregisterPluginMessagingChannels()(the outgoingBungeeCordchannel) + the 2 bStats charts.ChestShopConfiguration+config.yml: removedBUNGEECORD_MESSAGES.
Zero bungee references remain. :chestshop:build green; server enables cleanly; ChestShop integration suite 42/42.
Resources
- PR#2 Last major release ParadauxIO/hibernia-economy
- commitdfab644 Remove the BungeeCord cross-server shop-notification integration (PAR-302)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 dfab644 — Remove the BungeeCord cross-server shop-notification integration (PAR-302)
- tesks created the issue