[SK] Etiket Sistemi | Sesli Bildirim Mesajı!

LifeMCServer

Nether Yerlisi
En iyi cevaplar
98
Baltalamıyorum Yanlış Anlama

Test sunucum da ve kendi sunucum da denedim, herhangi bir hata vermiyor. Skript'i doğru kopyaladığınız dan emin olun. line 68 falan diyor, isterseniz yeni bir .SK dosyasına kaydedin, Eksik add-on'lar da buna sebep olabilir. Benim test ederken kullandıklarım: skQuery, WildSkript, skRayFall
Bu arada mesajı iki kere göndermiş, düzenlerseniz sevinirim.

Günceldir.
 

HardCraftTR54

Yeni Doğmuş
En iyi cevaplar
0
Yardım Eder Misin Skriptini Yaptım Ama bi değişiklik olmadı kayıt ettim sonra " /skript reload all " yazdım ama skriptleri eklemeden önceki gibi aynı komut ve aynı trigger sayısı çıktı ve hatada vermedi yardım edin Lütfen <_<<_<
 

LifeMCServer

Nether Yerlisi
En iyi cevaplar
98
Yardım Eder Misin Skriptini Yaptım Ama bi değişiklik olmadı kayıt ettim sonra " /skript reload all " yazdım ama skriptleri eklemeden önceki gibi aynı komut ve aynı trigger sayısı çıktı ve hatada vermedi yardım edin Lütfen <_<<_<

1. Sunucunuzu durdurun.
2. plugins/Skript/scripts klasörünün içine yeni bir .sk uzantılı dosya oluşturun.
3. Oluşturduğunuz dosyayı NotePad++ veya herhangi bir metin editörü ile açın.
4. Siteden kopyaladığınız kodu dosyaya yapıştırın.
5. Dosyayı kaydedin ve yükleyin.
6. Sunucunuzu başlatın.

Eğer hala olmuyorsa SkQuery WildSkript skRayFall Umbaska v.b önemli addonların yüklü olup olmadığını kontrol edin bunlar bu skriptte kulllanılmasa bile diğer skriptler için lazım olacaktır.

Etiketli mesajların özel mesaj olarak gitmesini istiyorsanız aşşağıdakini kullanabilirsiniz:
PHP:
# Copyright (c) 2017 LifeMCServer.

on chat:
   loop all players:
     if message contains "@%loop-player%":
       if {notify::%loop-player%} is not set:
         cancel event
         wait 15 ticks
         loop 31 times:
           play "NOTE_PLING" to loop-player at volume 2
           play "NOTE_PLING" to player at volume 2
         send "&6%player%&7, &7Bir konuşmasında sizden bahsetti!" to loop-player
         send "&6Konuşma&7: &r&a%colored message%" to loop-player
         send "&6Mesajınız &7başarıyla &6%loop-player%&7'a gönderildi." to player
       else:
         send "&6Mesajınız &cgönderilemedi. &6%loop-player% &6Rahatsız Etmeyin &7modun da." to player

on chat:
   if message contains "@Herkes":
     if player have the permission "etiket.bildirim":
       loop all players:
         cancel event
         wait 6 ticks
         loop 31 times:
           play "NOTE_PLING" to loop-player at volume 2
           play "NOTE_PLING" to player at volume 2
         send "&6%player%&7, &7Bir konuşmasında sizden bahsetti!" to loop-player
         send "&6Konuşma&7: &r&a%colored message%" to loop-player
         send "&6Mesajınız &7başarıyla &6%loop-player%&7'a gönderildi." to player

command /notify:
   trigger:
     if {notify::%player%} is not set:
       set {notify::%player%} to false
       send "&6Bildirimleri &7başarıyla &ckapattın!" to player
     else:
       delete {notify::%player%}
       send "&6Bildirimleri &7başarıyla &aaçtın!" to player

Güncel.
 

LifeMCServer

Nether Yerlisi
En iyi cevaplar
98
Skript mi yoksa plugin midir bilmem ama, yabancı bir server de buna benzer bir şey görmüştüm. Özel mesaj atmıyordu ve @ yoktu sadece sohbet bir renkte iken konuşmada oyuncu ismi varsa o yeşil görünüyordu. ve galiba konuşmadaki ismi olan oyuncunun action bar'ına o yazdığı konuşma yada yazanın ismi yansıyordu. Güzel skript.

herhangi bir sunucudan görmedim, bana ait.
Yorumun için teşekkürler.

Güncel.
 

YgtGamingTR

