Bu skript ne işe yarar?
Bu skript oyuncuya afk modunda iken afk rankı verir ve afk alanına ışınlar /afk ile afk moduna geçer /afkdeaktif komutu ile afk modunu deaktif eder /afkayarla komutu ile /afk yazınca ışınlıyıcağı alanı belirler afk moduna oyundan çıkarsa afk rütbesini oyuncudan geri alır
Gerekli eklentiler:
Skript ve LuckPerms (nametagedit, groupmanager) gibi pluginler de çalışır ama denemedim
Komutlar:
/afk
/afkdeaktif
/afkayarla
Script:
command /afkayarla:
permission: afk.ayarla
permission message: &6Sunucu İsmi &7» &fBu komutu girmek için gerekli izinin yok.
trigger:
set {afkalan} to location of player
send "&6Sunucu İsmi &7» &aAfk alanı &7%location of player% &aolarak belirlendi!"
command /afk:
permission: afk.ol
permission message: &6Sunucu İsmi &7» &eZaten Afk Modundasın
trigger:
send "&6Sunucu İsmi &7» &e5 Saniye İçinde Işınlanıcaksın"
wait 5 seconds
teleport player to {afkalan}
execute console command "lp user %player% permission set afk.çık true"
execute console command "lp user %player% permission set afk.ol false"
execute console command "lp user %player% parent add afk"
set {afk::%player%} to true
send "&6Sunucu İsmi &7» &eArtık afksın afk modundan çıkmak için /afkdeaktif"
command /afkdeaktif:
permission: afk.çık
permission message: &6Sunucu İsmi &7» &eZaten Afk Modunda Degilsin
trigger:
send "&6Sunucu İsmi &7» &e5 Saniye İçinde Işınlanıcaksın"
wait 5 seconds
execute console command "lp user %player% permission set afk.çık false"
execute console command "lp user %player% permission set afk.ol true"
execute console command "lp user %player% parent remove afk"
set {afk::%player%} to false
execute console command "hub %player%"
send "&6Sunucu İsmi &7» &eArtık afk degilsin"
on quit:
if {afk::%player%} is true:
execute console command "lp user %player% permission set afk.çık false"
execute console command "lp user %player% permission set afk.ol true"
execute console command "lp user %player% parent remove afk"
set {afk::%player%} to false
Bu skript oyuncuya afk modunda iken afk rankı verir ve afk alanına ışınlar /afk ile afk moduna geçer /afkdeaktif komutu ile afk modunu deaktif eder /afkayarla komutu ile /afk yazınca ışınlıyıcağı alanı belirler afk moduna oyundan çıkarsa afk rütbesini oyuncudan geri alır
Gerekli eklentiler:
Skript ve LuckPerms (nametagedit, groupmanager) gibi pluginler de çalışır ama denemedim
Komutlar:
/afk
/afkdeaktif
/afkayarla
Script:
command /afkayarla:
permission: afk.ayarla
permission message: &6Sunucu İsmi &7» &fBu komutu girmek için gerekli izinin yok.
trigger:
set {afkalan} to location of player
send "&6Sunucu İsmi &7» &aAfk alanı &7%location of player% &aolarak belirlendi!"
command /afk:
permission: afk.ol
permission message: &6Sunucu İsmi &7» &eZaten Afk Modundasın
trigger:
send "&6Sunucu İsmi &7» &e5 Saniye İçinde Işınlanıcaksın"
wait 5 seconds
teleport player to {afkalan}
execute console command "lp user %player% permission set afk.çık true"
execute console command "lp user %player% permission set afk.ol false"
execute console command "lp user %player% parent add afk"
set {afk::%player%} to true
send "&6Sunucu İsmi &7» &eArtık afksın afk modundan çıkmak için /afkdeaktif"
command /afkdeaktif:
permission: afk.çık
permission message: &6Sunucu İsmi &7» &eZaten Afk Modunda Degilsin
trigger:
send "&6Sunucu İsmi &7» &e5 Saniye İçinde Işınlanıcaksın"
wait 5 seconds
execute console command "lp user %player% permission set afk.çık false"
execute console command "lp user %player% permission set afk.ol true"
execute console command "lp user %player% parent remove afk"
set {afk::%player%} to false
execute console command "hub %player%"
send "&6Sunucu İsmi &7» &eArtık afk degilsin"
on quit:
if {afk::%player%} is true:
execute console command "lp user %player% permission set afk.çık false"
execute console command "lp user %player% permission set afk.ol true"
execute console command "lp user %player% parent remove afk"
set {afk::%player%} to false