Bulundu Coin ile VIP satın alma skripti istiyorum

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

hedwigs

Koydum Çalışma Masasını
Katılım
16 Haziran 2021
Mesajlar
56
Elmaslar
9
Puan
970
Yaş
25
Minecraft
HedwiGq

Discord:

hedwig#9733

Coin ile VIP satın alma skripti istiyorum sürüm 1.8.8
 
Sisteminizi kodluyorum.
 
ben ztn daha önceden
Coin ile VIP satın alma skripti istiyorum sürüm 1.8.8
yapmıştım atıyorum
Yanlız %0.1 ihtimalle Lapisten Çıkıyor
Kod:
on break of lapis ore:
    chance of 0.1%:
        give a nether star named "&5Vip &6Coin" to player
        send "&eLapis kazarken &5Vip Coin &ebuldun!" to player
Burdan ayarlayabilirsin.
Skriptin tamamı:
Kod:
options:
    coin_adi: &5Vip &6Coin
    menu_cam_adi: &6Server &5İsmi

on break of lapis ore:
    chance of 0.1%:
        give a nether star named "&5Vip &6Coin" to player
        send "&eLapis kazarken &5Vip Coin &ebuldun!" to player

command /parcaver3:
    permission : op
    permission message: &fhşt dur bakalım sen alamazsın
    trigger:
        give 64 nether star named "&5Vip &6Coin" to player

command /vipcoinmarketvip:
        trigger:
                if player has 100 nether star named "{@coin_adi}":
                        send "&6Başarıyla VIP Coinlerin ile VIP aldın."
                        remove 150 nether star named "{@coin_adi}" from player
                        execute console command "/manuadd %player% vip 30"
                else:
                        send "&cYeterli VIP Coin bulunmuyor."
command /vipcoinmarketvip+:
        trigger:
                if player has 165 nether star named "{@coin_adi}":
                        send "&6Başarıyla VIP Coinlerin ile VIP+ aldın."
                        remove 150 nether star named "{@coin_adi}" from player
                        execute console command "/manuadd %player% vip+ 30"
                else:
                        send "&cYeterli VIP Coin bulunmuyor."
command /vipcoinmarketmvip:
        trigger:
                if player has 250 nether star named "{@coin_adi}":
                        send "&6Başarıyla VIP Coinlerin ile MVIP aldın."
                        remove 150 nether star named "{@coin_adi}" from player
                        execute console command "/manuadd %player% mvip 30"
                else:
                        send "&cYeterli VIP Coin bulunmuyor."
        
command /vipmarket:
        trigger:
            open chest with 1 rows named "&6Vip Market" to player
            format slot 2 of player with iron sword named "&aVIP" with lore "&5Fiyat:100 VipCoin" to close then run  [execute player command "/vipcoinmarketvip"]
            format slot 6 of player with diamond sword named "&cMVIP" with lore "&5Fiyat:250 VipCoin" to close then run [execute player command "/vipcoinmarketmvip"]
            format slot 4 of player with gold sword named "&eVIP+" with lore "&5Fiyat:165 VipCoin" to close then run [execute player command "/vipcoinmarketvip+"]
            format slot 0 of player with light gray stained glass pane named "{@menu_cam_adi}" to be unstealable
            format slot 1 of player with light gray stained glass pane named "{@menu_cam_adi}" to be unstealable
            format slot 3 of player with light gray stained glass pane named "{@menu_cam_adi}" to be unstealable
            format slot 5 of player with light gray stained glass pane named "{@menu_cam_adi}" to be unstealable
            format slot 7 of player with light gray stained glass pane named "{@menu_cam_adi}" to be unstealable
            format slot 8 of player with light gray stained glass pane named "{@menu_cam_adi}" to be unstealable
 
ben ztn daha önceden

yapmıştım atıyorum
Yanlız %0.1 ihtimalle Lapisten Çıkıyor
Kod:
on break of lapis ore:
    chance of 0.1%:
        give a nether star named "&5Vip &6Coin" to player
        send "&eLapis kazarken &5Vip Coin &ebuldun!" to player
Burdan ayarlayabilirsin.
Skriptin tamamı:
Kod:
options:
    coin_adi: &5Vip &6Coin
    menu_cam_adi: &6Server &5İsmi

