İstek Skript Düzeltme

1234215261234

Ağaç Yumruklayıcı
Mesajlar
10
En iyi cevaplar
0
Beğeniler
0
Puanları
120
Kod:
#bu scriptin yapımcısı Mehmet Ali Turker.

variables:
   odun.kirma
   oduncular.birligi
    super.para
    madenciler.birligi
    tas.kirma

command /hepsinekatil:
    trigger:
    send "&4&lSistem: &atum birliklere katılınıyor lutfen birkac saniye bekleyin."
    add 1 oduncular.birligi to player
    add 1 madenciler.birligi to player

on break of log:
    if player's oduncular.birligi is greater than or equal to 1:
    add 1 to odun.kirma to player

on break of stone:
    if player's madenciler.birligi is greater than or equal 1:
    add 1 tas.kirma to player

every 15 second:
    if player's tas.kirma is greater than or equal 128:
    send "&6&lMadenciler Birligi: &a128 tas kirdigin icin"
    send "Madenciler Birligi tarafından 1 &3Super Para kazandin!"
    add 1 super.para to player
    remove 128 tas.kirma to player

every 15 second:
    if player's odun.kirma is greater than or equal 128:
    send "&6&lOduncular Birligi: &a128 odun kirdigin icin"
    send "Oduncular Birligi tarafından 1 &3Super Para &akazandın!"
    add 1 super.para to player
    remove 128 odun.kirma to player

command /bakodun:
    trigger:
        send "&6odun.kirma &atane odun kirdin."

command /baktas:
    trigger:
        send "&6tas.kirma &atane tas kirdin."

command /hepsinebak:
    trigger:
        send "&6odun.kirma &atane odun kirdin."
        send "&6tas.kirma &atane tas kirdin."

command /superpara:
    trigger:
        send "&6super.para &4Tane Super Paran Var!"

command /superparadonustur:
    trigger:
    if player's super.para is greater than or equal 1:
        send "&6&lSuper Paranız Donusturuluyor Lutfen Bekleyin!"
        execute console command /eco give %player% 300
        remove 1 super.para to player

