Is there any addon that is compatible with Authme ?.
Years ago I created this script that worked with "SharpSK" and "Tuske", but now it tells me that it doesn't recognize these lines.
Years ago I created this script that worked with "SharpSK" and "Tuske", but now it tells me that it doesn't recognize these lines.
Code:
on first join:
if {listablanca.ip::%player%} is ip of player:
set {listablanca.registro.%player%} to true
send player title "<aqua>&l¡Bienvenido!" with subtitle "<light green>- Esperamos que lo pases bien en Exodus -" for 5 seconds
message "{@prefijos-listablanca-valor} <light blue>Se ha almacenado correctamente tu IP publica."
set {_pass} to a rounded random number between 100000 to 999999
force player to register with pass "%{_pass}%"
wait 2 seconds
force player to logout
wait 5 real seconds
message "{@prefijos-listablanca-valor} <light red>EN UNOS SEGUNDOS SERAS KICKEADO. RECUERDA LA CLAVE DE ACCESO QUE VERAS EN EL MENSAJE."
wait 5 real seconds
message "{@prefijos-listablanca-valor} <orange>CAMBIA LA CLAVE TEMPORAL CON <yellow>/changepassword <clave_temporal> <clave_nueva><orange>."
wait 5 real seconds
delete {listablanca.registro.%player%}
kick the player due to "{@kickauthmsg}"
on connect:
{listablanca.estado} is true
if {listablanca.aceptados::%player%} is true:
if {listablanca.ip::%player%} is not set:
message "{@prefijos-listablanca-valor} <light red>Pide a un administrador que añada tu IP a tu cuenta."
stop
else:
set {_ipguardada} to {listablanca.ip::%player%}
wait 1 tick
set {_ipactual} to ip of player
wait 1 tick
if {_ipguardada} = {_ipactual}:
force player to login
message "<light green>Bienvenido de nuevo <orange>%player%<light green>, como no has cambiado de IP, no hace falta que te identifiques."
stop
else:
force player to logout
stop
else:
kick the player due to "{@kickmsg}"
Code:
[10:42:59] [Server thread/ERROR]: [Skript] Can't understand this condition/effect: send player title "<aqua>&l¡Bienvenido!" with subtitle "<light green>- Esperamos que lo pases bien en Exodus -" for 5 seconds (listablanca.sk, line 124: send player title "<aqua>&l¡Bienvenido!" with subtitle "<light green>- Esperamos que lo pases bien en Exodus -" for 5 seconds')
[10:42:59] [Server thread/ERROR]: [Skript] Can't understand this condition/effect: force player to register with pass "%{_pass}%" (listablanca.sk, line 127: force player to register with pass "%{_pass}%"')
[10:42:59] [Server thread/ERROR]: [Skript] Can't understand this condition/effect: force player to logout (listablanca.sk, line 129: force player to logout')
[10:42:59] [Server thread/ERROR]: [Skript] Can't understand this condition/effect: force player to login (listablanca.sk, line 150: force player to login')
[10:42:59] [Server thread/ERROR]: [Skript] Can't understand this condition/effect: force player to logout (listablanca.sk, line 154: force player to logout')