Bulundu Profil Yardım

Durum
Üzgünüz bu konu cevaplar için kapatılmıştır...

SnowySushi

Üzgünüm, dengim değilsin.
Katılım
21 Mayıs 2022
Mesajlar
490
Elmaslar
204
Puan
5.630
Konum
Cehennem

Discord:

SnowySushi#1869

Arkadaşlar öncelikle merhabalar!
Sunucumda /profil yapmak istiyorum bu profilde oyuncu ismi, pingi, kırdığı blok sayısı, craftladığı eşya sayısı, balık tutma sayısı, koyduğu blok sayısı gibi şeyler koyucağım bunların PlaceHolderAPI sini ve %asdasd% kısmını nasıl ve nereden bulabilirim?
 
Bu script'i incelermisin?
 
80 Adet hata aldım düzeltmeye kalksam düzeltemem bile bence apileri bulsam yeterli olucaktır.

Ek olarak öldürme ölme ve mob öldürme apileri lazım
 
Skript ile hallettim, sunucumda denedim başarılı bir şekilde çalıştı. Ek olarak rütbeyi göstermesini de ekledim.
Kod:
function profil(_:player,p:player):
    set {__}'s metadata "PROFIL" to chest inventory with 5 rows named "Profil: %{_p}'s displayname%"
    set {_} to {__}'s metadata "PROFIL"
    set slot numbers between 0 and 9, 18 and 27, 17, 26, 35 and numbers between 36 and 44 of {_} to black stained glass pane named " "
    set {_x} to "%{_p}'s time played%"
    replace "seconds" and "second" in {_x} with "saniye"
    replace "days" and "day" in {_x} with "gün"
    replace "and" in {_x} with "ve"
    replace "minutes" and "minute" in {_x} with "dakika"
    replace "hours" and "hour" in {_x} with "saat"
    set slot 4 of {_} to skull of {_p} named "&e%{_p}'s displayname%" with lore "", "&7Gecikme&8: &e%{_p}'s ping% milisaniye", "&7Oynayış Süresi&8: &e%{_x}%" and "&7Rütbe&8: &e%{_p}'s group%"
    set slot 20 of {_} to cobblestone named "&eBloklar" with lore "", "&7Kırılan&8: &e%{kırılan::%{_p}%}%" and "&7Koyulan&8: &e%{koyulan::%{_p}%}%"
    set slot 22 of {_} to workbench named "&eÇalışma Masası" with lore "" and "&7Yapılan eşyalar&8: &e%{eşyalar::%{_p}%}%"
    set slot 24 of {_} to tropical fish named "&eBalık" with lore "" and "&7Tutulan&8: &e%{balık::%{_p}%}%"
    open {_} to {__}
    send "&e&lPROFİL &6%{__}% &7profilini ziyaret ediyor&8." to {_p} if {__} != {_p}
command profil [<offlineplayer>]:
    trigger:
        profil(player, player) if arg 1 isn't set
        arg 1 is set
        send "&c&lHATA! &e%arg 1% &7adında bir oyuncu bulunamadı&8, &7çevrim dışı olabilir&8." to player if arg 1 is offline
        profil(player, arg 1) if arg 1 is online
place:
    add 1 to {koyulan::%player%}
break:
    add 1 to {kırılan::%player%}
craft:
    add 1 to {eşyalar::%player%}
fish:
    "%fish state%" = "caught entity"
    add 1 to {balık::%player%}
join:
    set {kırılan::%player%} to 0 if {kırılan::%player%} isn't set
    set {koyulan::%player%} to 0 if {koyulan::%player%} isn't set
    set {eşyalar::%player%} to 0 if {eşyalar::%player%} isn't set
    set {balık::%player%} to 0 if {balık::%player%} isn't set
inventory click:
    cancel event if event-inventory = player's metadata "PROFIL"
    stop
 
Skript ile hallettim, sunucumda denedim başarılı bir şekilde çalıştı. Ek olarak rütbeyi göstermesini de ekledim.
Kod:
function profil(_:player,p:player):
    set {__}'s metadata "PROFIL" to chest inventory with 5 rows named "Profil: %{_p}'s displayname%"
    set {_} to {__}'s metadata "PROFIL"
    set slot numbers between 0 and 9, 18 and 27, 17, 26, 35 and numbers between 36 and 44 of {_} to black stained glass pane named " "
    set {_x} to "%{_p}'s time played%"
    replace "seconds" and "second" in {_x} with "saniye"
    replace "days" and "day" in {_x} with "gün"
    replace "and" in {_x} with "ve"
    replace "minutes" and "minute" in {_x} with "dakika"
    replace "hours" and "hour" in {_x} with "saat"
    set slot 4 of {_} to skull of {_p} named "&e%{_p}'s displayname%" with lore "", "&7Gecikme&8: &e%{_p}'s ping% milisaniye", "&7Oynayış Süresi&8: &e%{_x}%" and "&7Rütbe&8: &e%{_p}'s group%"
    set slot 20 of {_} to cobblestone named "&eBloklar" with lore "", "&7Kırılan&8: &e%{kırılan::%{_p}%}%" and "&7Koyulan&8: &e%{koyulan::%{_p}%}%"
    set slot 22 of {_} to workbench named "&eÇalışma Masası" with lore "" and "&7Yapılan eşyalar&8: &e%{eşyalar::%{_p}%}%"
    set slot 24 of {_} to tropical fish named "&eBalık" with lore "" and "&7Tutulan&8: &e%{balık::%{_p}%}%"
    open {_} to {__}
    send "&e&lPROFİL &6%{__}% &7profilini ziyaret ediyor&8." to {_p} if {__} != {_p}
