-
-
Notifications
You must be signed in to change notification settings - Fork 13
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
BungeeAuth & Snap : There are no available servers #7
Comments
"Latest" is not a version, please provide your actual plugin version or simply your full log as requested by the issue template. |
Version : Loaded plugin snap 1.0-SNAPSHOT (build 10) by Phoenix616 |
What part of the plugin fails to work exactly? Also providing your log file could help too. |
java -jar .\velocity-proxy-1.1.5-SNAPSHOT-all.jar
[14:01:30 INFO]: Booting up Velocity 1.1.5-SNAPSHOT (git-ad0d17b4-bunknown)...
[14:01:30 INFO]: Connections will use NIO channels, Java 11 compression, Java ciphers
[14:01:30 WARN]: The proxy is running in offline mode! This is a security risk and you will NOT receive any support!
[14:01:30 INFO]: Loading plugins...
WARNING: An illegal reflective access operation has occurred
WARNING: Illegal reflective access by com.google.inject.internal.cglib.core.$ReflectUtils$1 (file:/C:/Users/docta/Desktop/Mini-Infra/Proxy-3/velocity-proxy-1.1.5-SNAPSHOT-all.jar) to method java.lang.ClassLoader.defineClass(java.lang.String,byte[],int,int,java.security.ProtectionDomain)
WARNING: Please consider reporting this to the maintainers of com.google.inject.internal.cglib.core.$ReflectUtils$1
WARNING: Use --illegal-access=warn to enable warnings of further illegal reflective access operations
WARNING: All illegal access operations will be denied in a future release
[14:01:31 INFO]: Loaded plugin floodgate 1.0-SNAPSHOT by GeyserMC
[14:01:31 INFO]: Loaded plugin luckperms 5.3.0 by Luck
[14:01:31 INFO]: Loaded plugin skinsrestorer 14.0.0-SNAPSHOT by Blackfire62, McLive
[14:01:31 INFO]: Loaded plugin snap 1.0-SNAPSHOT (build 10) by Phoenix616
[14:01:31 INFO]: Loaded 4 plugins
[14:01:31 INFO]: __
[14:01:31 INFO]: | |__) LuckPerms v5.3.0
[14:01:31 INFO]: |___ | Running on Velocity - Velocity
[14:01:31 INFO]:
[14:01:31 INFO] [luckperms]: Loading configuration...
[14:01:31 INFO] [luckperms]: Loading storage provider... [H2]
[14:01:31 INFO] [luckperms]: Loading internal permission managers...
[14:01:31 INFO] [luckperms]: Performing initial data load...
[14:01:31 INFO] [luckperms]: Successfully enabled. (took 641ms)
[14:01:31 INFO] [org.geysermc.floodgate.VelocityPlugin]: Floodgate injection process succeeded!
[14:01:32 INFO] [org.geysermc.floodgate.VelocityPlugin]: Loading Floodgate linked player database...
[14:01:32 INFO] []: [SkinsRestorer] Enabling SkinsRestorer v14.0.0-SNAPSHOT
[14:01:32 INFO] []: [SkinsRestorer] Enabled SkinsRestorer v14.0.0-SNAPSHOT
[14:01:32 INFO]: [SkinsRestorer] ----------------------------------------------
[14:01:32 INFO]: [SkinsRestorer] +===============+
[14:01:32 INFO]: [SkinsRestorer] | SkinsRestorer |
[14:01:32 INFO]: [SkinsRestorer] +===============+
[14:01:32 INFO]: [SkinsRestorer] ----------------------------------------------
[14:01:32 INFO]: [SkinsRestorer] Current version: 14.0.0-SNAPSHOT
[14:01:32 INFO]: [SkinsRestorer] This is the latest version!
[14:01:32 INFO]: [SkinsRestorer] ----------------------------------------------
[14:01:33 INFO]: C:\Users\docta\Desktop\Mini-Infra\Proxy-3\plugins\snap\plugins\BungeeAuth/SQLite.db
[14:01:33 INFO]: C:\Users\docta\Desktop\Mini-Infra\Proxy-3\plugins\snap\plugins\BungeeAuth/SQLite.db
[14:01:33 INFO]: C:\Users\docta\Desktop\Mini-Infra\Proxy-3\plugins\snap\plugins\BungeeAuth/SQLite.db
[14:01:33 INFO]: C:\Users\docta\Desktop\Mini-Infra\Proxy-3\plugins\snap\plugins\BungeeAuth/SQLite.db
[14:01:33 INFO]: C:\Users\docta\Desktop\Mini-Infra\Proxy-3\plugins\snap\plugins\BungeeAuth/SQLite.db
[14:01:33 INFO] [BungeeAuth]: BungeeAuth has successfully started!
[14:01:33 INFO] [BungeeAuth]: Created by Vik1395
[14:01:33 INFO] [Snap]: Enabled plugin BungeeAuth version 1.4 by Vik1395
[14:01:33 INFO] [snap]: Loaded 1 plugins!
[14:01:33 INFO]: Listening on /[0:0:0:0:0:0:0:0]:25577
[14:01:33 INFO]: Done (2,65s)!
[14:01:56 INFO]: [connected player] DoctaEnkoda (/10.8.0.200:52200) has connected
[14:01:56 INFO]: [server connection] DoctaEnkoda -> lobby has connected
[14:01:56 INFO]: [connected player] DoctaEnkoda (/10.8.0.200:52200) has disconnected: There are no available servers.
[14:01:56 INFO]: [server connection] DoctaEnkoda -> lobby has disconnected |
without bungeauth, its work |
Are you sure that you have configured a server by that name in your Velocity config? I don't see any other way for this to occur otherwise. |
Yes [servers]
# Configure your servers here. Each key represents the server's name, and the value
# represents the IP address of the server to connect to.
lobby = "127.0.0.1:25567"
# In what order we should try servers when a player logs in or is kicked from a server.
try = ["lobby"] I am try your latest version Build 11 and not work |
@DoctaEnkoda I am using AuthMeBungee with snap without any errors. You can give it a try: https://github.com/AuthMe/AuthMeBungee |
Used Version
Latest (15/03)
Config
Environment description
Full Log
Just :
What other programs/plugins are you running?
https://github.com/vik1395/BungeeAuth-Minecraft
What is happening?
Impossible to connect any server 'lobby'
The text was updated successfully, but these errors were encountered: