Hata nerede ?

StringCraft

Demir Madencisi
En iyi cevaplar
0
PHP:
every 200 minutes:
    execute console command "kickall Server item vb. gitmemesi için kaydediliyor... bu kayıt her 200dakikada bir olur."
    execute console command "save-all"
    every 2 seconds
    execute console command "stop"   
    execute console command "whitelist on"
    every 250 seconds
    execute console command "whitelist off"
 

TheBlueDeath

Nether Yerlisi
En iyi cevaplar
0
Kod:
every 200 minutes:
    execute console command "kickall Server item vb. gitmemesi için kaydediliyor... bu kayıt her 200dakikada bir olur."
    execute console command "save-all"
    wait 2 seconds
    execute console command "stop"   
    execute console command "whitelist on"
    wait 250 seconds
    execute console command "whitelist off"
 

cagriaykut

Kömür Madencisi
En iyi cevaplar
0
#Daha mantıklı ve 0 hata
PHP:
every 200 minutes:
    execute console command "/kickall Server item vb. gitmemesi için kaydediliyor... bu kayıt her 200 dakikada bir olur."
    execute console command "/save-all"
    execute console command "/whitelist on"
    execute console command "/reload"
    wait 250 seconds
    execute console command "/whitelist off"
    stop
 
Son düzenleme:
Üst