LimboAuth - Виртуальный сервер авторизации для Velocity!

LimboAuth - Виртуальный сервер авторизации для Velocity! 1.1.0

Нет прав для скачивания

hevav

Разработчик
Пользователь
Сообщения
69
Веб-сайт
hevav.dev
Может конечно у мня 2 часа ночи дают о себе знать, но

Код:
[02:18:14] [main/ERROR]: Exception in thread "main" com.google.common.util.concurrent.ExecutionError: com.google.common.util.concurrent.ExecutionError: java.lang.NoClassDefFoundError: net/elytrium/limboauth/event/AuthPluginReloadEvent
[02:18:14] [main/ERROR]:     at com.google.common.cache.LocalCache$Segment.get(LocalCache.java:2049)
[02:18:14] [main/ERROR]:     at com.google.common.cache.LocalCache.get(LocalCache.java:3951)
[02:18:14] [main/ERROR]:     at com.google.common.cache.LocalCache.getOrLoad(LocalCache.java:3974)
[02:18:14] [main/ERROR]:     at com.google.common.cache.LocalCache$LocalLoadingCache.get(LocalCache.java:4935)
[02:18:14] [main/ERROR]:     at com.google.common.cache.LocalCache$LocalLoadingCache.getUnchecked(LocalCache.java:4941)
[02:18:14] [main/ERROR]:     at com.google.inject.internal.FailableCache.get(FailableCache.java:54)
[02:18:14] [main/ERROR]:     at com.google.inject.internal.ConstructorInjectorStore.get(ConstructorInjectorStore.java:49)
[02:18:14] [main/ERROR]:     at com.google.inject.internal.ConstructorBindingImpl.initialize(ConstructorBindingImpl.java:148)
[02:18:14] [main/ERROR]:     at com.google.inject.internal.InjectorImpl.initializeBinding(InjectorImpl.java:592)
[02:18:14] [main/ERROR]:     at com.google.inject.internal.AbstractBindingProcessor$Processor.initializeBinding(AbstractBindingProcessor.java:176)
[02:18:14] [main/ERROR]:     at com.google.inject.internal.AbstractBindingProcessor$Processor.lambda$scheduleInitialization$0(AbstractBindingProcessor.java:163)
[02:18:14] [main/ERROR]:     at com.google.inject.internal.ProcessedBindingData.initializeBindings(ProcessedBindingData.java:49)
[02:18:14] [main/ERROR]:     at com.google.inject.internal.InternalInjectorCreator.initializeStatically(InternalInjectorCreator.java:126)
[02:18:14] [main/ERROR]:     at com.google.inject.internal.InternalInjectorCreator.build(InternalInjectorCreator.java:110)
[02:18:14] [main/ERROR]:     at com.google.inject.Guice.createInjector(Guice.java:87)
[02:18:14] [main/ERROR]:     at com.google.inject.Guice.createInjector(Guice.java:69)
[02:18:14] [main/ERROR]:     at com.google.inject.Guice.createInjector(Guice.java:59)
[02:18:14] [main/ERROR]:     at com.velocitypowered.proxy.plugin.loader.java.JavaPluginLoader.createPlugin(JavaPluginLoader.java:119)
[02:18:14] [main/ERROR]:     at com.velocitypowered.proxy.plugin.VelocityPluginManager.loadPlugins(VelocityPluginManager.java:151)
[02:18:14] [main/ERROR]:     at com.velocitypowered.proxy.VelocityServer.loadPlugins(VelocityServer.java:324)
[02:18:14] [main/ERROR]:     at com.velocitypowered.proxy.VelocityServer.start(VelocityServer.java:222)
[02:18:14] [main/ERROR]:     at com.velocitypowered.proxy.Velocity.main(Velocity.java:64)
[02:18:14] [main/ERROR]: Caused by: com.google.common.util.concurrent.ExecutionError: java.lang.NoClassDefFoundError: net/elytrium/limboauth/event/AuthPluginReloadEvent
[02:18:14] [main/ERROR]:     at com.google.common.cache.LocalCache$Segment.get(LocalCache.java:2049)
[02:18:14] [main/ERROR]:     at com.google.common.cache.LocalCache.get(LocalCache.java:3951)
[02:18:14] [main/ERROR]:     at com.google.common.cache.LocalCache.getOrLoad(LocalCache.java:3974)
[02:18:14] [main/ERROR]:     at com.google.common.cache.LocalCache$LocalLoadingCache.get(LocalCache.java:4935)
[02:18:14] [main/ERROR]:     at com.google.common.cache.LocalCache$LocalLoadingCache.getUnchecked(LocalCache.java:4941)
[02:18:14] [main/ERROR]:     at com.google.inject.internal.FailableCache.get(FailableCache.java:54)
[02:18:14] [main/ERROR]:     at com.google.inject.internal.MembersInjectorStore.get(MembersInjectorStore.java:69)
[02:18:14] [main/ERROR]:     at com.google.inject.internal.ConstructorInjectorStore.createConstructor(ConstructorInjectorStore.java:75)
[02:18:14] [main/ERROR]:     at com.google.inject.internal.ConstructorInjectorStore.access$000(ConstructorInjectorStore.java:30)
[02:18:14] [main/ERROR]:     at com.google.inject.internal.ConstructorInjectorStore$1.create(ConstructorInjectorStore.java:38)
[02:18:14] [main/ERROR]:     at com.google.inject.internal.ConstructorInjectorStore$1.create(ConstructorInjectorStore.java:34)
[02:18:14] [main/ERROR]:     at com.google.inject.internal.FailableCache$1.load(FailableCache.java:43)
[02:18:14] [main/ERROR]:     at com.google.common.cache.LocalCache$LoadingValueReference.loadFuture(LocalCache.java:3529)
[02:18:14] [main/ERROR]:     at com.google.common.cache.LocalCache$Segment.loadSync(LocalCache.java:2278)
[02:18:14] [main/ERROR]:     at com.google.common.cache.LocalCache$Segment.lockedGetOrLoad(LocalCache.java:2155)
[02:18:14] [main/ERROR]:     at com.google.common.cache.LocalCache$Segment.get(LocalCache.java:2045)
[02:18:14] [main/ERROR]:     ... 21 more
[02:18:14] [main/ERROR]: Caused by: java.lang.NoClassDefFoundError: net/elytrium/limboauth/event/AuthPluginReloadEvent
[02:18:14] [main/ERROR]:     at java.base/java.lang.Class.getDeclaredMethods0(Native Method)
[02:18:14] [main/ERROR]:     at java.base/java.lang.Class.privateGetDeclaredMethods(Class.java:3402)
[02:18:14] [main/ERROR]:     at java.base/java.lang.Class.getDeclaredMethods(Class.java:2504)
[02:18:14] [main/ERROR]:     at com.google.inject.internal.DeclaredMembers.getDeclaredMethods(DeclaredMembers.java:48)
[02:18:14] [main/ERROR]:     at com.google.inject.spi.InjectionPoint.getDeclaredMethods(InjectionPoint.java:804)
[02:18:14] [main/ERROR]:     at com.google.inject.spi.InjectionPoint.getInjectionPoints(InjectionPoint.java:723)
[02:18:14] [main/ERROR]:     at com.google.inject.spi.InjectionPoint.forInstanceMethodsAndFields(InjectionPoint.java:423)
[02:18:14] [main/ERROR]:     at com.google.inject.internal.MembersInjectorStore.createWithListeners(MembersInjectorStore.java:92)
[02:18:14] [main/ERROR]:     at com.google.inject.internal.MembersInjectorStore.access$000(MembersInjectorStore.java:40)
[02:18:14] [main/ERROR]:     at com.google.inject.internal.MembersInjectorStore$1.create(MembersInjectorStore.java:49)
[02:18:14] [main/ERROR]:     at com.google.inject.internal.MembersInjectorStore$1.create(MembersInjectorStore.java:45)
[02:18:14] [main/ERROR]:     at com.google.inject.internal.FailableCache$1.load(FailableCache.java:43)
[02:18:14] [main/ERROR]:     at com.google.common.cache.LocalCache$LoadingValueReference.loadFuture(LocalCache.java:3529)
[02:18:14] [main/ERROR]:     at com.google.common.cache.LocalCache$Segment.loadSync(LocalCache.java:2278)
[02:18:14] [main/ERROR]:     at com.google.common.cache.LocalCache$Segment.lockedGetOrLoad(LocalCache.java:2155)
[02:18:14] [main/ERROR]:     at com.google.common.cache.LocalCache$Segment.get(LocalCache.java:2045)
[02:18:14] [main/ERROR]:     ... 36 more
[02:18:14] [main/ERROR]: Caused by: java.lang.ClassNotFoundException: net.elytrium.limboauth.event.AuthPluginReloadEvent
[02:18:14] [main/ERROR]:     at com.velocitypowered.proxy.plugin.PluginClassLoader.loadClass0(PluginClassLoader.java:83)
[02:18:14] [main/ERROR]:     at com.velocitypowered.proxy.plugin.PluginClassLoader.loadClass(PluginClassLoader.java:60)
[02:18:14] [main/ERROR]:     at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:520)
[02:18:14] [main/ERROR]:     ... 52 more
 