Bu Skripti Kendim Yazdım Ancak Sürekli Hata Veriyor Eğer Verdiği Hatayı Merak Ediyorsanız Onuda Ekleyeyim :
Kod:
[18:09:50 ERROR]: [Skript] indentation error: expected 3 spaces, but found 4 spaces (oduncular birligi.sk, line 6: super.para')
> [18:09:50 ERROR]: [Skript] indentation error: expected 3 spaces, but found 4 spaces (oduncular birligi.sk, line 7: madenciler.birligi')
> [18:09:50 ERROR]: [Skript] indentation error: expected 3 spaces, but found 4 spaces (oduncular birligi.sk, line 8: tas.kirma')
> [18:09:50 WARN]: [Skript] 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. (oduncular birligi.sk, line 11: trigger:')
> [18:09:50 WARN]: [Skript] 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. (oduncular birligi.sk, line 17: if player's oduncular.birligi is greater than or equal to 1:')
> [18:09:50 WARN]: [Skript] 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. (oduncular birligi.sk, line 21: if player's madenciler.birligi is greater than or equal 1:')
> [18:09:50 WARN]: [Skript] 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. (oduncular birligi.sk, line 25: if player's tas.kirma is greater than or equal 128:')
> [18:09:50 WARN]: [Skript] 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. (oduncular birligi.sk, line 32: if player's odun.kirma is greater than or equal 128:')
> [18:09:50 WARN]: [Skript] 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. (oduncular birligi.sk, line 56: trigger:')
> [18:09:50 ERROR]: [Skript] 'odun.kirma' is not an entry (like 'name : value') (oduncular birligi.sk, line 4: odun.kirma')
> [18:09:50 ERROR]: [Skript] 'oduncular.birligi' is not an entry (like 'name : value') (oduncular birligi.sk, line 5: oduncular.birligi')
> [18:09:50 ERROR]: [Skript] 'add 1 oduncular.birligi to player' is not an entry (like 'name : value') (oduncular birligi.sk, line 13: add 1 oduncular.birligi to player')
> [18:09:50 ERROR]: [Skript] 'add 1 madenciler.birligi to player' is not an entry (like 'name : value') (oduncular birligi.sk, line 14: add 1 madenciler.birligi to player')
> [18:09:50 ERROR]: [Skript] Unexpected entry 'send "&4&lSistem'. Check whether it's spelled correctly or remove it. (oduncular birligi.sk, line 12: send "&4&lSistem: &atum birliklere katılınıyor lutfen birkac saniye bekleyin."')
> [18:09:50 INFO]: [Skript] There was an error checking for the latest version of Skript: Server returned HTTP response code: 403 for URL: http://dev.bukkit.org/server-mods/skript/files.rss
> [18:09:50 INFO]: [Skript] You're currently running the latest stable version of Skript.
> [18:09:50 ERROR]: [Skript] 'player's oduncular.birligi' is not an entity type (oduncular birligi.sk, line 17: if player's oduncular.birligi is greater than or equal to 1:')
> [18:09:50 ERROR]: [Skript] '1 to odun.kirma' is not an entity type (oduncular birligi.sk, line 18: add 1 to odun.kirma to player')
> [18:09:50 ERROR]: [Skript] 'player's madenciler.birligi' is not an entity type (oduncular birligi.sk, line 21: if player's madenciler.birligi is greater than or equal 1:')
> [18:09:50 ERROR]: [Skript] '1 tas.kirma' is not an entity type (oduncular birligi.sk, line 22: add 1 tas.kirma to player')
> [18:09:51 ERROR]: [Skript] 'player's tas.kirma' is not an entity type (oduncular birligi.sk, line 25: if player's tas.kirma is greater than or equal 128:')
> [18:09:51 ERROR]: [Skript] There's no player/console in a periodical event (oduncular birligi.sk, line 26: send "&6&lMadenciler Birligi: &a128 tas kirdigin icin"')
> [18:09:51 ERROR]: [Skript] There's no player/console in a periodical event (oduncular birligi.sk, line 27: send "Madenciler Birligi tarafından 1 &3Super Para kazandin!"')
> [18:09:51 ERROR]: [Skript] There's no player in a periodical event (oduncular birligi.sk, line 28: add 1 super.para to player')
> [18:09:51 ERROR]: [Skript] Can't understand this condition/effect: remove 128 tas.kirma to player (oduncular birligi.sk, line 29: remove 128 tas.kirma to player')
> [18:09:51 ERROR]: [Skript] 'player's odun.kirma' is not an entity type (oduncular birligi.sk, line 32: if player's odun.kirma is greater than or equal 128:')
> [18:09:51 ERROR]: [Skript] There's no player/console in a periodical event (oduncular birligi.sk, line 33: send "&6&lOduncular Birligi: &a128 odun kirdigin icin"')
> [18:09:51 ERROR]: [Skript] There's no player/console in a periodical event (oduncular birligi.sk, line 34: send "Oduncular Birligi tarafından 1 &3Super Para &akazandın!"')
> [18:09:51 ERROR]: [Skript] There's no player in a periodical event (oduncular birligi.sk, line 35: add 1 super.para to player')
> [18:09:51 ERROR]: [Skript] Can't understand this condition/effect: remove 128 odun.kirma to player (oduncular birligi.sk, line 36: remove 128 odun.kirma to player')
> [18:09:51 ERROR]: [Skript] Unexpected entry 'if player's super.para is greater than or equal 1'. Check whether it's spelled correctly or remove it. (oduncular birligi.sk, line 57: if player's super.para is greater than or equal 1:')

Hatası Ne İse Düzeltir Misiniz Teşekkür Ederim İyi Bayramlar :)
 


Xcalationable

Kömür Madencisi
Mesajlar
104
En iyi cevaplar
2
Beğeniler
26
Puanları
60
atadağın variableden sonra = koyup true false gibi değerler atamalısın.
Kod:
#bu scriptin yapımcısı Mehmet Ali Turker.

variables:
   odun.kirma
   oduncular.birligi
    super.para
    madenciler.birligi
    tas.kirma

command /hepsinekatil:
    trigger:
    send "&4&lSistem: &atum birliklere katılınıyor lutfen birkac saniye bekleyin."
    add 1 oduncular.birligi to player
    add 1 madenciler.birligi to player

on break of log:
    if player's oduncular.birligi is greater than or equal to 1:
    add 1 to odun.kirma to player

on break of stone:
    if player's madenciler.birligi is greater than or equal 1:
    add 1 tas.kirma to player

every 15 second:
    if player's tas.kirma is greater than or equal 128:
    send "&6&lMadenciler Birligi: &a128 tas kirdigin icin"
    send "Madenciler Birligi tarafından 1 &3Super Para kazandin!"
    add 1 super.para to player
    remove 128 tas.kirma to player

every 15 second:
    if player's odun.kirma is greater than or equal 128:
    send "&6&lOduncular Birligi: &a128 odun kirdigin icin"
    send "Oduncular Birligi tarafından 1 &3Super Para &akazandın!"
    add 1 super.para to player
    remove 128 odun.kirma to player

command /bakodun:
    trigger:
        send "&6odun.kirma &atane odun kirdin."

command /baktas:
    trigger:
        send "&6tas.kirma &atane tas kirdin."

command /hepsinebak:
    trigger:
        send "&6odun.kirma &atane odun kirdin."
        send "&6tas.kirma &atane tas kirdin."

command /superpara:
    trigger:
        send "&6super.para &4Tane Super Paran Var!"

command /superparadonustur:
    trigger:
    if player's super.para is greater than or equal 1:
        send "&6&lSuper Paranız Donusturuluyor Lutfen Bekleyin!"
        execute console command /eco give %player% 300
        remove 1 super.para to player

Bu Skripti Kendim Yazdım Ancak Sürekli Hata Veriyor Eğer Verdiği Hatayı Merak Ediyorsanız Onuda Ekleyeyim :
Kod:
[18:09:50 ERROR]: [Skript] indentation error: expected 3 spaces, but found 4 spaces (oduncular birligi.sk, line 6: super.para')
> [18:09:50 ERROR]: [Skript] indentation error: expected 3 spaces, but found 4 spaces (oduncular birligi.sk, line 7: madenciler.birligi')
> [18:09:50 ERROR]: [Skript] indentation error: expected 3 spaces, but found 4 spaces (oduncular birligi.sk, line 8: tas.kirma')
> [18:09:50 WARN]: [Skript] 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. (oduncular birligi.sk, line 11: trigger:')
> [18:09:50 WARN]: [Skript] 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. (oduncular birligi.sk, line 17: if player's oduncular.birligi is greater than or equal to 1:')
> [18:09:50 WARN]: [Skript] 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. (oduncular birligi.sk, line 21: if player's madenciler.birligi is greater than or equal 1:')
> [18:09:50 WARN]: [Skript] 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. (oduncular birligi.sk, line 25: if player's tas.kirma is greater than or equal 128:')
> [18:09:50 WARN]: [Skript] 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. (oduncular birligi.sk, line 32: if player's odun.kirma is greater than or equal 128:')
> [18:09:50 WARN]: [Skript] 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. (oduncular birligi.sk, line 56: trigger:')
> [18:09:50 ERROR]: [Skript] 'odun.kirma' is not an entry (like 'name : value') (oduncular birligi.sk, line 4: odun.kirma')
> [18:09:50 ERROR]: [Skript] 'oduncular.birligi' is not an entry (like 'name : value') (oduncular birligi.sk, line 5: oduncular.birligi')
> [18:09:50 ERROR]: [Skript] 'add 1 oduncular.birligi to player' is not an entry (like 'name : value') (oduncular birligi.sk, line 13: add 1 oduncular.birligi to player')
> [18:09:50 ERROR]: [Skript] 'add 1 madenciler.birligi to player' is not an entry (like 'name : value') (oduncular birligi.sk, line 14: add 1 madenciler.birligi to player')
> [18:09:50 ERROR]: [Skript] Unexpected entry 'send "&4&lSistem'. Check whether it's spelled correctly or remove it. (oduncular birligi.sk, line 12: send "&4&lSistem: &atum birliklere katılınıyor lutfen birkac saniye bekleyin."')
> [18:09:50 INFO]: [Skript] There was an error checking for the latest version of Skript: Server returned HTTP response code: 403 for URL: http://dev.bukkit.org/server-mods/skript/files.rss
> [18:09:50 INFO]: [Skript] You're currently running the latest stable version of Skript.
> [18:09:50 ERROR]: [Skript] 'player's oduncular.birligi' is not an entity type (oduncular birligi.sk, line 17: if player's oduncular.birligi is greater than or equal to 1:')
> [18:09:50 ERROR]: [Skript] '1 to odun.kirma' is not an entity type (oduncular birligi.sk, line 18: add 1 to odun.kirma to player')
> [18:09:50 ERROR]: [Skript] 'player's madenciler.birligi' is not an entity type (oduncular birligi.sk, line 21: if player's madenciler.birligi is greater than or equal 1:')
> [18:09:50 ERROR]: [Skript] '1 tas.kirma' is not an entity type (oduncular birligi.sk, line 22: add 1 tas.kirma to player')
> [18:09:51 ERROR]: [Skript] 'player's tas.kirma' is not an entity type (oduncular birligi.sk, line 25: if player's tas.kirma is greater than or equal 128:')
> [18:09:51 ERROR]: [Skript] There's no player/console in a periodical event (oduncular birligi.sk, line 26: send "&6&lMadenciler Birligi: &a128 tas kirdigin icin"')
> [18:09:51 ERROR]: [Skript] There's no player/console in a periodical event (oduncular birligi.sk, line 27: send "Madenciler Birligi tarafından 1 &3Super Para kazandin!"')
> [18:09:51 ERROR]: [Skript] There's no player in a periodical event (oduncular birligi.sk, line 28: add 1 super.para to player')
> [18:09:51 ERROR]: [Skript] Can't understand this condition/effect: remove 128 tas.kirma to player (oduncular birligi.sk, line 29: remove 128 tas.kirma to player')
> [18:09:51 ERROR]: [Skript] 'player's odun.kirma' is not an entity type (oduncular birligi.sk, line 32: if player's odun.kirma is greater than or equal 128:')
> [18:09:51 ERROR]: [Skript] There's no player/console in a periodical event (oduncular birligi.sk, line 33: send "&6&lOduncular Birligi: &a128 odun kirdigin icin"')
> [18:09:51 ERROR]: [Skript] There's no player/console in a periodical event (oduncular birligi.sk, line 34: send "Oduncular Birligi tarafından 1 &3Super Para &akazandın!"')
> [18:09:51 ERROR]: [Skript] There's no player in a periodical event (oduncular birligi.sk, line 35: add 1 super.para to player')
> [18:09:51 ERROR]: [Skript] Can't understand this condition/effect: remove 128 odun.kirma to player (oduncular birligi.sk, line 36: remove 128 odun.kirma to player')
> [18:09:51 ERROR]: [Skript] Unexpected entry 'if player's super.para is greater than or equal 1'. Check whether it's spelled correctly or remove it. (oduncular birligi.sk, line 57: if player's super.para is greater than or equal 1:')

Hatası Ne İse Düzeltir Misiniz Teşekkür Ederim İyi Bayramlar :)
 

SametGuven

Taş Madencisi
Mesajlar
93
En iyi cevaplar
0
Beğeniler
6
Puanları
110
Ruh hali
Kod:
#bu scriptin yapımcısı Mehmet Ali Turker.

variables:
   odun.kirma
   oduncular.birligi
    super.para
    madenciler.birligi
    tas.kirma

command /hepsinekatil:
    trigger:
    send "&4&lSistem: &atum birliklere katılınıyor lutfen birkac saniye bekleyin."
    add 1 oduncular.birligi to player
    add 1 madenciler.birligi to player

on break of log:
    if player's oduncular.birligi is greater than or equal to 1:
    add 1 to odun.kirma to player

on break of stone:
    if player's madenciler.birligi is greater than or equal 1:
    add 1 tas.kirma to player

every 15 second:
    if player's tas.kirma is greater than or equal 128:
    send "&6&lMadenciler Birligi: &a128 tas kirdigin icin"
    send "Madenciler Birligi tarafından 1 &3Super Para kazandin!"
    add 1 super.para to player
    remove 128 tas.kirma to player

every 15 second:
    if player's odun.kirma is greater than or equal 128:
    send "&6&lOduncular Birligi: &a128 odun kirdigin icin"
    send "Oduncular Birligi tarafından 1 &3Super Para &akazandın!"
    add 1 super.para to player
    remove 128 odun.kirma to player

command /bakodun:
    trigger:
        send "&6odun.kirma &atane odun kirdin."

command /baktas:
    trigger:
        send "&6tas.kirma &atane tas kirdin."

command /hepsinebak:
    trigger:
        send "&6odun.kirma &atane odun kirdin."
        send "&6tas.kirma &atane tas kirdin."

command /superpara:
    trigger:
        send "&6super.para &4Tane Super Paran Var!"

command /superparadonustur:
    trigger:
    if player's super.para is greater than or equal 1:
        send "&6&lSuper Paranız Donusturuluyor Lutfen Bekleyin!"
        execute console command /eco give %player% 300
        remove 1 super.para to player

Bu Skripti Kendim Yazdım Ancak Sürekli Hata Veriyor Eğer Verdiği Hatayı Merak Ediyorsanız Onuda Ekleyeyim :
Kod:
[18:09:50 ERROR]: [Skript] indentation error: expected 3 spaces, but found 4 spaces (oduncular birligi.sk, line 6: super.para')
> [18:09:50 ERROR]: [Skript] indentation error: expected 3 spaces, but found 4 spaces (oduncular birligi.sk, line 7: madenciler.birligi')
> [18:09:50 ERROR]: [Skript] indentation error: expected 3 spaces, but found 4 spaces (oduncular birligi.sk, line 8: tas.kirma')
> [18:09:50 WARN]: [Skript] 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. (oduncular birligi.sk, line 11: trigger:')
> [18:09:50 WARN]: [Skript] 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. (oduncular birligi.sk, line 17: if player's oduncular.birligi is greater than or equal to 1:')
> [18:09:50 WARN]: [Skript] 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. (oduncular birligi.sk, line 21: if player's madenciler.birligi is greater than or equal 1:')
> [18:09:50 WARN]: [Skript] 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. (oduncular birligi.sk, line 25: if player's tas.kirma is greater than or equal 128:')
> [18:09:50 WARN]: [Skript] 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. (oduncular birligi.sk, line 32: if player's odun.kirma is greater than or equal 128:')
> [18:09:50 WARN]: [Skript] 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. (oduncular birligi.sk, line 56: trigger:')
> [18:09:50 ERROR]: [Skript] 'odun.kirma' is not an entry (like 'name : value') (oduncular birligi.sk, line 4: odun.kirma')
> [18:09:50 ERROR]: [Skript] 'oduncular.birligi' is not an entry (like 'name : value') (oduncular birligi.sk, line 5: oduncular.birligi')
> [18:09:50 ERROR]: [Skript] 'add 1 oduncular.birligi to player' is not an entry (like 'name : value') (oduncular birligi.sk, line 13: add 1 oduncular.birligi to player')
> [18:09:50 ERROR]: [Skript] 'add 1 madenciler.birligi to player' is not an entry (like 'name : value') (oduncular birligi.sk, line 14: add 1 madenciler.birligi to player')
> [18:09:50 ERROR]: [Skript] Unexpected entry 'send "&4&lSistem'. Check whether it's spelled correctly or remove it. (oduncular birligi.sk, line 12: send "&4&lSistem: &atum birliklere katılınıyor lutfen birkac saniye bekleyin."')
> [18:09:50 INFO]: [Skript] There was an error checking for the latest version of Skript: Server returned HTTP response code: 403 for URL: http://dev.bukkit.org/server-mods/skript/files.rss
> [18:09:50 INFO]: [Skript] You're currently running the latest stable version of Skript.
> [18:09:50 ERROR]: [Skript] 'player's oduncular.birligi' is not an entity type (oduncular birligi.sk, line 17: if player's oduncular.birligi is greater than or equal to 1:')
> [18:09:50 ERROR]: [Skript] '1 to odun.kirma' is not an entity type (oduncular birligi.sk, line 18: add 1 to odun.kirma to player')
> [18:09:50 ERROR]: [Skript] 'player's madenciler.birligi' is not an entity type (oduncular birligi.sk, line 21: if player's madenciler.birligi is greater than or equal 1:')
> [18:09:50 ERROR]: [Skript] '1 tas.kirma' is not an entity type (oduncular birligi.sk, line 22: add 1 tas.kirma to player')
> [18:09:51 ERROR]: [Skript] 'player's tas.kirma' is not an entity type (oduncular birligi.sk, line 25: if player's tas.kirma is greater than or equal 128:')
> [18:09:51 ERROR]: [Skript] There's no player/console in a periodical event (oduncular birligi.sk, line 26: send "&6&lMadenciler Birligi: &a128 tas kirdigin icin"')
> [18:09:51 ERROR]: [Skript] There's no player/console in a periodical event (oduncular birligi.sk, line 27: send "Madenciler Birligi tarafından 1 &3Super Para kazandin!"')
> [18:09:51 ERROR]: [Skript] There's no player in a periodical event (oduncular birligi.sk, line 28: add 1 super.para to player')
> [18:09:51 ERROR]: [Skript] Can't understand this condition/effect: remove 128 tas.kirma to player (oduncular birligi.sk, line 29: remove 128 tas.kirma to player')
> [18:09:51 ERROR]: [Skript] 'player's odun.kirma' is not an entity type (oduncular birligi.sk, line 32: if player's odun.kirma is greater than or equal 128:')
> [18:09:51 ERROR]: [Skript] There's no player/console in a periodical event (oduncular birligi.sk, line 33: send "&6&lOduncular Birligi: &a128 odun kirdigin icin"')
> [18:09:51 ERROR]: [Skript] There's no player/console in a periodical event (oduncular birligi.sk, line 34: send "Oduncular Birligi tarafından 1 &3Super Para &akazandın!"')
> [18:09:51 ERROR]: [Skript] There's no player in a periodical event (oduncular birligi.sk, line 35: add 1 super.para to player')
> [18:09:51 ERROR]: [Skript] Can't understand this condition/effect: remove 128 odun.kirma to player (oduncular birligi.sk, line 36: remove 128 odun.kirma to player')
> [18:09:51 ERROR]: [Skript] Unexpected entry 'if player's super.para is greater than or equal 1'. Check whether it's spelled correctly or remove it. (oduncular birligi.sk, line 57: if player's super.para is greater than or equal 1:')

Hatası Ne İse Düzeltir Misiniz Teşekkür Ederim İyi Bayramlar :)
[18:09:50 ERROR]: [Skript] indentation error: expected 3 spaces, but found 4 spaces (oduncular birligi.sk, line 6: super.para')
> [18:09:50 ERROR]: [Skript] indentation error: expected 3 spaces, but found 4 spaces (oduncular birligi.sk, line 7: madenciler.birligi')
> [18:09:50 ERROR]: [Skript] indentation error: expected 3 spaces, but found 4 spaces (oduncular birligi.sk, line 8: tas.kirma')
Bunlarda Boşluk Hatası Var 6 7 8 inci Satırda 4 Boşluk Yerine 3 Boşluk Yap Yani Baş Kısımlarından 1 Boşluk Sil
 

xcazzeri28

Kömür Madencisi
Mesajlar
110
En iyi cevaplar
1
Beğeniler
9
Puanları
220
Ruh hali
Kod:
#bu scriptin yapımcısı Mehmet Ali Turker.

variables:
   odun.kirma
   oduncular.birligi
    super.para
    madenciler.birligi
    tas.kirma

command /hepsinekatil:
    trigger:
    send "&4&lSistem: &atum birliklere katılınıyor lutfen birkac saniye bekleyin."
    add 1 oduncular.birligi to player
    add 1 madenciler.birligi to player

on break of log:
    if player's oduncular.birligi is greater than or equal to 1:
    add 1 to odun.kirma to player

on break of stone:
    if player's madenciler.birligi is greater than or equal 1:
    add 1 tas.kirma to player

every 15 second:
    if player's tas.kirma is greater than or equal 128:
    send "&6&lMadenciler Birligi: &a128 tas kirdigin icin"
    send "Madenciler Birligi tarafından 1 &3Super Para kazandin!"
    add 1 super.para to player
    remove 128 tas.kirma to player

every 15 second:
    if player's odun.kirma is greater than or equal 128:
    send "&6&lOduncular Birligi: &a128 odun kirdigin icin"
    send "Oduncular Birligi tarafından 1 &3Super Para &akazandın!"
    add 1 super.para to player
    remove 128 odun.kirma to player

command /bakodun:
    trigger:
        send "&6odun.kirma &atane odun kirdin."

command /baktas:
    trigger:
        send "&6tas.kirma &atane tas kirdin."

command /hepsinebak:
    trigger:
        send "&6odun.kirma &atane odun kirdin."
        send "&6tas.kirma &atane tas kirdin."

command /superpara:
    trigger:
        send "&6super.para &4Tane Super Paran Var!"

command /superparadonustur:
    trigger:
    if player's super.para is greater than or equal 1:
        send "&6&lSuper Paranız Donusturuluyor Lutfen Bekleyin!"
        execute console command /eco give %player% 300
        remove 1 super.para to player

Bu Skripti Kendim Yazdım Ancak Sürekli Hata Veriyor Eğer Verdiği Hatayı Merak Ediyorsanız Onuda Ekleyeyim :
Kod:
[18:09:50 ERROR]: [Skript] indentation error: expected 3 spaces, but found 4 spaces (oduncular birligi.sk, line 6: super.para')
> [18:09:50 ERROR]: [Skript] indentation error: expected 3 spaces, but found 4 spaces (oduncular birligi.sk, line 7: madenciler.birligi')
> [18:09:50 ERROR]: [Skript] indentation error: expected 3 spaces, but found 4 spaces (oduncular birligi.sk, line 8: tas.kirma')
> [18:09:50 WARN]: [Skript] 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. (oduncular birligi.sk, line 11: trigger:')
> [18:09:50 WARN]: [Skript] 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. (oduncular birligi.sk, line 17: if player's oduncular.birligi is greater than or equal to 1:')
> [18:09:50 WARN]: [Skript] 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. (oduncular birligi.sk, line 21: if player's madenciler.birligi is greater than or equal 1:')
> [18:09:50 WARN]: [Skript] 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. (oduncular birligi.sk, line 25: if player's tas.kirma is greater than or equal 128:')
> [18:09:50 WARN]: [Skript] 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. (oduncular birligi.sk, line 32: if player's odun.kirma is greater than or equal 128:')
> [18:09:50 WARN]: [Skript] 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. (oduncular birligi.sk, line 56: trigger:')
> [18:09:50 ERROR]: [Skript] 'odun.kirma' is not an entry (like 'name : value') (oduncular birligi.sk, line 4: odun.kirma')
> [18:09:50 ERROR]: [Skript] 'oduncular.birligi' is not an entry (like 'name : value') (oduncular birligi.sk, line 5: oduncular.birligi')
> [18:09:50 ERROR]: [Skript] 'add 1 oduncular.birligi to player' is not an entry (like 'name : value') (oduncular birligi.sk, line 13: add 1 oduncular.birligi to player')
> [18:09:50 ERROR]: [Skript] 'add 1 madenciler.birligi to player' is not an entry (like 'name : value') (oduncular birligi.sk, line 14: add 1 madenciler.birligi to player')
> [18:09:50 ERROR]: [Skript] Unexpected entry 'send "&4&lSistem'. Check whether it's spelled correctly or remove it. (oduncular birligi.sk, line 12: send "&4&lSistem: &atum birliklere katılınıyor lutfen birkac saniye bekleyin."')
> [18:09:50 INFO]: [Skript] There was an error checking for the latest version of Skript: Server returned HTTP response code: 403 for URL: http://dev.bukkit.org/server-mods/skript/files.rss
> [18:09:50 INFO]: [Skript] You're currently running the latest stable version of Skript.
> [18:09:50 ERROR]: [Skript] 'player's oduncular.birligi' is not an entity type (oduncular birligi.sk, line 17: if player's oduncular.birligi is greater than or equal to 1:')
> [18:09:50 ERROR]: [Skript] '1 to odun.kirma' is not an entity type (oduncular birligi.sk, line 18: add 1 to odun.kirma to player')
> [18:09:50 ERROR]: [Skript] 'player's madenciler.birligi' is not an entity type (oduncular birligi.sk, line 21: if player's madenciler.birligi is greater than or equal 1:')
> [18:09:50 ERROR]: [Skript] '1 tas.kirma' is not an entity type (oduncular birligi.sk, line 22: add 1 tas.kirma to player')
> [18:09:51 ERROR]: [Skript] 'player's tas.kirma' is not an entity type (oduncular birligi.sk, line 25: if player's tas.kirma is greater than or equal 128:')
> [18:09:51 ERROR]: [Skript] There's no player/console in a periodical event (oduncular birligi.sk, line 26: send "&6&lMadenciler Birligi: &a128 tas kirdigin icin"')
> [18:09:51 ERROR]: [Skript] There's no player/console in a periodical event (oduncular birligi.sk, line 27: send "Madenciler Birligi tarafından 1 &3Super Para kazandin!"')
> [18:09:51 ERROR]: [Skript] There's no player in a periodical event (oduncular birligi.sk, line 28: add 1 super.para to player')
> [18:09:51 ERROR]: [Skript] Can't understand this condition/effect: remove 128 tas.kirma to player (oduncular birligi.sk, line 29: remove 128 tas.kirma to player')
> [18:09:51 ERROR]: [Skript] 'player's odun.kirma' is not an entity type (oduncular birligi.sk, line 32: if player's odun.kirma is greater than or equal 128:')
> [18:09:51 ERROR]: [Skript] There's no player/console in a periodical event (oduncular birligi.sk, line 33: send "&6&lOduncular Birligi: &a128 odun kirdigin icin"')
> [18:09:51 ERROR]: [Skript] There's no player/console in a periodical event (oduncular birligi.sk, line 34: send "Oduncular Birligi tarafından 1 &3Super Para &akazandın!"')
> [18:09:51 ERROR]: [Skript] There's no player in a periodical event (oduncular birligi.sk, line 35: add 1 super.para to player')
> [18:09:51 ERROR]: [Skript] Can't understand this condition/effect: remove 128 odun.kirma to player (oduncular birligi.sk, line 36: remove 128 odun.kirma to player')
> [18:09:51 ERROR]: [Skript] Unexpected entry 'if player's super.para is greater than or equal 1'. Check whether it's spelled correctly or remove it. (oduncular birligi.sk, line 57: if player's super.para is greater than or equal 1:')

Hatası Ne İse Düzeltir Misiniz Teşekkür Ederim İyi Bayramlar :)
herhalde kerestecilik gibi bir oyunun skripti hmm.. dur senin için daha iyisini yapıyım:

Kod:
on first join:
    {odunkirma::%player%} = 0
    {taskirma::%player%} = 0

command /birlik [<text>] [<text>]:
    trigger:
        if arg-1 is not set:
            send "&8&m------------ &cBirlik &8&m------------" to player
            send "&6/birlik katıl [birlik] &8> &7Birliğe katılmanızı sağlar!
            send "&6/birlik ayrıl [birlik] &8> &7Birlikten ayrılmanızı sağlar!
            send "&6/birlik yapımcı &8> &7Skript yapımcısını gösterir!
            send "&8&m------------ &cBirlik &8&m------------" to player
        if arg-1 is "yapımcı":
            send "&8&m------------ &cBirlik &8&m------------" to player
            send "&6Birlik skripti yapımcısı &cVenomPlayz / nqaaN" to player
            send "&8&m------------ &cBirlik &8&m------------" to player
        if arg-1 is "katıl":
            if arg-2 is "madenciler":
                send "&cBirlik &8> &7Madenciler birliğine &akatıldın&7!" to player
                add player to {madencilerbirligi::*}
            if arg-2 is "oduncular":
                send "&cBirlik &8> &7Oduncular birliğine &akatıldın&7!" to player
                add player to {oduncularbirligi::*}
            if arg-2 is "hepsi":
                send "&cBirlik &8> &7Bütün birliklere &akatıldın&7!" to player
                add player to {oduncularbirligi::*}
                add player to {madencilerbirligi::*}
            if arg-2 is not set:
                send "&cBirlik &8> &6/birlik katıl &cmadenciler&7/&coduncular&7/&chepsi" to player
        if arg-1 is "ayrıl":
            if arg-2 is "madenciler":
                send "&cBirlik &8> &7Madenciler birliğine &akatıldın&7!" to player
                remove player from {madencilerbirligi::*}
            if arg-2 is "oduncular":
                send "&cBirlik &8> &7Oduncular birliğine &akatıldın&7!" to player
                remove player from {oduncularbirligi::*}
            if arg-2 is "hepsi":
                send "&cBirlik &8> &7Bütün birliklerden &aayrıldın&7!" to player
                remove player from {oduncularbirligi::*}
                remove player from {madencilerbirligi::*}
            if arg-2 is not set:
                send "&cBirlik &8> &6/birlik ayrıl &cmadenciler&7/&coduncular&7/&chepsi" to player

on break of log:
    if {oduncularbirligi::%player%} is set:
        add 1 to {odunkirma::%player%}

on break of stone:
    if {madencilerbirligi::%player%} is set:
        add 1 to {taskirma::%player%}

command /superparaal:
    trigger:
        if {oduncularbirligi::%player%} is set:
            if {odunkirma::%player%} >= 128:
                send "&6&lOduncular Birliği: &a128 odun kırdığın için"
                send "&aOduncular Birliği tarafından 1 adet &3Super Para &akazandın!"
                give a paper named "&3Super Para" to player
                remove 128 {odunkirma::%player%} from player
        if {madencilerbirligi::%player%} is set:
            if {taskirma::%player%} >= 128:
                send "&6&lTaş Birliği: &a128 taş kırdığın için"
                send "&aMadenciler Birliği tarafından 1 adet &3Super Para &akazandın!"
                give a paper named "&3Super Para" to player
                remove 128 {taskirma::%player%} from player

command /bakodun:
    trigger:
        send "&6{odunkirma::%player%} &aadet odun kırdın!"

command /baktas:
    trigger:
        send "&6{taskirma::%player%} &aadet taş kırdın!"

command /hepsinebak:
    trigger:
        send "&6{odunkirma::%player%} &aadet odun kırdın!"
        send "&6{taskirma::%player%} &aadet taş kırdın!"

command /superparadonustur:
    trigger:
        if player has a paper named "&3Super Para":
            remove a paper named "&3Super Para" to player
            send "&eSüper paranız dönüştürülüyor..."
            wait 2 second
            execute console command /eco give %player% 300
            send "&aSüper paranız dönüştürüldü!"
 

Üst