command /surelivip [<player>] [<text>]:
trigger:
if player has permission "rSkript.admin":
if arg 1 is not set:
send "&6Komut Kullanımı: &e/surelivip -nick- -vip/vip2/vip3-" to player
stop
if arg 2 is not set:
send "&6Komut Kullanımı: &e/surelivip -nick- -vip/vip2/vip3-" to player
stop
if arg 2 is not "vip" or "vip2" or "vip3":
send "&6Komut Kullanımı: &e/surelivip -nick- -vip/vip2/vip3-" to player
stop
if arg 2 is "vip":
send "&e%arg 1% &6isimli oyuncu &bVIP &6grubuna taşındı." to player
send "&e%player% &6isimli yönetici sizi &bVIP &6grubuna taşıdı." to player
execute console command "manuadd %arg 1% VIP"
wait 30 days
execute console command "manuadd %arg 1% Default"
send "&e%arg 1% &6isimli oyuncunun VIP süresi bitti." to all players
if arg 2 is "vip2":
send "&e%arg 1% &6isimli oyuncu &bVIP2 &6grubuna taşındı." to player
send "&e%player% &6isimli yönetici sizi &bVIP2 &6grubuna taşıdı." to player
execute console command "manuadd %arg 1% VIP2"
wait 30 days
execute console command "manuadd %arg 1% Default"
send "&e%arg 1% &6isimli oyuncunun VIP2 süresi bitti." to all players
if arg 2 is "vip3":
send "&e%arg 1% &6isimli oyuncu &bVIP3 &6grubuna taşındı." to player
send "&e%player% &6isimli yönetici sizi &bVIP3 &6grubuna taşıdı." to player
execute console command "manuadd %arg 1% VIP3"
wait 30 days
execute console command "manuadd %arg 1% Default"
send "&e%arg 1% &6isimli oyuncunun VIP3 süresi bitti." to all players
else:
send "&6Bu komutu kullanabilmek için gerekli yetkiniz yok." to player