Подскажите как получить .nbt формат мира для подгрузки в limboauth? Я нашёл только .dat
 
Будьте осторожны с рекомендациями этого пользователя.
hevav обновил(а) ресурс LimboAuth - Виртуальный сервер авторизации для Velocity! новой записью:

Release 1.0.4

- Возможность ставить префикс игрокам онлайн/оффлайн мода
- Миграция из Argon2, DBA*, JPremium*
- Настройки Title
- Регистрация команд в Limbo
- Фиксы PostgreSQL
- Возможность менять имена команд регистрации
- Поддержка аддонов
- /premium = /license
- Улучшена проверка на лицензию
- Более безопасная обработка SQLExceptions

Узнать больше об этом обновлении...
 
Хмммм, тут у меня проблема опять :( Команды /premium вообще нет.
 
Будьте осторожны с рекомендациями этого пользователя.
поставь плагин luckpermsvelocity и выдай всем право вроде limboauth.command.premium
Они оффнуты по дефолту? :/
Спасибо, попробую.
Авто объединение сообщений:

поставь плагин luckpermsvelocity и выдай всем право вроде limboauth.command.premium
Не заработало.
Авто объединение сообщений:

Нашёл право:

limboauth.commands.*
 
Последнее редактирование:
там право для админов отдельное.
limboauth.admin
или подобное.
 
Код:
[22:17:11] [Velocity Async Event Executor - #0/ERROR]: Couldn't pass ProxyInitializeEvent to limbofilter
java.lang.NoSuchMethodError: 'void com.velocitypowered.proxy.protocol.packet.chat.SystemChat.<init>(net.kyori.adventure.text.Component, int)'
    at net.elytrium.limbofilter.cache.CachedPackets.createChatPacket(CachedPackets.java:122) ~[?:?]
    at net.elytrium.limbofilter.cache.CachedPackets.createPackets(CachedPackets.java:74) ~[?:?]
    at net.elytrium.limbofilter.LimboFilter.reload(LimboFilter.java:164) ~[?:?]
    at net.elytrium.limbofilter.LimboFilter.onProxyInitialization(LimboFilter.java:124) ~[?:?]
    at net.elytrium.limbofilter.Lmbda$6.execute(Unknown Source) ~[?:?]
    at com.velocitypowered.proxy.event.UntargetedEventHandler$VoidHandler.lambda$buildHandler$0(UntargetedEventHandler.java:47) ~[velocity.jar:3.1.2-SNAPSHOT (git-3293f7a9-b172)]
    at com.velocitypowered.proxy.event.VelocityEventManager.fire(VelocityEventManager.java:598) ~[velocity.jar:3.1.2-SNAPSHOT (git-3293f7a9-b172)]
    at com.velocitypowered.proxy.event.VelocityEventManager.lambda$fire$5(VelocityEventManager.java:479) ~[velocity.jar:3.1.2-SNAPSHOT (git-3293f7a9-b172)]
    at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128) ~[?:?]
    at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) ~[?:?]
    at java.lang.Thread.run(Thread.java:829) [?:?]
