Bulundu Lobilerde olan Oyuncu Gizleme

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

Furkans22233

Birisi mi Spawnlandı?
Katılım
24 Haziran 2025
Mesajlar
4
Elmaslar
0
Puan
105
Yaş
36
Konum
İstanbul
Minecraft
furkan123

Discord:

_furkan_52x34

Ben bu oyuncu gizlemeyi nasıl yapıcam. Skriptle mi ? Plugin le mi ? Eğer elinizde hazır skript varsa atar mısınız ?
 
birçok hub eklentisinin içinde bulunuyor hocam.
 
Komple gizlemek mi istiyorsun ? yoksa oyuncu kendisimi ayarlasın istiyorsun ?
 
Test edilmiştir. Varsayılan değişkenlerle çalışmayacaktır, değişkenleri kişiselleştirmelisiniz. Hata veya eksik bulursanız bildirebilirsiniz.

Kod:
on join:
    if {GorunurlukTercih::%player%} is not set:
        set {GorunurlukTercih::%player%} to "Görünür"
    if {GorunurlukTercih::%player%} is "Görünür":
        set slot 6 of player to * dye named "&eOyuncular: &aGörünür"
        loop all players in world "Dunya_Adi":
            if loop-player is not player:
                show loop-player to player
    else:
        set slot 6 of player to red dye named "&eOyuncular: &cGörünmez"
        loop all players in world "Dunya_Adi":
            if loop-player is not player:
                hide loop-player from player
on rightclick:
    if event-item is * dye named "&eOyuncular: &aGörünür":
        set player's tool to red dye named "&eOyuncular: &cGörünmez"
        set {GorunurlukTercih::%player%} to "Görünmez"
        loop all players in world "Dunya_Adi":
            if loop-player is not player:
                hide loop-player from player
    if event-item is red dye named "&eOyuncular: &cGörünmez":
        set player's tool to * dye named "&eOyuncular: &aGörünür"
        set {GorunurlukTercih::%player%} to "Görünür"
        loop all players in world "Dunya_Adi":
            if loop-player is not player:
                show loop-player to player
 
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