feat: extras messaging !!! (unused for now)

This commit is contained in:
ChomeNS
2025-03-09 14:18:59 +07:00
parent c002868c47
commit e58e951943
3 changed files with 148 additions and 1 deletions

View File

@@ -79,6 +79,7 @@ public class Bot extends SessionAdapter {
public ServerPluginsManagerPlugin serverPluginsManager;
public SelfCarePlugin selfCare;
public QueryPlugin query;
public ExtrasMessengerPlugin extrasMessenger;
public CorePlugin core;
public TeamPlugin team;
public PlayersPlugin players;
@@ -130,6 +131,7 @@ public class Bot extends SessionAdapter {
this.serverPluginsManager = new ServerPluginsManagerPlugin(this);
this.selfCare = new SelfCarePlugin(this);
this.query = new QueryPlugin(this);
this.extrasMessenger = new ExtrasMessengerPlugin(this);
this.core = new CorePlugin(this);
this.team = new TeamPlugin(this);
this.players = new PlayersPlugin(this);