Taki komunikat pokazuje się gdy wersja authme nie jest kompaktybilna z wersją serwera. Najnowszą wersję authme testowałem na 1.8.8 oraz 1.16.1, działała poprawnie. Usuń authme razem z folderem i zainstaluj wersję z linku.
To jest bardzo stara wersja authme, pobierz najnowszą https://ci.codemc.io/job/AuthMe/job/AuthMeReloaded/lastSuccessfulBuild/artifact/target/AuthMe-5.6.0-SNAPSHOT.jar
command /sksiazka <player>:
permission: skript.command.sksiazka
trigger:
add book named "&6Vip" with lore "&cKliknij aby aktywować" to arg-1
on rightclick:
if player's tool's name is "&6Vip":
remove player's tool from player's inventory
execute console command "/lp user %player% parent set vip"
on damage:
if attacker and victim is a player:
if attacker has permission "fly.pvp":
attacker is flying
set flight mode of attacker to false
send "&a&lOFF" to attacker
if victim has permission "fly.pvp":
victim is flying
set flight mode of victim to false
send "&a&lOFF" to victim
on damage:
if attacker and victim is a player:
if attacker has permission "fly.pvp":
set flight mode of attacker to false
send "&a&lOFF" to attacker
if victim has permission "fly.pvp":
set flight mode of victim to false
send "&a&lOFF" to victim