[22:17:11] [main/INFO]: Done (2.37s)!
[22:17:11] [Netty epoll Boss #0/INFO]: Listening on /0:0:0:0:0:0:0:0%0:25577
[22:17:15] [Thread-8/INFO]: Captcha generated in 3876 ms.
[22:17:15] [LimboAuth Social Addon Telegram Connection/ERROR]: Error getting updates: [409] Conflict: terminated by other getUpdates request; make sure that only one bot instance is running
net.elytrium.limboauth.socialaddon.thirdparty.org.telegram.telegrambots.meta.exceptions.TelegramApiRequestException: Error getting updates: [409] Conflict: terminated by other getUpdates request; make sure that only one bot instance is running
    at net.elytrium.limboauth.socialaddon.thirdparty.org.telegram.telegrambots.meta.api.methods.updates.GetUpdates.deserializeResponse(GetUpdates.java:93) ~[?:?]
    at net.elytrium.limboauth.socialaddon.thirdparty.org.telegram.telegrambots.updatesreceivers.DefaultBotSession$ReaderThread.getUpdatesFromServer(DefaultBotSession.java:260) ~[?:?]
    at net.elytrium.limboauth.socialaddon.thirdparty.org.telegram.telegrambots.updatesreceivers.DefaultBotSession$ReaderThread.run(DefaultBotSession.java:189) ~[?:?]
[22:17:19] [LimboAuth Social Addon Telegram Connection/ERROR]: Error getting updates: [409] Conflict: terminated by other getUpdates request; make sure that only one bot instance is running
net.elytrium.limboauth.socialaddon.thirdparty.org.telegram.telegrambots.meta.exceptions.TelegramApiRequestException: Error getting updates: [409] Conflict: terminated by other getUpdates request; make sure that only one bot instance is running
    at net.elytrium.limboauth.socialaddon.thirdparty.org.telegram.telegrambots.meta.api.methods.updates.GetUpdates.deserializeResponse(GetUpdates.java:93) ~[?:?]
    at net.elytrium.limboauth.socialaddon.thirdparty.org.telegram.telegrambots.updatesreceivers.DefaultBotSession$ReaderThread.getUpdatesFromServer(DefaultBotSession.java:260) ~[?:?]
    at net.elytrium.limboauth.socialaddon.thirdparty.org.telegram.telegrambots.updatesreceivers.DefaultBotSession$ReaderThread.run(DefaultBotSession.java:189) ~[?:?]
[22:17:23] [LimboAuth Social Addon Telegram Connection/ERROR]: Error getting updates: [409] Conflict: terminated by other getUpdates request; make sure that only one bot instance is running
net.elytrium.limboauth.socialaddon.thirdparty.org.telegram.telegrambots.meta.exceptions.TelegramApiRequestException: Error getting updates: [409] Conflict: terminated by other getUpdates request; make sure that only one bot instance is running
    at net.elytrium.limboauth.socialaddon.thirdparty.org.telegram.telegrambots.meta.api.methods.updates.GetUpdates.deserializeResponse(GetUpdates.java:93) ~[?:?]
    at net.elytrium.limboauth.socialaddon.thirdparty.org.telegram.telegrambots.updatesreceivers.DefaultBotSession$ReaderThread.getUpdatesFromServer(DefaultBotSession.java:260) ~[?:?]
    at net.elytrium.limboauth.socialaddon.thirdparty.org.telegram.telegrambots.updatesreceivers.DefaultBotSession$ReaderThread.run(DefaultBotSession.java:189) ~[?:?]
[22:17:28] [LimboAuth Social Addon Telegram Connection/ERROR]: Error getting updates: [409] Conflict: terminated by other getUpdates request; make sure that only one bot instance is running
net.elytrium.limboauth.socialaddon.thirdparty.org.telegram.telegrambots.meta.exceptions.TelegramApiRequestException: Error getting updates: [409] Conflict: terminated by other getUpdates request; make sure that only one bot instance is running
    at net.elytrium.limboauth.socialaddon.thirdparty.org.telegram.telegrambots.meta.api.methods.updates.GetUpdates.deserializeResponse(GetUpdates.java:93) ~[?:?]
    at net.elytrium.limboauth.socialaddon.thirdparty.org.telegram.telegrambots.updatesreceivers.DefaultBotSession$ReaderThread.getUpdatesFromServer(DefaultBotSession.java:260) ~[?:?]
    at net.elytrium.limboauth.socialaddon.thirdparty.org.telegram.telegrambots.updatesreceivers.DefaultBotSession$ReaderThread.run(DefaultBotSession.java:189) ~[?:?]
[22:17:32] [LimboAuth Social Addon Telegram Connection/ERROR]: Error getting updates: [409] Conflict: terminated by other getUpdates request; make sure that only one bot instance is running
net.elytrium.limboauth.socialaddon.thirdparty.org.telegram.telegrambots.meta.exceptions.TelegramApiRequestException: Error getting updates: [409] Conflict: terminated by other getUpdates request; make sure that only one bot instance is running
    at net.elytrium.limboauth.socialaddon.thirdparty.org.telegram.telegrambots.meta.api.methods.updates.GetUpdates.deserializeResponse(GetUpdates.java:93) ~[?:?]
    at net.elytrium.limboauth.socialaddon.thirdparty.org.telegram.telegrambots.updatesreceivers.DefaultBotSession$ReaderThread.getUpdatesFromServer(DefaultBotSession.java:260) ~[?:?]
    at net.elytrium.limboauth.socialaddon.thirdparty.org.telegram.telegrambots.updatesreceivers.DefaultBotSession$ReaderThread.run(DefaultBotSession.java:189) ~[?:?]
[22:17:36] [LimboAuth Social Addon Telegram Connection/ERROR]: Error getting updates: [409] Conflict: terminated by other getUpdates request; make sure that only one bot instance is running
net.elytrium.limboauth.socialaddon.thirdparty.org.telegram.telegrambots.meta.exceptions.TelegramApiRequestException: Error getting updates: [409] Conflict: terminated by other getUpdates request; make sure that only one bot instance is running
    at net.elytrium.limboauth.socialaddon.thirdparty.org.telegram.telegrambots.meta.api.methods.updates.GetUpdates.deserializeResponse(GetUpdates.java:93) ~[?:?]
    at net.elytrium.limboauth.socialaddon.thirdparty.org.telegram.telegrambots.updatesreceivers.DefaultBotSession$ReaderThread.getUpdatesFromServer(DefaultBotSession.java:260) ~[?:?]
    at net.elytrium.limboauth.socialaddon.thirdparty.org.telegram.telegrambots.updatesreceivers.DefaultBotSession$ReaderThread.run(DefaultBotSession.java:189) ~[?:?]
[22:17:40] [LimboAuth Social Addon Telegram Connection/ERROR]: Error getting updates: [409] Conflict: terminated by other getUpdates request; make sure that only one bot instance is running
net.elytrium.limboauth.socialaddon.thirdparty.org.telegram.telegrambots.meta.exceptions.TelegramApiRequestException: Error getting updates: [409] Conflict: terminated by other getUpdates request; make sure that only one bot instance is running
    at net.elytrium.limboauth.socialaddon.thirdparty.org.telegram.telegrambots.meta.api.methods.updates.GetUpdates.deserializeResponse(GetUpdates.java:93) ~[?:?]
    at net.elytrium.limboauth.socialaddon.thirdparty.org.telegram.telegrambots.updatesreceivers.DefaultBotSession$ReaderThread.getUpdatesFromServer(DefaultBotSession.java:260) ~[?:?]
    at net.elytrium.limboauth.socialaddon.thirdparty.org.telegram.telegrambots.updatesreceivers.DefaultBotSession$ReaderThread.run(DefaultBotSession.java:189) ~[?:?]
[22:17:44] [LimboAuth Social Addon Telegram Connection/ERROR]: Error getting updates: [409] Conflict: terminated by other getUpdates request; make sure that only one bot instance is running
net.elytrium.limboauth.socialaddon.thirdparty.org.telegram.telegrambots.meta.exceptions.TelegramApiRequestException: Error getting updates: [409] Conflict: terminated by other getUpdates request; make sure that only one bot instance is running
    at net.elytrium.limboauth.socialaddon.thirdparty.org.telegram.telegrambots.meta.api.methods.updates.GetUpdates.deserializeResponse(GetUpdates.java:93) ~[?:?]
    at net.elytrium.limboauth.socialaddon.thirdparty.org.telegram.telegrambots.updatesreceivers.DefaultBotSession$ReaderThread.getUpdatesFromServer(DefaultBotSession.java:260) ~[?:?]
    at net.elytrium.limboauth.socialaddon.thirdparty.org.telegram.telegrambots.updatesreceivers.DefaultBotSession$ReaderThread.run(DefaultBotSession.java:189) ~[?:?]
[22:17:45] [main/INFO]: This command does not exist.
[22:17:48] [LimboAuth Social Addon Telegram Connection/ERROR]: Error getting updates: [409] Conflict: terminated by other getUpdates request; make sure that only one bot instance is running
net.elytrium.limboauth.socialaddon.thirdparty.org.telegram.telegrambots.meta.exceptions.TelegramApiRequestException: Error getting updates: [409] Conflict: terminated by other getUpdates request; make sure that only one bot instance is running
    at net.elytrium.limboauth.socialaddon.thirdparty.org.telegram.telegrambots.meta.api.methods.updates.GetUpdates.deserializeResponse(GetUpdates.java:93) ~[?:?]
    at net.elytrium.limboauth.socialaddon.thirdparty.org.telegram.telegrambots.updatesreceivers.DefaultBotSession$ReaderThread.getUpdatesFromServer(DefaultBotSession.java:260) ~[?:?]
    at net.elytrium.limboauth.socialaddon.thirdparty.org.telegram.telegrambots.updatesreceivers.DefaultBotSession$ReaderThread.run(DefaultBotSession.java:189) ~[?:?]
[22:17:52] [LimboAuth Social Addon Telegram Connection/ERROR]: Error getting updates: [409] Conflict: terminated by other getUpdates request; make sure that only one bot instance is running
net.elytrium.limboauth.socialaddon.thirdparty.org.telegram.telegrambots.meta.exceptions.TelegramApiRequestException: Error getting updates: [409] Conflict: terminated by other getUpdates request; make sure that only one bot instance is running
    at net.elytrium.limboauth.socialaddon.thirdparty.org.telegram.telegrambots.meta.api.methods.updates.GetUpdates.deserializeResponse(GetUpdates.java:93) ~[?:?]
    at net.elytrium.limboauth.socialaddon.thirdparty.org.telegram.telegrambots.updatesreceivers.DefaultBotSession$ReaderThread.getUpdatesFromServer(DefaultBotSession.java:260) ~[?:?]
    at net.elytrium.limboauth.socialaddon.thirdparty.org.telegram.telegrambots.updatesreceivers.DefaultBotSession$ReaderThread.run(DefaultBotSession.java:189) ~[?:?]
[22:17:56] [LimboAuth Social Addon Telegram Connection/ERROR]: Error getting updates: [409] Conflict: terminated by other getUpdates request; make sure that only one bot instance is running
net.elytrium.limboauth.socialaddon.thirdparty.org.telegram.telegrambots.meta.exceptions.TelegramApiRequestException: Error getting updates: [409] Conflict: terminated by other getUpdates request; make sure that only one bot instance is running
    at net.elytrium.limboauth.socialaddon.thirdparty.org.telegram.telegrambots.meta.api.methods.updates.GetUpdates.deserializeResponse(GetUpdates.java:93) ~[?:?]
    at net.elytrium.limboauth.socialaddon.thirdparty.org.telegram.telegrambots.updatesreceivers.DefaultBotSession$ReaderThread.getUpdatesFromServer(DefaultBotSession.java:260) ~[?:?]
    at net.elytrium.limboauth.socialaddon.thirdparty.org.telegram.telegrambots.updatesreceivers.DefaultBotSession$ReaderThread.run(DefaultBotSession.java:189) ~[?:?]
[22:18:00] [LimboAuth Social Addon Telegram Connection/ERROR]: Error getting updates: [409] Conflict: terminated by other getUpdates request; make sure that only one bot instance is running
net.elytrium.limboauth.socialaddon.thirdparty.org.telegram.telegrambots.meta.exceptions.TelegramApiRequestException: Error getting updates: [409] Conflict: terminated by other getUpdates request; make sure that only one bot instance is running
    at net.elytrium.limboauth.socialaddon.thirdparty.org.telegram.telegrambots.meta.api.methods.updates.GetUpdates.deserializeResponse(GetUpdates.java:93) ~[?:?]
    at net.elytrium.limboauth.socialaddon.thirdparty.org.telegram.telegrambots.updatesreceivers.DefaultBotSession$ReaderThread.getUpdatesFromServer(DefaultBotSession.java:260) ~[?:?]
    at net.elytrium.limboauth.socialaddon.thirdparty.org.telegram.telegrambots.updatesreceivers.DefaultBotSession$ReaderThread.run(DefaultBotSession.java:189) ~[?:?]
[22:18:04] [LimboAuth Social Addon Telegram Connection/ERROR]: Error getting updates: [409] Conflict: terminated by other getUpdates request; make sure that only one bot instance is running
net.elytrium.limboauth.socialaddon.thirdparty.org.telegram.telegrambots.meta.exceptions.TelegramApiRequestException: Error getting updates: [409] Conflict: terminated by other getUpdates request; make sure that only one bot instance is running
    at net.elytrium.limboauth.socialaddon.thirdparty.org.telegram.telegrambots.meta.api.methods.updates.GetUpdates.deserializeResponse(GetUpdates.java:93) ~[?:?]
    at net.elytrium.limboauth.socialaddon.thirdparty.org.telegram.telegrambots.updatesreceivers.DefaultBotSession$ReaderThread.getUpdatesFromServer(DefaultBotSession.java:260) ~[?:?]
    at net.elytrium.limboauth.socialaddon.thirdparty.org.telegram.telegrambots.updatesreceivers.DefaultBotSession$ReaderThread.run(DefaultBotSession.java:189) ~[?:?]
[22:18:08] [LimboAuth Social Addon Telegram Connection/ERROR]: Error getting updates: [409] Conflict: terminated by other getUpdates request; make sure that only one bot instance is running
net.elytrium.limboauth.socialaddon.thirdparty.org.telegram.telegrambots.meta.exceptions.TelegramApiRequestException: Error getting updates: [409] Conflict: terminated by other getUpdates request; make sure that only one bot instance is running
    at net.elytrium.limboauth.socialaddon.thirdparty.org.telegram.telegrambots.meta.api.methods.updates.GetUpdates.deserializeResponse(GetUpdates.java:93) ~[?:?]
    at net.elytrium.limboauth.socialaddon.thirdparty.org.telegram.telegrambots.updatesreceivers.DefaultBotSession$ReaderThread.getUpdatesFromServer(DefaultBotSession.java:260) ~[?:?]
    at net.elytrium.limboauth.socialaddon.thirdparty.org.telegram.telegrambots.updatesreceivers.DefaultBotSession$ReaderThread.run(DefaultBotSession.java:189) ~[?:?]
[22:18:09] [main/INFO]: This command does not exist.
[22:18:09] [main/INFO]: This command does not exist.
[22:18:09] [main/INFO]: This command does not exist.
[22:18:09] [main/INFO]: This command does not exist.
[22:18:09] [main/INFO]: This command does not exist.
[22:18:12] [LimboAuth Social Addon Telegram Connection/ERROR]: Error getting updates: [409] Conflict: terminated by other getUpdates request; make sure that only one bot instance is running
net.elytrium.limboauth.socialaddon.thirdparty.org.telegram.telegrambots.meta.exceptions.TelegramApiRequestException: Error getting updates: [409] Conflict: terminated by other getUpdates request; make sure that only one bot instance is running
    at net.elytrium.limboauth.socialaddon.thirdparty.org.telegram.telegrambots.meta.api.methods.updates.GetUpdates.deserializeResponse(GetUpdates.java:93) ~[?:?]
    at net.elytrium.limboauth.socialaddon.thirdparty.org.telegram.telegrambots.updatesreceivers.DefaultBotSession$ReaderThread.getUpdatesFromServer(DefaultBotSession.java:260) ~[?:?]
    at net.elytrium.limboauth.socialaddon.thirdparty.org.telegram.telegrambots.updatesreceivers.DefaultBotSession$ReaderThread.run(DefaultBotSession.java:189) ~[?:?]
[22:18:16] [LimboAuth Social Addon Telegram Connection/ERROR]: Error getting updates: [409] Conflict: terminated by other getUpdates request; make sure that only one bot instance is running
net.elytrium.limboauth.socialaddon.thirdparty.org.telegram.telegrambots.meta.exceptions.TelegramApiRequestException: Error getting updates: [409] Conflict: terminated by other getUpdates request; make sure that only one bot instance is running
    at net.elytrium.limboauth.socialaddon.thirdparty.org.telegram.telegrambots.meta.api.methods.updates.GetUpdates.deserializeResponse(GetUpdates.java:93) ~[?:?]
    at net.elytrium.limboauth.socialaddon.thirdparty.org.telegram.telegrambots.updatesreceivers.DefaultBotSession$ReaderThread.getUpdatesFromServer(DefaultBotSession.java:260) ~[?:?]
    at net.elytrium.limboauth.socialaddon.thirdparty.org.telegram.telegrambots.updatesreceivers.DefaultBotSession$ReaderThread.run(DefaultBotSession.java:189) ~[?:?]
[22:18:20] [LimboAuth Social Addon Telegram Connection/ERROR]: Error getting updates: [409] Conflict: terminated by other getUpdates request; make sure that only one bot instance is running
net.elytrium.limboauth.socialaddon.thirdparty.org.telegram.telegrambots.meta.exceptions.TelegramApiRequestException: Error getting updates: [409] Conflict: terminated by other getUpdates request; make sure that only one bot instance is running
    at net.elytrium.limboauth.socialaddon.thirdparty.org.telegram.telegrambots.meta.api.methods.updates.GetUpdates.deserializeResponse(GetUpdates.java:93) ~[?:?]
    at net.elytrium.limboauth.socialaddon.thirdparty.org.telegram.telegrambots.updatesreceivers.DefaultBotSession$ReaderThread.getUpdatesFromServer(DefaultBotSession.java:260) ~[?:?]
    at net.elytrium.limboauth.socialaddon.thirdparty.org.telegram.telegrambots.updatesreceivers.DefaultBotSession$ReaderThread.run(DefaultBotSession.java:189) ~[?:?]
[22:18:24] [LimboAuth Social Addon Telegram Connection/ERROR]: Error getting updates: [409] Conflict: terminated by other getUpdates request; make sure that only one bot instance is running
net.elytrium.limboauth.socialaddon.thirdparty.org.telegram.telegrambots.meta.exceptions.TelegramApiRequestException: Error getting updates: [409] Conflict: terminated by other getUpdates request; make sure that only one bot instance is running
    at net.elytrium.limboauth.socialaddon.thirdparty.org.telegram.telegrambots.meta.api.methods.updates.GetUpdates.deserializeResponse(GetUpdates.java:93) ~[?:?]
    at net.elytrium.limboauth.socialaddon.thirdparty.org.telegram.telegrambots.updatesreceivers.DefaultBotSession$ReaderThread.getUpdatesFromServer(DefaultBotSession.java:260) ~[?:?]
    at net.elytrium.limboauth.socialaddon.thirdparty.org.telegram.telegrambots.updatesreceivers.DefaultBotSession$ReaderThread.run(DefaultBotSession.java:189) ~[?:?]
[22:18:29] [LimboAuth Social Addon Telegram Connection/ERROR]: Error getting updates: [409] Conflict: terminated by other getUpdates request; make sure that only one bot instance is running
net.elytrium.limboauth.socialaddon.thirdparty.org.telegram.telegrambots.meta.exceptions.TelegramApiRequestException: Error getting updates: [409] Conflict: terminated by other getUpdates request; make sure that only one bot instance is running
    at net.elytrium.limboauth.socialaddon.thirdparty.org.telegram.telegrambots.meta.api.methods.updates.GetUpdates.deserializeResponse(GetUpdates.java:93) ~[?:?]
    at net.elytrium.limboauth.socialaddon.thirdparty.org.telegram.telegrambots.updatesreceivers.DefaultBotSession$ReaderThread.getUpdatesFromServer(DefaultBotSession.java:260) ~[?:?]
    at net.elytrium.limboauth.socialaddon.thirdparty.org.telegram.telegrambots.updatesreceivers.DefaultBotSession$ReaderThread.run(DefaultBotSession.java:189) ~[?:?]
[22:18:33] [LimboAuth Social Addon Telegram Connection/ERROR]: Error getting updates: [409] Conflict: terminated by other getUpdates request; make sure that only one bot instance is running
net.elytrium.limboauth.socialaddon.thirdparty.org.telegram.telegrambots.meta.exceptions.TelegramApiRequestException: Error getting updates: [409] Conflict: terminated by other getUpdates request; make sure that only one bot instance is running
    at net.elytrium.limboauth.socialaddon.thirdparty.org.telegram.telegrambots.meta.api.methods.updates.GetUpdates.deserializeResponse(GetUpdates.java:93) ~[?:?]
    at net.elytrium.limboauth.socialaddon.thirdparty.org.telegram.telegrambots.updatesreceivers.DefaultBotSession$ReaderThread.getUpdatesFromServer(DefaultBotSession.java:260) ~[?:?]
    at net.elytrium.limboauth.socialaddon.thirdparty.org.telegram.telegrambots.updatesreceivers.DefaultBotSession$ReaderThread.run(DefaultBotSession.java:189) ~[?:?]
[22:18:37] [LimboAuth Social Addon Telegram Connection/ERROR]: Error getting updates: [409] Conflict: terminated by other getUpdates request; make sure that only one bot instance is running
net.elytrium.limboauth.socialaddon.thirdparty.org.telegram.telegrambots.meta.exceptions.TelegramApiRequestException: Error getting updates: [409] Conflict: terminated by other getUpdates request; make sure that only one bot instance is running
    at net.elytrium.limboauth.socialaddon.thirdparty.org.telegram.telegrambots.meta.api.methods.updates.GetUpdates.deserializeResponse(GetUpdates.java:93) ~[?:?]
    at net.elytrium.limboauth.socialaddon.thirdparty.org.telegram.telegrambots.updatesreceivers.DefaultBotSession$ReaderThread.getUpdatesFromServer(DefaultBotSession.java:260) ~[?:?]
    at net.elytrium.limboauth.socialaddon.thirdparty.org.telegram.telegrambots.updatesreceivers.DefaultBotSession$ReaderThread.run(DefaultBotSession.java:189) ~[?:?]
[22:18:41] [LimboAuth Social Addon Telegram Connection/ERROR]: Error getting updates: [409] Conflict: terminated by other getUpdates request; make sure that only one bot instance is running
net.elytrium.limboauth.socialaddon.thirdparty.org.telegram.telegrambots.meta.exceptions.TelegramApiRequestException: Error getting updates: [409] Conflict: terminated by other getUpdates request; make sure that only one bot instance is running
    at net.elytrium.limboauth.socialaddon.thirdparty.org.telegram.telegrambots.meta.api.methods.updates.GetUpdates.deserializeResponse(GetUpdates.java:93) ~[?:?]
    at net.elytrium.limboauth.socialaddon.thirdparty.org.telegram.telegrambots.updatesreceivers.DefaultBotSession$ReaderThread.getUpdatesFromServer(DefaultBotSession.java:260) ~[?:?]
    at net.elytrium.limboauth.socialaddon.thirdparty.org.telegram.telegrambots.updatesreceivers.DefaultBotSession$ReaderThread.run(DefaultBotSession.java:189) ~[?:?]
[22:18:45] [LimboAuth Social Addon Telegram Connection/ERROR]: Error getting updates: [409] Conflict: terminated by other getUpdates request; make sure that only one bot instance is running
net.elytrium.limboauth.socialaddon.thirdparty.org.telegram.telegrambots.meta.exceptions.TelegramApiRequestException: Error getting updates: [409] Conflict: terminated by other getUpdates request; make sure that only one bot instance is running
    at net.elytrium.limboauth.socialaddon.thirdparty.org.telegram.telegrambots.meta.api.methods.updates.GetUpdates.deserializeResponse(GetUpdates.java:93) ~[?:?]
    at net.elytrium.limboauth.socialaddon.thirdparty.org.telegram.telegrambots.updatesreceivers.DefaultBotSession$ReaderThread.getUpdatesFromServer(DefaultBotSession.java:260) ~[?:?]
    at net.elytrium.limboauth.socialaddon.thirdparty.org.telegram.telegrambots.updatesreceivers.DefaultBotSession$ReaderThread.run(DefaultBotSession.java:189) ~[?:?]
[22:18:49] [LimboAuth Social Addon Telegram Connection/ERROR]: Error getting updates: [409] Conflict: terminated by other getUpdates request; make sure that only one bot instance is running
net.elytrium.limboauth.socialaddon.thirdparty.org.telegram.telegrambots.meta.exceptions.TelegramApiRequestException: Error getting updates: [409] Conflict: terminated by other getUpdates request; make sure that only one bot instance is running
    at net.elytrium.limboauth.socialaddon.thirdparty.org.telegram.telegrambots.meta.api.methods.updates.GetUpdates.deserializeResponse(GetUpdates.java:93) ~[?:?]
    at net.elytrium.limboauth.socialaddon.thirdparty.org.telegram.telegrambots.updatesreceivers.DefaultBotSession$ReaderThread.getUpdatesFromServer(DefaultBotSession.java:260) ~[?:?]
    at net.elytrium.limboauth.socialaddon.thirdparty.org.telegram.telegrambots.updatesreceivers.DefaultBotSession$ReaderThread.run(DefaultBotSession.java:189) ~[?:?]
[22:18:53] [LimboAuth Social Addon Telegram Connection/ERROR]: Error getting updates: [409] Conflict: terminated by other getUpdates request; make sure that only one bot instance is running
net.elytrium.limboauth.socialaddon.thirdparty.org.telegram.telegrambots.meta.exceptions.TelegramApiRequestException: Error getting updates: [409] Conflict: terminated by other getUpdates request; make sure that only one bot instance is running
    at net.elytrium.limboauth.socialaddon.thirdparty.org.telegram.telegrambots.meta.api.methods.updates.GetUpdates.deserializeResponse(GetUpdates.java:93) ~[?:?]
    at net.elytrium.limboauth.socialaddon.thirdparty.org.telegram.telegrambots.updatesreceivers.DefaultBotSession$ReaderThread.getUpdatesFromServer(DefaultBotSession.java:260) ~[?:?]
    at net.elytrium.limboauth.socialaddon.thirdparty.org.telegram.telegrambots.updatesreceivers.DefaultBotSession$ReaderThread.run(DefaultBotSession.java:189) ~[?:?]
[22:18:57] [LimboAuth Social Addon Telegram Connection/ERROR]: Error getting updates: [409] Conflict: terminated by other getUpdates request; make sure that only one bot instance is running
net.elytrium.limboauth.socialaddon.thirdparty.org.telegram.telegrambots.meta.exceptions.TelegramApiRequestException: Error getting updates: [409] Conflict: terminated by other getUpdates request; make sure that only one bot instance is running
    at net.elytrium.limboauth.socialaddon.thirdparty.org.telegram.telegrambots.meta.api.methods.updates.GetUpdates.deserializeResponse(GetUpdates.java:93) ~[?:?]
    at net.elytrium.limboauth.socialaddon.thirdparty.org.telegram.telegrambots.updatesreceivers.DefaultBotSession$ReaderThread.getUpdatesFromServer(DefaultBotSession.java:260) ~[?:?]
    at net.elytrium.limboauth.socialaddon.thirdparty.org.telegram.telegrambots.updatesreceivers.DefaultBotSession$ReaderThread.run(DefaultBotSession.java:189) ~[?:?]
[22:19:01] [LimboAuth Social Addon Telegram Connection/ERROR]: Error getting updates: [409] Conflict: terminated by other getUpdates request; make sure that only one bot instance is running
net.elytrium.limboauth.socialaddon.thirdparty.org.telegram.telegrambots.meta.exceptions.TelegramApiRequestException: Error getting updates: [409] Conflict: terminated by other getUpdates request; make sure that only one bot instance is running
    at net.elytrium.limboauth.socialaddon.thirdparty.org.telegram.telegrambots.meta.api.methods.updates.GetUpdates.deserializeResponse(GetUpdates.java:93) ~[?:?]
    at net.elytrium.limboauth.socialaddon.thirdparty.org.telegram.telegrambots.updatesreceivers.DefaultBotSession$ReaderThread.getUpdatesFromServer(DefaultBotSession.java:260) ~[?:?]
    at net.elytrium.limboauth.socialaddon.thirdparty.org.telegram.telegrambots.updatesreceivers.DefaultBotSession$ReaderThread.run(DefaultBotSession.java:189) ~[?:?]
[22:19:05] [LimboAuth Social Addon Telegram Connection/ERROR]: Error getting updates: [409] Conflict: terminated by other getUpdates request; make sure that only one bot instance is running
net.elytrium.limboauth.socialaddon.thirdparty.org.telegram.telegrambots.meta.exceptions.TelegramApiRequestException: Error getting updates: [409] Conflict: terminated by other getUpdates request; make sure that only one bot instance is running
    at net.elytrium.limboauth.socialaddon.thirdparty.org.telegram.telegrambots.meta.api.methods.updates.GetUpdates.deserializeResponse(GetUpdates.java:93) ~[?:?]
    at net.elytrium.limboauth.socialaddon.thirdparty.org.telegram.telegrambots.updatesreceivers.DefaultBotSession$ReaderThread.getUpdatesFromServer(DefaultBotSession.java:260) ~[?:?]
    at net.elytrium.limboauth.socialaddon.thirdparty.org.telegram.telegrambots.updatesreceivers.DefaultBotSession$ReaderThread.run(DefaultBotSession.java:189) ~[?:?]
[22:19:09] [LimboAuth Social Addon Telegram Connection/ERROR]: Error getting updates: [409] Conflict: terminated by other getUpdates request; make sure that only one bot instance is running
net.elytrium.limboauth.socialaddon.thirdparty.org.telegram.telegrambots.meta.exceptions.TelegramApiRequestException: Error getting updates: [409] Conflict: terminated by other getUpdates request; make sure that only one bot instance is running
    at net.elytrium.limboauth.socialaddon.thirdparty.org.telegram.telegrambots.meta.api.methods.updates.GetUpdates.deserializeResponse(GetUpdates.java:93) ~[?:?]
    at net.elytrium.limboauth.socialaddon.thirdparty.org.telegram.telegrambots.updatesreceivers.DefaultBotSession$ReaderThread.getUpdatesFromServer(DefaultBotSession.java:260) ~[?:?]
    at net.elytrium.limboauth.socialaddon.thirdparty.org.telegram.telegrambots.updatesreceivers.DefaultBotSession$ReaderThread.run(DefaultBotSession.java:189) ~[?:?]
[22:19:13] [LimboAuth Social Addon Telegram Connection/ERROR]: Error getting updates: [409] Conflict: terminated by other getUpdates request; make sure that only one bot instance is running
net.elytrium.limboauth.socialaddon.thirdparty.org.telegram.telegrambots.meta.exceptions.TelegramApiRequestException: Error getting updates: [409] Conflict: terminated by other getUpdates request; make sure that only one bot instance is running
    at net.elytrium.limboauth.socialaddon.thirdparty.org.telegram.telegrambots.meta.api.methods.updates.GetUpdates.deserializeResponse(GetUpdates.java:93) ~[?:?]
    at net.elytrium.limboauth.socialaddon.thirdparty.org.telegram.telegrambots.updatesreceivers.DefaultBotSession$ReaderThread.getUpdatesFromServer(DefaultBotSession.java:260) ~[?:?]
    at net.elytrium.limboauth.socialaddon.thirdparty.org.telegram.telegrambots.updatesreceivers.DefaultBotSession$ReaderThread.run(DefaultBotSession.java:189) ~[?:?]
[22:19:17] [LimboAuth Social Addon Telegram Connection/ERROR]: Error getting updates: [409] Conflict: terminated by other getUpdates request; make sure that only one bot instance is running
net.elytrium.limboauth.socialaddon.thirdparty.org.telegram.telegrambots.meta.exceptions.TelegramApiRequestException: Error getting updates: [409] Conflict: terminated by other getUpdates request; make sure that only one bot instance is running
    at net.elytrium.limboauth.socialaddon.thirdparty.org.telegram.telegrambots.meta.api.methods.updates.GetUpdates.deserializeResponse(GetUpdates.java:93) ~[?:?]
    at net.elytrium.limboauth.socialaddon.thirdparty.org.telegram.telegrambots.updatesreceivers.DefaultBotSession$ReaderThread.getUpdatesFromServer(DefaultBotSession.java:260) ~[?:?]
    at net.elytrium.limboauth.socialaddon.thirdparty.org.telegram.telegrambots.updatesreceivers.DefaultBotSession$ReaderThread.run(DefaultBotSession.java:189) ~[?:?]
[22:19:21] [LimboAuth Social Addon Telegram Connection/ERROR]: Error getting updates: [409] Conflict: terminated by other getUpdates request; make sure that only one bot instance is running
net.elytrium.limboauth.socialaddon.thirdparty.org.telegram.telegrambots.meta.exceptions.TelegramApiRequestException: Error getting updates: [409] Conflict: terminated by other getUpdates request; make sure that only one bot instance is running
    at net.elytrium.limboauth.socialaddon.thirdparty.org.telegram.telegrambots.meta.api.methods.updates.GetUpdates.deserializeResponse(GetUpdates.java:93) ~[?:?]
    at net.elytrium.limboauth.socialaddon.thirdparty.org.telegram.telegrambots.updatesreceivers.DefaultBotSession$ReaderThread.getUpdatesFromServer(DefaultBotSession.java:260) ~[?:?]
    at net.elytrium.limboauth.socialaddon.thirdparty.org.telegram.telegrambots.updatesreceivers.DefaultBotSession$ReaderThread.run(DefaultBotSession.java:189) ~[?:?]
[22:19:26] [LimboAuth Social Addon Telegram Connection/ERROR]: Error getting updates: [409] Conflict: terminated by other getUpdates request; make sure that only one bot instance is running
net.elytrium.limboauth.socialaddon.thirdparty.org.telegram.telegrambots.meta.exceptions.TelegramApiRequestException: Error getting updates: [409] Conflict: terminated by other getUpdates request; make sure that only one bot instance is running
    at net.elytrium.limboauth.socialaddon.thirdparty.org.telegram.telegrambots.meta.api.methods.updates.GetUpdates.deserializeResponse(GetUpdates.java:93) ~[?:?]
    at net.elytrium.limboauth.socialaddon.thirdparty.org.telegram.telegrambots.updatesreceivers.DefaultBotSession$ReaderThread.getUpdatesFromServer(DefaultBotSession.java:260) ~[?:?]
    at net.elytrium.limboauth.socialaddon.thirdparty.org.telegram.telegrambots.updatesreceivers.DefaultBotSession$ReaderThread.run(DefaultBotSession.java:189) ~[?:?]
[22:19:30] [LimboAuth Social Addon Telegram Connection/ERROR]: Error getting updates: [409] Conflict: terminated by other getUpdates request; make sure that only one bot instance is running
net.elytrium.limboauth.socialaddon.thirdparty.org.telegram.telegrambots.meta.exceptions.TelegramApiRequestException: Error getting updates: [409] Conflict: terminated by other getUpdates request; make sure that only one bot instance is running
    at net.elytrium.limboauth.socialaddon.thirdparty.org.telegram.telegrambots.meta.api.methods.updates.GetUpdates.deserializeResponse(GetUpdates.java:93) ~[?:?]
    at net.elytrium.limboauth.socialaddon.thirdparty.org.telegram.telegrambots.updatesreceivers.DefaultBotSession$ReaderThread.getUpdatesFromServer(DefaultBotSession.java:260) ~[?:?]
    at net.elytrium.limboauth.socialaddon.thirdparty.org.telegram.telegrambots.updatesreceivers.DefaultBotSession$ReaderThread.run(DefaultBotSession.java:189) ~[?:?]
[22:19:34] [LimboAuth Social Addon Telegram Connection/ERROR]: Error getting updates: [409] Conflict: terminated by other getUpdates request; make sure that only one bot instance is running
net.elytrium.limboauth.socialaddon.thirdparty.org.telegram.telegrambots.meta.exceptions.TelegramApiRequestException: Error getting updates: [409] Conflict: terminated by other getUpdates request; make sure that only one bot instance is running
    at net.elytrium.limboauth.socialaddon.thirdparty.org.telegram.telegrambots.meta.api.methods.updates.GetUpdates.deserializeResponse(GetUpdates.java:93) ~[?:?]
    at net.elytrium.limboauth.socialaddon.thirdparty.org.telegram.telegrambots.updatesreceivers.DefaultBotSession$ReaderThread.getUpdatesFromServer(DefaultBotSession.java:260) ~[?:?]
    at net.elytrium.limboauth.socialaddon.thirdparty.org.telegram.telegrambots.updatesreceivers.DefaultBotSession$ReaderThread.run(DefaultBotSession.java:189) ~[?:?]
 
Всем привет! Установлены все необходимые плагины (LimboAPI + LimboAuth + SocialAddon + LimboFilter) всё работает хорошо. Единственная проблема в том, что на серверах, например в хабе, отсутствуют команды из LimboAuth, но команды из SocialAddon работают стабильно.

Как активировать команды из LimboAuth - /changepass, /2fa итд?

Удалял Адон на соц сети, ставил дев билды, команды все равно не появляются. Заранее спасибо!
 
Как активировать команды из LimboAuth - /changepass, /2fa итд?
установить плагин luckpermsvelocity и выдать необходимые разрешения. вроде как limboauth.command.totp, или что-то такое. вообщем посмотри сам в автодополнении, написав в консоль велосити lpv group default permission set limboauth.
 
Будьте осторожны с рекомендациями этого пользователя.
Назад
Сверху Снизу