Defective4 / AuthMeProxy

A bridge between your AuthMe Spigot instance and your BungeeCord/Velocity proxy.
https://www.spigotmc.org/resources/authmeproxy.116570/
GNU General Public License v3.0
0 stars 0 forks source link

plugin problem (better description) #14

Open TymekSL opened 1 week ago

TymekSL commented 1 week ago

Using authme on auth server and using authmeproxy on velocity. In the config there is correct serrver auth name, player has been logged, he want go to hub (its test server there is no automatic teleport yet) and he got message "YOU NEED TO AUTHENTICATE TO USE THIS COMMAND" this plugin won't work like this true ? whats the mattewr her e

TymekSL commented 1 week ago

config

AuthMeVelocity | by Glyart & 4drian3d

advanced {

Enable debug mode

debug=false
# Attempts to get a valid server in SendMode Random
random-attempts=5

}

List of login/registration servers

auth-servers=[ auth, ] commands {

Sets the commands that users who have not yet logged in can execute

allowed-commands=[
    login,
    register,
    l,
    reg,
    email,
    captcha
]
# Sets the message to send in case a non-logged-in player executes an unauthorized command
# To deactivate the message, leave it empty
blocked-message="<red>You cannot execute commands if you are not logged in yet"

} ensure-auth-server {

Ensure that the first server to which players connect is an auth server

ensure-auth-server=false
# Selection Mode of the player's initial server
# TO_FIRST | Send to the first valid server configured
# TO_EMPTIEST_SERVER | Send to the server with the lowest number of players
# RANDOM | Send to a random server
send-mode=RANDOM

} send-on-login {

Require players to have the authmevelocity.send-on-login permission?

require-permission=false
# Selection Mode of the server to which the player will be sent
# TO_FIRST | Send to the first valid server configured
# TO_EMPTIEST_SERVER | Send to the server with the lowest number of players
# RANDOM | Send to a random server
send-mode=RANDOM
# Send logged in players to another server?
send-on-login=false
# List of servers to send
# One of these servers will be chosen at random
teleport-servers=[
    lobby,
]

}

TymekSL commented 1 week ago

em wrong plugin wait

Defective4 commented 1 week ago

@TymekSL most importantly, what version of Velocity and backend are you using?