command profil [<offlineplayer>]:
    trigger:
        profil(player, player) if arg 1 isn't set
        arg 1 is set
        send "&c&lHATA! &e%arg 1% &7adında bir oyuncu bulunamadı&8, &7çevrim dışı olabilir&8." to player if arg 1 is offline
        profil(player, arg 1) if arg 1 is online
place:
    add 1 to {koyulan::%player%}
break:
    add 1 to {kırılan::%player%}
craft:
    add 1 to {eşyalar::%player%}
fish:
    "%fish state%" = "caught entity"
    add 1 to {balık::%player%}
join:
    set {kırılan::%player%} to 0 if {kırılan::%player%} isn't set
    set {koyulan::%player%} to 0 if {koyulan::%player%} isn't set
    set {eşyalar::%player%} to 0 if {eşyalar::%player%} isn't set
    set {balık::%player%} to 0 if {balık::%player%} isn't set
inventory click:
    cancel event if event-inventory = player's metadata "PROFIL"
    stop
Teşekkürler tam anlamadığım için guileri ayarlıyamıyorum forum üzerinden bir arkadaşla discord üzerinden anlaştık ücretli şekilde yaptırıyorum.


Konu kapanabilir.
 
Skript ile hallettim, sunucumda denedim başarılı bir şekilde çalıştı. Ek olarak rütbeyi göstermesini de ekledim.
Kod:
function profil(_:player,p:player):
    set {__}'s metadata "PROFIL" to chest inventory with 5 rows named "Profil: %{_p}'s displayname%"
    set {_} to {__}'s metadata "PROFIL"
    set slot numbers between 0 and 9, 18 and 27, 17, 26, 35 and numbers between 36 and 44 of {_} to black stained glass pane named " "
    set {_x} to "%{_p}'s time played%"
    replace "seconds" and "second" in {_x} with "saniye"
    replace "days" and "day" in {_x} with "gün"
    replace "and" in {_x} with "ve"
    replace "minutes" and "minute" in {_x} with "dakika"
    replace "hours" and "hour" in {_x} with "saat"
    set slot 4 of {_} to skull of {_p} named "&e%{_p}'s displayname%" with lore "", "&7Gecikme&8: &e%{_p}'s ping% milisaniye", "&7Oynayış Süresi&8: &e%{_x}%" and "&7Rütbe&8: &e%{_p}'s group%"
    set slot 20 of {_} to cobblestone named "&eBloklar" with lore "", "&7Kırılan&8: &e%{kırılan::%{_p}%}%" and "&7Koyulan&8: &e%{koyulan::%{_p}%}%"
    set slot 22 of {_} to workbench named "&eÇalışma Masası" with lore "" and "&7Yapılan eşyalar&8: &e%{eşyalar::%{_p}%}%"
    set slot 24 of {_} to tropical fish named "&eBalık" with lore "" and "&7Tutulan&8: &e%{balık::%{_p}%}%"
    open {_} to {__}
    send "&e&lPROFİL &6%{__}% &7profilini ziyaret ediyor&8." to {_p} if {__} != {_p}
command profil [<offlineplayer>]:
    trigger:
        profil(player, player) if arg 1 isn't set
        arg 1 is set
        send "&c&lHATA! &e%arg 1% &7adında bir oyuncu bulunamadı&8, &7çevrim dışı olabilir&8." to player if arg 1 is offline
        profil(player, arg 1) if arg 1 is online
place:
    add 1 to {koyulan::%player%}
break:
    add 1 to {kırılan::%player%}
craft:
    add 1 to {eşyalar::%player%}
fish:
    "%fish state%" = "caught entity"
    add 1 to {balık::%player%}
join:
    set {kırılan::%player%} to 0 if {kırılan::%player%} isn't set
    set {koyulan::%player%} to 0 if {koyulan::%player%} isn't set
    set {eşyalar::%player%} to 0 if {eşyalar::%player%} isn't set
    set {balık::%player%} to 0 if {balık::%player%} isn't set
inventory click:
    cancel event if event-inventory = player's metadata "PROFIL"
    stop
Fish state yerinde hata veriyor
 
Teşekkürler tam anlamadığım için guileri ayarlıyamıyorum forum üzerinden bir arkadaşla discord üzerinden anlaştık ücretli şekilde yaptırıyorum.


Konu kapanabilir.
GUI için ücrete ne gerek var? İstedikerinizi söyleyin ücretsiz şekilde ekleyelim.
 
GUI için ücrete ne gerek var? İstedikerinizi söyleyin ücretsiz şekilde ekleyelim.
gui için değil tüm skript için anlaştık kaporada verdim hem kimseyi özel tasarım için boşuna yormaya gerek yok

Açtığım son konuya bakarmısınız acill lazım
 
Durum
Üzgünüz bu konu cevaplar için kapatılmıştır...

Hala Discord sunucumuza katılmadın mı?

Büyük bir topluluğun parçası ol, etkinliklere katıl ve özel hediyeler kazanma şansı yakala!

Şimdi Katıl
Üst