on break of lapis ore:
    chance of 0.1%:
        give a nether star named "&5Vip &6Coin" to player
        send "&eLapis kazarken &5Vip Coin &ebuldun!" to player

command /parcaver3:
    permission : op
    permission message: &fhşt dur bakalım sen alamazsın
    trigger:
        give 64 nether star named "&5Vip &6Coin" to player

command /vipcoinmarketvip:
        trigger:
                if player has 100 nether star named "{@coin_adi}":
                        send "&6Başarıyla VIP Coinlerin ile VIP aldın."
                        remove 150 nether star named "{@coin_adi}" from player
                        execute console command "/manuadd %player% vip 30"
                else:
                        send "&cYeterli VIP Coin bulunmuyor."
command /vipcoinmarketvip+:
        trigger:
                if player has 165 nether star named "{@coin_adi}":
                        send "&6Başarıyla VIP Coinlerin ile VIP+ aldın."
                        remove 150 nether star named "{@coin_adi}" from player
                        execute console command "/manuadd %player% vip+ 30"
                else:
                        send "&cYeterli VIP Coin bulunmuyor."
command /vipcoinmarketmvip:
        trigger:
                if player has 250 nether star named "{@coin_adi}":
                        send "&6Başarıyla VIP Coinlerin ile MVIP aldın."
                        remove 150 nether star named "{@coin_adi}" from player
                        execute console command "/manuadd %player% mvip 30"
                else:
                        send "&cYeterli VIP Coin bulunmuyor."
       
command /vipmarket:
        trigger:
            open chest with 1 rows named "&6Vip Market" to player
            format slot 2 of player with iron sword named "&aVIP" with lore "&5Fiyat:100 VipCoin" to close then run  [execute player command "/vipcoinmarketvip"]
            format slot 6 of player with diamond sword named "&cMVIP" with lore "&5Fiyat:250 VipCoin" to close then run [execute player command "/vipcoinmarketmvip"]
            format slot 4 of player with gold sword named "&eVIP+" with lore "&5Fiyat:165 VipCoin" to close then run [execute player command "/vipcoinmarketvip+"]
            format slot 0 of player with light gray stained glass pane named "{@menu_cam_adi}" to be unstealable
            format slot 1 of player with light gray stained glass pane named "{@menu_cam_adi}" to be unstealable
            format slot 3 of player with light gray stained glass pane named "{@menu_cam_adi}" to be unstealable
            format slot 5 of player with light gray stained glass pane named "{@menu_cam_adi}" to be unstealable
            format slot 7 of player with light gray stained glass pane named "{@menu_cam_adi}" to be unstealable
            format slot 8 of player with light gray stained glass pane named "{@menu_cam_adi}" to be unstealable
Coinle VIP derken bakiye ile VIP almayı kastetmiştim bu sistemde güzel fakat benim istediğim farklı.
 
Mesela 10000 Bakiye ile VIP almak istiyorum GUI'ye gerek yok.
 
Coinle VIP derken bakiye ile VIP almayı kastetmiştim bu sistemde güzel fakat benim istediğim farklı.
Webscript kullanıyor musunuz bilmiyorum fakat; Webscriptiniz var ise, webscript plugini ile sitedeki paranızla oyundan vip alabilirsiniz.

Örneğin: LeaderOs, Minelab
 
Forum üzerinde eminim bir çok coin skripti bulunmakta. Onlardan birini kullanıp sadece 2 kod ile istediğinizi elde edebilirsiniz.
 
Anlatmak istediğin böyle bir şey mi? (skript denenmedi.)
Kod:
#"GroupManager" pluginine göre ayarlanmıştır.
options:
    p: &3VIP &8»
    vipkomut: vipal #vip alma komudu, varsayılan: vipal
    vipgrup: vip #vip grubunun adı, varsayılan: vip
    vipperm: vip.perm #vip grubuna ait, vip olduğunu belirten herhangi bir yetki, varsayılan: vip.perm
    ucret: 10000 #vip alma ücreti, varsayılan: 10k
command /{@vipkomut}:
    executable by: players
    trigger:
        if player doesn't have permission "{@vipperm}":
            if player's balance >= {@ucret}:
                remove {@ucret} from player's balance
                execute console command "manuadd %player% {@vipgrup}"
                send "{@p} &aBaşarıyla &eVIP &asatın aldın!"
            else:
                send "{@p} &cYetersiz bakiye. VIP ücret: &7{@ucret}"
        else:
            send "{@p} &7Zaten &eVIP &7satın almışsın."
 
