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:
@@ -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 ");
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user