refactor: move all information things for chomens mod into the encrypted payload and some improvements

This commit is contained in:
ChomeNS
2025-04-19 15:34:38 +07:00
parent 14bdf45c89
commit 061371f40b
3 changed files with 67 additions and 73 deletions

View File

@@ -135,13 +135,13 @@ public class Bot extends SessionAdapter {
this.chat = new ChatPlugin(this);
this.commandSpy = new CommandSpyPlugin(this);
this.query = new QueryPlugin(this);
this.extrasMessenger = new ExtrasMessengerPlugin(this);
this.chomeNSMod = new ChomeNSModIntegrationPlugin(this);
this.commandSuggestion = new CommandSuggestionPlugin(this);
this.logger = new LoggerPlugin(this);
this.position = new PositionPlugin(this);
this.serverFeatures = new ServerFeaturesPlugin(this);
this.selfCare = new SelfCarePlugin(this);
this.extrasMessenger = new ExtrasMessengerPlugin(this);
this.world = new WorldPlugin(this);
this.core = new CorePlugin(this);
this.team = new TeamPlugin(this);