2
0
mirror of https://github.com/proxiodev/RedisBungee.git synced 2026-04-08 16:10:26 +00:00

remove lang system for commands

commands will be included in seperate plugins for each platforms.
NOTE: because of this commands `Modules` will be used as example to access
the API
This commit is contained in:
2024-02-23 21:48:07 +04:00
parent c56a64bbc2
commit 1c36aa5418
8 changed files with 5 additions and 184 deletions

View File

@@ -249,12 +249,7 @@ public class RedisBungee extends Plugin implements RedisBungeePlugin<ProxiedPlay
// register plugin messages channel.
getProxy().registerChannel("legacy:redisbungee");
getProxy().registerChannel("RedisBungee");
if (configuration.doRegisterCommands()) {
// register commands
if (configuration.doOverrideBungeeCommands()) {
}
}
// init the api
this.api = new RedisBungeeAPI(this);
apiStatic = (RedisBungeeAPI) this.api;