Çözüldü paralı warp

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

SonCesurlar

Altın Benim Yeni Sevgilim
Katılım
15 Şubat 2017
Mesajlar
429
Elmaslar
31
Puan
13.670
Yaş
27
Minecraft
Hunrazy
warp end yapmak isityorum parlaı bir şekilde oyuncunun o warpa gidebilmesi için belli bir para ödemesi lazım ve sonra parasız gidip gelebilcek ve dünyada bulunan end portal da çalışmıycak örnek veriyorum şunu yazıcak /warp end açmalısın
 
Faction için mi
 
İlk önce /warp end e bir wg atmalısınız warpend adında. Hata çıkarsa söylemeyi unutmayınız.

Kod:
on command "warp end":
    if {acwarpend::%player%} is not set:
        set {acwarpend::%player%} to false
    if sender is console:
        stop
    if {acwarpend::%player%} is false:
        if player's money greater than or equal to "10000":
            set {acwarpend::%player%} to true
            send "&b10K paraya açtınız"
            execute console command "warp end %player%"
            stop
        send "&bYeterli paranız yok!"
        stop
    execute console command "warp end %player%"


on portal create:
    if "%region at player%" contains "warpend":
        stop
    cancel event
    send "&bSadece /warp end den gidebilirsiniz!"

on portal enter:
    if "%region at player%" contains "warpend":
        stop
    cancel event
    send "&bSadece /warp end den gidebilirsiniz!"
 
İlk önce /warp end e bir wg atmalısınız warpend adında. Hata çıkarsa söylemeyi unutmayınız.

Kod:
on command "warp end":
    if {acwarpend::%player%} is not set:
        set {acwarpend::%player%} to false
    if sender is console:
        stop
    if {acwarpend::%player%} is false:
        if player's money greater than or equal to "10000":
            set {acwarpend::%player%} to true
            send "&b10K paraya açtınız"
            execute console command "warp end %player%"
            stop
        send "&bYeterli paranız yok!"
        stop
    execute console command "warp end %player%"


on portal create:
    if "%region at player%" contains "warpend":
        stop
    cancel event
    send "&bSadece /warp end den gidebilirsiniz!"

on portal enter:
    if "%region at player%" contains "warpend":
        stop
    cancel event
    send "&bSadece /warp end den gidebilirsiniz!"
hocam ilk başta on portal enter yazdığınız yeri deniycem sonra yukarıya bakıcam çünkü biliyorsunuzki ende endcity için bir portal var ikisi çakışmasın diye
 
hocam ilk başta on portal enter yazdığınız yeri deniycem sonra yukarıya bakıcam çünkü biliyorsunuzki ende endcity için bir portal var ikisi çakışmasın diye

Bu olabilir mi o zaman ?

Kod:
on command "warp end":
    if {acwarpend::%player%} is not set:
        set {acwarpend::%player%} to false
    if sender is console:
        stop
    if {acwarpend::%player%} is false:
        if player's money greater than or equal to "10000":
            set {acwarpend::%player%} to true
            send "&b10K paraya açtınız"
            execute console command "warp end %player%"
            stop
        send "&bYeterli paranız yok!"
        stop
    execute console command "warp end %player%"


on portal create:
    if player is is "world":
        if "%region at player%" contains "warpend":
            stop
        cancel event
        send "&bSadece /warp end den gidebilirsiniz!"

on portal enter:
    if player is is "world":
        if "%region at player%" contains "warpend":
            stop
        cancel event
        send "&bSadece /warp end den gidebilirsiniz!"
 
deluxe menuden yapılıyordu galiba
 
Bu olabilir mi o zaman ?

Kod:
on command "warp end":
    if {acwarpend::%player%} is not set:
        set {acwarpend::%player%} to false
    if sender is console:
        stop
    if {acwarpend::%player%} is false:
        if player's money greater than or equal to "10000":
            set {acwarpend::%player%} to true
            send "&b10K paraya açtınız"
            execute console command "warp end %player%"
            stop
        send "&bYeterli paranız yok!"
        stop
    execute console command "warp end %player%"


on portal create:
    if player is is "world":
        if "%region at player%" contains "warpend":
            stop
        cancel event
        send "&bSadece /warp end den gidebilirsiniz!"

on portal enter:
    if player is is "world":
        if "%region at player%" contains "warpend":
            stop
        cancel event
        send "&bSadece /warp end den gidebilirsiniz!"
Hocam denedik bir sorun yok gibi sadece sunda sorun oldu onuda su sekildr çözdük End portal create ve end portal enter bunlar yerine Ender gozunu sağ tiklanmasini engelledik
 
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