Oyuncu at

The_Dark_Brawlers

Kızıltaş Madencisi
En iyi cevaplar
0
default olan biri default olan bir kişi için /at (oyuncu adı) yazarak oylama başlatacak bu oylamaya default dışında kimse oy veremeyecek 4 kişi /yes derse oyundan kicklenecek
 

Epistomoloji

Lapis Toplayıcısı
En iyi cevaplar
0
command /at <player>:
trigger:
player is not op
arg 1 is not op
player has not any permission
arg 1 has not any permission
set {basladi} to true
add arg 1 to {oylama::*}
broadcast "%player% isimli oyuncu %arg 1% isimli oyuncu için oylama başlattı. "

command /yes:
trigger:
if {basladi} is true:
if {oyver.%player%} is not set:
add 1 to {sayi}
set {oyver.%player%} to true
if {sayi} is 4:
loop {oylama::*}:
kick loop-value due to "Oylama sonucuyla atıldınız."
remove loop-value from {oylama::*}
loop all players:
delete {oyver.%loop-player%}
set {basladi} to false

şöyle basit bir şey yaptım fakat denenmemiştir, hata varsa affola.
 
Son düzenleme:

The_Dark_Brawlers

Kızıltaş Madencisi
En iyi cevaplar
0
[15:18:56] [Server thread/WARN]: Empty configuration section! You might want to indent one or more of the subsequent lines to make them belong to this section or remove the colon at the end of the line if you don't want this line to start a section. (AFK.sk, line 2: trigger:')
[15:18:56] [Server thread/WARN]: Empty configuration section! You might want to indent one or more of the subsequent lines to make them belong to this section or remove the colon at the end of the line if you don't want this line to start a section. (AFK.sk, line 11: command /yes:')
[15:18:56] [Server thread/WARN]: Empty configuration section! You might want to indent one or more of the subsequent lines to make them belong to this section or remove the colon at the end of the line if you don't want this line to start a section. (AFK.sk, line 12: trigger:')
[15:18:56] [Server thread/WARN]: Empty configuration section! You might want to indent one or more of the subsequent lines to make them belong to this section or remove the colon at the end of the line if you don't want this line to start a section. (AFK.sk, line 13: if {basladi} is true:')
[15:18:56] [Server thread/WARN]: Empty configuration section! You might want to indent one or more of the subsequent lines to make them belong to this section or remove the colon at the end of the line if you don't want this line to start a section. (AFK.sk, line 14: if {oyver.%player%} is false:')
[15:18:56] [Server thread/WARN]: Empty configuration section! You might want to indent one or more of the subsequent lines to make them belong to this section or remove the colon at the end of the line if you don't want this line to start a section. (AFK.sk, line 17: if {sayi} is 4:')
[15:18:56] [Server thread/WARN]: Empty configuration section! You might want to indent one or more of the subsequent lines to make them belong to this section or remove the colon at the end of the line if you don't want this line to start a section. (AFK.sk, line 18: loop {oylama::*}:')
[15:18:56] [Server thread/WARN]: Empty configuration section! You might want to indent one or more of the subsequent lines to make them belong to this section or remove the colon at the end of the line if you don't want this line to start a section. (AFK.sk, line 21: loop all players:')
[15:18:56] [Server thread/ERROR]: 'player is not op' is not an entry (like 'name : value') (AFK.sk, line 3: player is not op')
[15:18:56] [Server thread/ERROR]: 'arg 1 is not op' is not an entry (like 'name : value') (AFK.sk, line 4: arg 1 is not op')
[15:18:56] [Server thread/ERROR]: 'player has not any permission' is not an entry (like 'name : value') (AFK.sk, line 5: player has not any permission')
[15:18:56] [Server thread/ERROR]: 'arg 1 has not any permission' is not an entry (like 'name : value') (AFK.sk, line 6: arg 1 has not any permission')
[15:18:56] [Server thread/ERROR]: 'set {basladi} to true' is not an entry (like 'name : value') (AFK.sk, line 7: set {basladi} to true')
[15:18:56] [Server thread/ERROR]: 'broadcast "%player% isimli oyuncu %arg 1% isimli oyuncu için oylama başlattı. "' is not an entry (like 'name : value') (AFK.sk, line 9: broadcast "%player% isimli oyuncu %arg 1% isimli oyuncu için oylama başlattı. "')
[15:18:56] [Server thread/ERROR]: 'add 1 to {sayi}' is not an entry (like 'name : value') (AFK.sk, line 15: add 1 to {sayi}')
[15:18:56] [Server thread/ERROR]: 'set {oyver.%player%} to true' is not an entry (like 'name : value') (AFK.sk, line 16: set {oyver.%player%} to true')
[15:18:56] [Server thread/ERROR]: 'kick loop-value due to "Oylama sonucuyla atıldınız."' is not an entry (like 'name : value') (AFK.sk, line 19: kick loop-value due to "Oylama sonucuyla atıldınız."')
[15:18:56] [Server thread/ERROR]: 'set {oyver.%loop-player%} to false' is not an entry (like 'name : value') (AFK.sk, line 22: set {oyver.%loop-player%} to false')
[15:18:56] [Server thread/ERROR]: 'set {basladi} to false' is not an entry (like 'name : value') (AFK.sk, line 23: set {basladi} to false')
[15:18:56] [Server thread/ERROR]: Unexpected entry 'add arg 1 to {oylama'. Check whether it's spelled correctly or remove it. (AFK.sk, line 8: add arg 1 to {oylama: :*}')
[15:18:56] [Server thread/ERROR]: Unexpected entry 'command /yes'. Check whether it's spelled correctly or remove it. (AFK.sk, line 11: command /yes:')
[15:18:56] [Server thread/ERROR]: Unexpected entry 'if {basladi} is true'. Check whether it's spelled correctly or remove it. (AFK.sk, line 13: if {basladi} is true:')
[15:18:56] [Server thread/ERROR]: Unexpected entry 'if {oyver.%player%} is false'. Check whether it's spelled correctly or remove it. (AFK.sk, line 14: if {oyver.%player%} is false:')
[15:18:56] [Server thread/ERROR]: Unexpected entry 'if {sayi} is 4'. Check whether it's spelled correctly or remove it. (AFK.sk, line 17: if {sayi} is 4:')
[15:18:56] [Server thread/ERROR]: Unexpected entry 'loop {oylama::*}'. Check whether it's spelled correctly or remove it. (AFK.sk, line 18: loop {oylama::*}:')
[15:18:56] [Server thread/ERROR]: Unexpected entry 'remove loop-value from {oylama'. Check whether it's spelled correctly or remove it. (AFK.sk, line 20: remove loop-value from {oylama: :*}')
[15:18:56] [Server thread/ERROR]: Unexpected entry 'loop all players'. Check whether it's spelled correctly or remove it. (AFK.sk, line 21: loop all players:')
HATALAR BU
 
Son düzenleme:

Minecraftplayerr

Java, Skript, Php, Html, Css, Javascript, Anime
En iyi cevaplar
7
[15:18:56] [Server thread/WARN]: Empty configuration section! You might want to indent one or more of the subsequent lines to make them belong to this section or remove the colon at the end of the line if you don't want this line to start a section. (AFK.sk, line 2: trigger:')
[15:18:56] [Server thread/WARN]: Empty configuration section! You might want to indent one or more of the subsequent lines to make them belong to this section or remove the colon at the end of the line if you don't want this line to start a section. (AFK.sk, line 11: command /yes:')
[15:18:56] [Server thread/WARN]: Empty configuration section! You might want to indent one or more of the subsequent lines to make them belong to this section or remove the colon at the end of the line if you don't want this line to start a section. (AFK.sk, line 12: trigger:')
[15:18:56] [Server thread/WARN]: Empty configuration section! You might want to indent one or more of the subsequent lines to make them belong to this section or remove the colon at the end of the line if you don't want this line to start a section. (AFK.sk, line 13: if {basladi} is true:')
[15:18:56] [Server thread/WARN]: Empty configuration section! You might want to indent one or more of the subsequent lines to make them belong to this section or remove the colon at the end of the line if you don't want this line to start a section. (AFK.sk, line 14: if {oyver.%player%} is false:')
[15:18:56] [Server thread/WARN]: Empty configuration section! You might want to indent one or more of the subsequent lines to make them belong to this section or remove the colon at the end of the line if you don't want this line to start a section. (AFK.sk, line 17: if {sayi} is 4:')
[15:18:56] [Server thread/WARN]: Empty configuration section! You might want to indent one or more of the subsequent lines to make them belong to this section or remove the colon at the end of the line if you don't want this line to start a section. (AFK.sk, line 18: loop {oylama::*}:')
[15:18:56] [Server thread/WARN]: Empty configuration section! You might want to indent one or more of the subsequent lines to make them belong to this section or remove the colon at the end of the line if you don't want this line to start a section. (AFK.sk, line 21: loop all players:')
[15:18:56] [Server thread/ERROR]: 'player is not op' is not an entry (like 'name : value') (AFK.sk, line 3: player is not op')
[15:18:56] [Server thread/ERROR]: 'arg 1 is not op' is not an entry (like 'name : value') (AFK.sk, line 4: arg 1 is not op')
[15:18:56] [Server thread/ERROR]: 'player has not any permission' is not an entry (like 'name : value') (AFK.sk, line 5: player has not any permission')
[15:18:56] [Server thread/ERROR]: 'arg 1 has not any permission' is not an entry (like 'name : value') (AFK.sk, line 6: arg 1 has not any permission')
[15:18:56] [Server thread/ERROR]: 'set {basladi} to true' is not an entry (like 'name : value') (AFK.sk, line 7: set {basladi} to true')
[15:18:56] [Server thread/ERROR]: 'broadcast "%player% isimli oyuncu %arg 1% isimli oyuncu için oylama başlattı. "' is not an entry (like 'name : value') (AFK.sk, line 9: broadcast "%player% isimli oyuncu %arg 1% isimli oyuncu için oylama başlattı. "')
[15:18:56] [Server thread/ERROR]: 'add 1 to {sayi}' is not an entry (like 'name : value') (AFK.sk, line 15: add 1 to {sayi}')
[15:18:56] [Server thread/ERROR]: 'set {oyver.%player%} to true' is not an entry (like 'name : value') (AFK.sk, line 16: set {oyver.%player%} to true')
[15:18:56] [Server thread/ERROR]: 'kick loop-value due to "Oylama sonucuyla atıldınız."' is not an entry (like 'name : value') (AFK.sk, line 19: kick loop-value due to "Oylama sonucuyla atıldınız."')
[15:18:56] [Server thread/ERROR]: 'set {oyver.%loop-player%} to false' is not an entry (like 'name : value') (AFK.sk, line 22: set {oyver.%loop-player%} to false')
[15:18:56] [Server thread/ERROR]: 'set {basladi} to false' is not an entry (like 'name : value') (AFK.sk, line 23: set {basladi} to false')
[15:18:56] [Server thread/ERROR]: Unexpected entry 'add arg 1 to {oylama'. Check whether it's spelled correctly or remove it. (AFK.sk, line 8: add arg 1 to {oylama: :*}')
[15:18:56] [Server thread/ERROR]: Unexpected entry 'command /yes'. Check whether it's spelled correctly or remove it. (AFK.sk, line 11: command /yes:')
[15:18:56] [Server thread/ERROR]: Unexpected entry 'if {basladi} is true'. Check whether it's spelled correctly or remove it. (AFK.sk, line 13: if {basladi} is true:')
[15:18:56] [Server thread/ERROR]: Unexpected entry 'if {oyver.%player%} is false'. Check whether it's spelled correctly or remove it. (AFK.sk, line 14: if {oyver.%player%} is false:')
[15:18:56] [Server thread/ERROR]: Unexpected entry 'if {sayi} is 4'. Check whether it's spelled correctly or remove it. (AFK.sk, line 17: if {sayi} is 4:')
[15:18:56] [Server thread/ERROR]: Unexpected entry 'loop {oylama::*}'. Check whether it's spelled correctly or remove it. (AFK.sk, line 18: loop {oylama::*}:')
[15:18:56] [Server thread/ERROR]: Unexpected entry 'remove loop-value from {oylama'. Check whether it's spelled correctly or remove it. (AFK.sk, line 20: remove loop-value from {oylama: :*}')
[15:18:56] [Server thread/ERROR]: Unexpected entry 'loop all players'. Check whether it's spelled correctly or remove it. (AFK.sk, line 21: loop all players:')
HATALAR BU
Boşlukları ayarlamamışsın.
 

The_Dark_Brawlers

Kızıltaş Madencisi
En iyi cevaplar
0
[22:42:21] [Server thread/WARN]: Empty configuration section! You might want to indent one or more of the subsequent lines to make them belong to this section or remove the colon at the end of the line if you don't want this line to start a section. (AFK.sk, line 13: if {basladi} is true:')
[22:42:21] [Server thread/WARN]: Empty configuration section! You might want to indent one or more of the subsequent lines to make them belong to this section or remove the colon at the end of the line if you don't want this line to start a section. (AFK.sk, line 14: if {oyver.%player%} is false:')
[22:42:21] [Server thread/WARN]: Empty configuration section! You might want to indent one or more of the subsequent lines to make them belong to this section or remove the colon at the end of the line if you don't want this line to start a section. (AFK.sk, line 17: if {sayi} is 4:')
[22:42:21] [Server thread/WARN]: Empty configuration section! You might want to indent one or more of the subsequent lines to make them belong to this section or remove the colon at the end of the line if you don't want this line to start a section. (AFK.sk, line 18: loop {oylama::*}:')
[22:42:21] [Server thread/WARN]: Empty configuration section! You might want to indent one or more of the subsequent lines to make them belong to this section or remove the colon at the end of the line if you don't want this line to start a section. (AFK.sk, line 21: loop all players:')
[22:42:21] [Server thread/ERROR]: 'not any permission' is not an item type (AFK.sk, line 5: player has not any permission')
[22:42:21] [Server thread/ERROR]: 'not any permission' is not an item type (AFK.sk, line 6: arg 1 has not any permission')
[22:42:21] [Server thread/ERROR]: 'command /yes' is not a boolean (yes/no) (AFK.sk, line 11: command /yes:')
HOCAM SABAHTAN BERİ UĞRAŞIYORUM BU KADAR OLDU
 

Epistomoloji

Lapis Toplayıcısı
En iyi cevaplar
0
Kod:
command /at <player>:
    trigger:
        player is not op
        arg 1 is not op
        if player has permission "vip":
            set {basladi} to true
            add arg 1 to {oylama::*}
            broadcast "%player% isimli oyuncu %arg 1% isimli oyuncu için oylama başlattı. "
        else:
            send "Sadece vipler oylama başlatabilir!"

command /yes:
    trigger:
        if player has permission "vip":
            if {basladi} is true:
                if {oyver.%player%} is not set:
                    add 1 to {sayi}
                    set {oyver.%player%} to true
                    if {sayi} is 4:
                        loop {oylama::*}:
                            kick loop-value due to "Oylama sonucuyla atıldınız."
                            remove loop-value from {oylama::*}
                        loop all players:
                            delete {oyver.%loop-player%}
                            set {basladi} to false

şunu bi denesen hocam.
 
Son düzenleme:

The_Dark_Brawlers

Kızıltaş Madencisi
En iyi cevaplar
0
[22:45:41] [Server thread/ERROR]: 'not any permission' is not an item type (AFK.sk, line 5: player has not any permission')
[22:45:41] [Server thread/ERROR]: 'not any permission' is not an item type (AFK.sk, line 6: arg 1 has not any permission')
 

Epistomoloji

Lapis Toplayıcısı
En iyi cevaplar
0
[22:45:41] [Server thread/ERROR]: 'not any permission' is not an item type (AFK.sk, line 5: player has not any permission')
[22:45:41] [Server thread/ERROR]: 'not any permission' is not an item type (AFK.sk, line 6: arg 1 has not any permission')
Bilmiyorum orayı çözemedim ya :/ o zaman default bir kişi belirtemicez :(
 
Üst