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

@@ -279,10 +279,6 @@ public class RedisBungeeVelocityPlugin implements RedisBungeePlugin<Player>, Con
// register plugin messages
IDENTIFIERS.forEach(getProxy().getChannelRegistrar()::register);
// register commands
if (configuration.doRegisterCommands()) {
}
logInfo("RedisBungee initialized successfully ");
}