Son düzenleme:
Anlatmak istediğin böyle bir şey mi? (skript denenmedi.)
Kod:
#"GroupManager" pluginine göre ayarlanmıştır.
options:
    p: &3VIP &8»
    vipkomut: vipal #vip alma komudu, varsayılan: vipal
    vipgrup: vip #vip grubunun adı, varsayılan: vip
    vipperm: vip.perm #vip grubuna ait, vip olduğunu belirten herhangi bir yetki, varsayılan: vip.perm
    ucret: 10000 #vip alma ücreti, varsayılan: 10k
command /{@vipkomut}:
    executable by: players
    trigger:
        if player doesn't have permission "{@vipperm}":
            if player's balance >= {@ucret}:
                remove {@ucret} from player's balance
                execute console command "manuadd %player% {@vipgrup}"
                send "{@p} &aBaşarıyla &eVIP &asatın aldın!"
            else:
                send "{@p} &cYetersiz bakiye. VIP ücret: &7{@ucret}"
        else:
            send "{@p} &7Zaten &eVIP &7satın almışsın."
evet anlatmaya çalıştığım şey tam olarak bu.
fakat bende vip olmamasına rağmen zaten vip almışsın diyor.
 
Kod:
#"GroupManager" pluginine göre ayarlanmıştır.
options:
    p: &3VIP &8»
    vipkomut: vipal #vip alma komudu, varsayılan: vipal
    vipgrup: vip #vip grubunun adı, varsayılan: vip
    ucret: 10000 #vip alma ücreti, varsayılan: 10k
command /{@vipkomut}:
    executable by: players
    trigger:
        if player's balance >= {@ucret}:
            remove {@ucret} from player's balance
            execute console command "manuadd %player% {@vipgrup}"
            send "{@p} &aBaşarıyla &eVIP &asatın aldın!"
        else:
            send "{@p} &cYetersiz bakiye. VIP ücret: &7{@ucret}"
Şöyle bir düzenleme yaptım çalıştı teşekkürler
 
evet anlatmaya çalıştığım şey tam olarak bu.
fakat bende vip olmamasına rağmen zaten vip almışsın diyor.
OP isen "*" yetkin (her şeyin yetkisi) oluyor. O yüzden almışsın diyor. De-op yapıp denersen göreceksin. Bir de tabii "vip" grubunda olmaman gerek komudu kullanabilmek için.

Kod:
#"GroupManager" pluginine göre ayarlanmıştır.
options:
    p: &3VIP &8»
    vipkomut: vipal #vip alma komudu, varsayılan: vipal
    vipgrup: vip #vip grubunun adı, varsayılan: vip
    ucret: 10000 #vip alma ücreti, varsayılan: 10k
command /{@vipkomut}:
    executable by: players
    trigger:
        if player's balance >= {@ucret}:
            remove {@ucret} from player's balance
            execute console command "manuadd %player% {@vipgrup}"
            send "{@p} &aBaşarıyla &eVIP &asatın aldın!"
        else:
            send "{@p} &cYetersiz bakiye. VIP ücret: &7{@ucret}"
Şöyle bir düzenleme yaptım çalıştı teşekkürler
Böyle yaparsan "vip" grubunda olsa dahi sürekli şekilde satın alınabilir. Yani sorun oluşturur.
###
Düzenlendim. Aşağıdaki kodu kullanabilirsin. (denendi)
Kod:
#"GroupManager" pluginine göre ayarlanmıştır.
options:
    p: &3VIP &8»
    vipkomut: vipal #vip alma komudu
    vipgrup: vip #vip grubunun adı
    ucret: 10000 #vip alma ücreti


command /{@vipkomut}:
    executable by: players
    trigger:
        if player's group is not "{@vipgrup}":
            if player's balance >= {@ucret}:
                remove {@ucret} from player's balance
                execute console command "manuadd %player% {@vipgrup}"
                send "{@p} &aBaşarıyla &eVIP &asatın aldın!"
            else:
                send "{@p} &cYetersiz bakiye. VIP ücret: &7{@ucret}"
        else:
            send "{@p} &7Zaten &eVIP &7yetkisine sahipsin."
 
Son düzenleme:
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