AjanOyunda
Ağaç Yumruklayıcı
- En iyi cevaplar
- 0
Kod:
on first join:
set {rutbe.gun.%player%} to 0
set {rutbe.saat.%player%} to 0
set {rutbe.dakika.%player%} to 0
set {rutbe.oyuncu.%player%} to false
set {rutbe.bilgili.%player%} to false
set {rutbe.%player%} to "&8Acemi"
command /sure [<text>]:
aliases: süre
trigger:
if arg 1 is set:
if player is op:
send "&e---------------------------"
send "&6%arg 1% &e&l Rutbesi : %{rutbe.%arg 1%}%"
send "&6%arg 1% &a&l Suresi : &cGun&6: &2%{rutbe.gun.%arg 1%}% &cSaat&6: &2%{rutbe.saat.%arg 1%}% &cDakika&6: &2%{rutbe.dakika.%arg 1%}%"
send "&e---------------------------"
else:
send "&b---------------------------"
send "&e&l Rutben : %{rutbe.%player%}%"
send "&a&l Suren : &cGun&6: &2%{rutbe.gun.%player%}% &cSaat&6: &2%{rutbe.saat.%player%}% &cDakika&6: &2%{rutbe.dakika.%player%}%"
send "&b---------------------------"
every real minutes:
loop all players:
if loop-player has permission "rutbe.atla":
add 1 to {rutbe.dakika.%loop-player%}
if {rutbe.dakika.%loop-player%} is 60:
add 1 to {rutbe.saat.%loop-player%}
set {rutbe.dakika.%loop-player%} to 0
if {rutbe.oyuncu.%loop-player%} is false:
execute console command "manuadd %loop-player% oyuncu"
set {rutbe.%loop-player%} to "&7Oyuncu"
set {rutbe.oyuncu.%loop-player%} to true
else:
if {rutbe.saat.%loop-player%} is 24:
add 1 to {rutbe.gun.%loop-player%}
set {rutbe.saat.%loop-player%} to 0
set {rutbe.dakika.%loop-player%} to 0
if {rutbe.bilgili.%loop-player%} is false:
execute console command "manuadd %loop-player% bilgili"
set {rutbe.bilgili.%loop-player%} to true
set {rutbe.%loop-player%} to "&3Bilgili"
else:
if {rutbe.gun.%loop-player%} is 2:
execute console command "manuadd %loop-player% deneyimli"
set {rutbe.%loop-player%} to "&eDeneyimli"
else if {rutbe.gun.%loop-player%} is 4:
execute console command "manuadd %loop-player% usta"
set {rutbe.%loop-player%} to "&5Usta"
else if {rutbe.gun.%loop-player%} is 6:
execute console command "manuadd %loop-player% asil"
set {rutbe.%loop-player%} to "&aAsil"
else if {rutbe.gun.%loop-player%} is 8:
execute console command "manuadd %loop-player% soylu"
set {rutbe.%loop-player%} to "&fSoylu"
else if {rutbe.gun.%loop-player%} is 10:
execute console command "manuadd %loop-player% efsane"
set {rutbe.%loop-player%} to "&cEfsane"