Elmas Madencisi
En iyi cevaplar
0
kod hata veriyor ;
Kod:
[18:30:36 INFO]: [Skript] Reloading sesli mesaj.sk...
[18:30:36 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. (sesli mesaj.sk, line 5: if message contains "@%loop-player%":')
[18:30:36 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. (sesli mesaj.sk, line 6: if {notify::%loop-player%} is not set:')
[18:30:36 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. (sesli mesaj.sk, line 8: loop 31 times:')
[18:30:36 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. (sesli mesaj.sk, line 19: if player have the permission "etiket.bildirim":')
[18:30:36 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. (sesli mesaj.sk, line 20: loop all players:')
[18:30:36 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. (sesli mesaj.sk, line 22: loop 31 times:')
[18:30:36 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. (sesli mesaj.sk, line 31: if {notify::%player%} is not set:')
[18:30:36 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. (sesli mesaj.sk, line 34: else:')
[18:30:36 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. (sesli mesaj.sk, line 5: if message contains "@%loop-player%":')
[18:30:36 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. (sesli mesaj.sk, line 6: if {notify::%loop-player%} is not set:')
[18:30:36 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. (sesli mesaj.sk, line 8: loop 31 times:')
[18:30:36 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. (sesli mesaj.sk, line 19: if player have the permission "etiket.bildirim":')
[18:30:36 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. (sesli mesaj.sk, line 20: loop all players:')
[18:30:36 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. (sesli mesaj.sk, line 22: loop 31 times:')
[18:30:36 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. (sesli mesaj.sk, line 31: if {notify::%player%} is not set:')
[18:30:36 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. (sesli mesaj.sk, line 34: else:')
[18:30:37 ERROR]: 'else' has to be placed just after an 'if' or 'else if' section (sesli mesaj.sk, line 14: else:')
[18:30:37 ERROR]: There's no loop that matches 'loop-player at volume 2' (sesli mesaj.sk, line 23: play "NOTE_PLING" to loop-player at volume 2')
[18:30:37 ERROR]: There's no loop that matches 'loop-player' (sesli mesaj.sk, line 25: send "&6%player%&7, &7Bir konu│mas²nda sizden bahsetti!" to loop-player')
[18:30:37 ERROR]: There's no loop that matches 'loop-player' (sesli mesaj.sk, line 26: send "&6Konu│ma&7: &r&a%colored message%" to loop-player')
[18:30:37 ERROR]: There's no loop that matches 'loop-player' (sesli mesaj.sk, line 27: send "&6Mesaj²n²z &7ba│ar²yla &6%loop-player%&7'a g÷nderildi." to player')
[18:30:37 ERROR]: 'else' has to be placed just after an 'if' or 'else if' section (sesli mesaj.sk, line 34: else:')
[18:30:37 INFO]: [Skript] Encountered 6 errors while reloading sesli mesaj.sk!
 

LifeMCServer

Nether Yerlisi
En iyi cevaplar
98
kod hata veriyor ;
Kod:
[18:30:36 INFO]: [Skript] Reloading sesli mesaj.sk...
[18:30:36 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. (sesli mesaj.sk, line 5: if message contains "@%loop-player%":')
[18:30:36 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. (sesli mesaj.sk, line 6: if {notify::%loop-player%} is not set:')
[18:30:36 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. (sesli mesaj.sk, line 8: loop 31 times:')
[18:30:36 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. (sesli mesaj.sk, line 19: if player have the permission "etiket.bildirim":')
[18:30:36 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. (sesli mesaj.sk, line 20: loop all players:')
[18:30:36 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. (sesli mesaj.sk, line 22: loop 31 times:')
[18:30:36 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. (sesli mesaj.sk, line 31: if {notify::%player%} is not set:')
[18:30:36 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. (sesli mesaj.sk, line 34: else:')
[18:30:36 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. (sesli mesaj.sk, line 5: if message contains "@%loop-player%":')
[18:30:36 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. (sesli mesaj.sk, line 6: if {notify::%loop-player%} is not set:')
[18:30:36 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. (sesli mesaj.sk, line 8: loop 31 times:')
[18:30:36 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. (sesli mesaj.sk, line 19: if player have the permission "etiket.bildirim":')
[18:30:36 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. (sesli mesaj.sk, line 20: loop all players:')
[18:30:36 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. (sesli mesaj.sk, line 22: loop 31 times:')
[18:30:36 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. (sesli mesaj.sk, line 31: if {notify::%player%} is not set:')
[18:30:36 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. (sesli mesaj.sk, line 34: else:')
[18:30:37 ERROR]: 'else' has to be placed just after an 'if' or 'else if' section (sesli mesaj.sk, line 14: else:')
[18:30:37 ERROR]: There's no loop that matches 'loop-player at volume 2' (sesli mesaj.sk, line 23: play "NOTE_PLING" to loop-player at volume 2')
[18:30:37 ERROR]: There's no loop that matches 'loop-player' (sesli mesaj.sk, line 25: send "&6%player%&7, &7Bir konu│mas²nda sizden bahsetti!" to loop-player')
[18:30:37 ERROR]: There's no loop that matches 'loop-player' (sesli mesaj.sk, line 26: send "&6Konu│ma&7: &r&a%colored message%" to loop-player')
[18:30:37 ERROR]: There's no loop that matches 'loop-player' (sesli mesaj.sk, line 27: send "&6Mesaj²n²z &7ba│ar²yla &6%loop-player%&7'a g÷nderildi." to player')
[18:30:37 ERROR]: 'else' has to be placed just after an 'if' or 'else if' section (sesli mesaj.sk, line 34: else:')
[18:30:37 INFO]: [Skript] Encountered 6 errors while reloading sesli mesaj.sk!

.sk dosyasının adında boşluk ve türkçe karekter kullanmayın.
sk dosyasını utf-8 şeklinde kaydedin.
kodu tekrar kopyalayın ve yapıştırın, reload atıp deneyin.
 

YgtGamingTR

Elmas Madencisi
En iyi cevaplar
0
.sk dosyasının adında boşluk ve türkçe karekter kullanmayın.
sk dosyasını utf-8 şeklinde kaydedin.
kodu tekrar kopyalayın ve yapıştırın, reload atıp deneyin.
hala hata veriyor.
Kod:
[18:43:09 INFO]: [Skript] Reloading seslimesaj.sk...
[18:43:09 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. (seslimesaj.sk, line 5: if message contains "@%loop-player%":')
[18:43:09 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. (seslimesaj.sk, line 6: if {notify::%loop-player%} is not set:')
[18:43:09 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. (seslimesaj.sk, line 8: loop 31 times:')
[18:43:09 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. (seslimesaj.sk, line 19: if player have the permission "etiket.bildirim":')
[18:43:09 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. (seslimesaj.sk, line 20: loop all players:')
[18:43:09 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. (seslimesaj.sk, line 22: loop 31 times:')
[18:43:09 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. (seslimesaj.sk, line 31: if {notify::%player%} is not set:')
[18:43:09 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. (seslimesaj.sk, line 34: else:')
[18:43:09 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. (seslimesaj.sk, line 5: if message contains "@%loop-player%":')
[18:43:09 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. (seslimesaj.sk, line 6: if {notify::%loop-player%} is not set:')
[18:43:09 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. (seslimesaj.sk, line 8: loop 31 times:')
[18:43:09 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. (seslimesaj.sk, line 19: if player have the permission "etiket.bildirim":')
[18:43:09 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. (seslimesaj.sk, line 20: loop all players:')
[18:43:09 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. (seslimesaj.sk, line 22: loop 31 times:')
[18:43:09 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. (seslimesaj.sk, line 31: if {notify::%player%} is not set:')
[18:43:09 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. (seslimesaj.sk, line 34: else:')
[18:43:09 ERROR]: 'else' has to be placed just after an 'if' or 'else if' section (seslimesaj.sk, line 14: else:')
[18:43:09 ERROR]: There's no loop that matches 'loop-player at volume 2' (seslimesaj.sk, line 23: play "NOTE_PLING" to loop-player at volume 2')
[18:43:09 ERROR]: There's no loop that matches 'loop-player' (seslimesaj.sk, line 25: send "&6%player%&7, &7Bir konu│mas²nda sizden bahsetti!" to loop-player')
[18:43:09 ERROR]: There's no loop that matches 'loop-player' (seslimesaj.sk, line 26: send "&6Konu│ma&7: &r&a%colored message%" to loop-player')
[18:43:09 ERROR]: There's no loop that matches 'loop-player' (seslimesaj.sk, line 27: send "&6Mesaj²n²z &7ba│ar²yla &6%loop-player%&7'a g÷nderildi." to player')
[18:43:09 ERROR]: A command with the name /notify is already defined in sesli mesaj.sk (seslimesaj.sk, line 29: command /notify:')
[18:43:09 INFO]: [Skript] Encountered 6 errors while reloading seslimesaj.sk!
 
Üst