set {haslo::%player%} to arg 1
Hasło trzymane w plaintexcie?
command /premium:
trigger:
set {_name} to text from "https://api.mojang.com/users/profiles/minecraft/%player%"
if {_name} contain "%player%":
send "{@Prefix} &7Jestes graczem premium, ustawiono autologowanie!" to the player
set {premium::%player%} to true
else:
send "{@Prefix} &cNie jestes graczem premium!" to the player
if {premium::%loop-player%} is true:
if {login::%loop-player%} is false:
set action bar of loop-player to "&2&lZalogowano automatycznie!"
set {login::%loop-player%} to true
Czyli wystarczy ze gracz non-premium wejdzie na nicku osoby z "potwierdzonym" kontem premium w twoim skrypcie i zostanie zalogowany?
To po co ta funkcja skoro zle dziala?