Çözüldü Vipodul yapıyorum olmuyo

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

NECDET720XX

Odunlara Vur Vur Vur!
Katılım
29 Kasım 2024
Mesajlar
49
Elmaslar
0
Puan
390
Yaş
25
Konum
Denizli
Minecraft
NECDET720XXX

Discord:

necdetefe0

Vipodul yapıyorum ama /vipodul [player] yazınca daha önceden almisdin diyo bunu nasi duzeltecem oyunculara vipodul lerini kendim vermek istiyorum yada site için filan olmuyo veremiyorum
 
Kod:
command /elitödül [<player>]:
    permission: elit.odul
    permission message: &c&lHATA &8► &7Bunu Yapmak İçin Yetkiniz Bulunmuyor.
    trigger:
        if arg-1 is not set:
            send "&c&lHATA &8► &7Bir oyuncu ismi belirtmelisiniz." to player
            stop
        if {vipodul1::%arg-1%} is not set:
            set {vipodul1::%arg-1%} to true
            execute console command "lp user %arg-1% parent addtemp elit 30d"
            execute console command "ms give %arg-1% zombie 1"
            execute console command "ms give %arg-1% skeleton 1"
            execute console command "eco give %arg-1% 1000"
            send "&6&lElit ödülü &7%arg-1%'a verilmiştir." to player
        else:
            send "&7Bu oyuncu zaten ödül almış." to player

command /lordödül [<player>]:
    permission: lord.odul
    permission message: &c&lHATA &8► &7Bunu Yapmak İçin Yetkiniz Bulunmuyor.
    trigger:
        if arg-1 is not set:
            send "&c&lHATA &8► &7Bir oyuncu ismi belirtmelisiniz." to player
            stop
        if {vipodul2::%arg-1%} is not set:
            set {vipodul2::%arg-1%} to true
            execute console command "lp user %arg-1% parent addtemp lord 30d"
            execute console command "ms give %arg-1% zombie 1"
            execute console command "ms give %arg-1% skeleton 1"
            execute console command "ms give %arg-1% spider 1"
            execute console command "eco give %arg-1% 3000"
            send "&6&lLord ödülü &7%arg-1%'a verilmiştir." to player
        else:
            send "&7Bu oyuncu zaten ödül almış." to player

command /baronödül [<player>]:
    permission: baron.odul
    permission message: &c&lHATA &8► &7Bunu Yapmak İçin Yetkiniz Bulunmuyor.
    trigger:
        if arg-1 is not set:
            send "&c&lHATA &8► &7Bir oyuncu ismi belirtmelisiniz." to player
            stop
        if {vipodul3::%arg-1%} is not set:
            set {vipodul3::%arg-1%} to true
            execute console command "lp user %arg-1% parent addtemp baron 30d"
            execute console command "ms give %arg-1% zombie 2"
            execute console command "ms give %arg-1% creeper 1"
            execute console command "ms give %arg-1% skeleton 2"
            execute console command "eco give %arg-1% 5000"
            send "&6&lBaron ödülü &7%arg-1%'a verilmiştir." to player
        else:
            send "&7Bu oyuncu zaten ödül almış." to player

command /sezarödül [<player>]:
    permission: sezar.odul
    permission message: &c&lHATA &8► &7Bunu Yapmak İçin Yetkiniz Bulunmuyor.
    trigger:
        if arg-1 is not set:
            send "&c&lHATA &8► &7Bir oyuncu ismi belirtmelisiniz." to player
            stop
        if {vipodul4::%arg-1%} is not set:
            set {vipodul4::%arg-1%} to true
            execute console command "lp user %arg-1% parent addtemp sezar 30d"
            execute console command "itemsp ver %arg-1% diamondore 100"
            execute console command "itemsp ver %arg-1% netherstar 75"
            execute console command "itemsp ver %arg-1% magmacream 3"
            execute console command "eco give %arg-1% 7500"
            send "&6&lSezar ödülü &7%arg-1%'a verilmiştir." to player
        else:
            send "&7Bu oyuncu zaten ödül almış." to player

command /sponsorödül [<player>]:
    permission: sponsor.odul
    permission message: &c&lHATA &8► &7Bunu Yapmak İçin Yetkiniz Bulunmuyor.
    trigger:
        if arg-1 is not set:
            send "&c&lHATA &8► &7Bir oyuncu ismi belirtmelisiniz." to player
            stop
        if {vipodul5::%arg-1%} is not set:
            set {vipodul5::%arg-1%} to true
            execute console command "lp user %arg-1% parent addtemp sponsor 30d"
            execute console command "itemsp ver %arg-1% diamondore 100"
            execute console command "itemsp ver %arg-1% netherstar 75"
            execute console command "itemsp ver %arg-1% magmacream 3"
            execute console command "eco give %arg-1% 10000"
            send "&6&lSponsor ödülü &7%arg-1%'a verilmiştir." to player
        else:
            send "&7Bu oyuncu zaten ödül almış." to player


Buyrun. Deneyin
 
Merhaba, sorununuz çözülmemiş ise bu mesajı yanıtlayabilirsiniz sıfırdan yazalım.
 
Ben kendim vercegim için sınırsız vermek istiyom yapabilir misiniz mümkünse
Arkadaşın attığı kod içerisinde "lp user %arg-1% parent addtemp lord 30d" ile veriyorsunuz bu yetkiyi bunun yerine "lp user %arg-1% parent set lord" yazarsanız kodda sorununuz çözülecektir.
 
Arkadaşın attığı kod içerisinde "lp user %arg-1% parent addtemp lord 30d" ile veriyorsunuz bu yetkiyi bunun yerine "lp user %arg-1% parent set lord" yazarsanız kodda sorununuz çözülecektir.
Ama o zamanda sınırsız vercek vip iyi
 
hocam zaten sınırsız vermek istediğinizi söylediniz :?

"Ben kendim vercegim için sınırsız vermek istiyom yapabilir misiniz mümkünse"
Tam anlatmaya çalıştığı şey şu istediği kadar vermek istiyor.
 
Kod:
command /elitödül [<player>]:
    permission: elit.odul
    permission message: &c&lHATA &8► &7Bunu Yapmak İçin Yetkiniz Bulunmuyor.
    trigger:
        if arg-1 is not set:
            send "&c&lHATA &8► &7Bir oyuncu ismi belirtmelisiniz." to player
            stop
        execute console command "lp user %arg-1% parent addtemp elit 30d"
        execute console command "ms give %arg-1% zombie 1"
        execute console command "ms give %arg-1% skeleton 1"
        execute console command "eco give %arg-1% 1000"
        send "&6&lElit ödülü &7%arg-1%'a verilmiştir." to player

command /lordödül [<player>]:
    permission: lord.odul
    permission message: &c&lHATA &8► &7Bunu Yapmak İçin Yetkiniz Bulunmuyor.
    trigger:
        if arg-1 is not set:
            send "&c&lHATA &8► &7Bir oyuncu ismi belirtmelisiniz." to player
            stop
        execute console command "lp user %arg-1% parent addtemp lord 30d"
        execute console command "ms give %arg-1% zombie 1"
        execute console command "ms give %arg-1% skeleton 1"
        execute console command "ms give %arg-1% spider 1"
        execute console command "eco give %arg-1% 3000"
        send "&6&lLord ödülü &7%arg-1%'a verilmiştir." to player

command /baronödül [<player>]:
    permission: baron.odul
    permission message: &c&lHATA &8► &7Bunu Yapmak İçin Yetkiniz Bulunmuyor.
    trigger:
        if arg-1 is not set:
            send "&c&lHATA &8► &7Bir oyuncu ismi belirtmelisiniz." to player
            stop
        execute console command "lp user %arg-1% parent addtemp baron 30d"
        execute console command "ms give %arg-1% zombie 2"
        execute console command "ms give %arg-1% creeper 1"
        execute console command "ms give %arg-1% skeleton 2"
        execute console command "eco give %arg-1% 5000"
        send "&6&lBaron ödülü &7%arg-1%'a verilmiştir." to player

command /sezarödül [<player>]:
    permission: sezar.odul
    permission message: &c&lHATA &8► &7Bunu Yapmak İçin Yetkiniz Bulunmuyor.
    trigger:
        if arg-1 is not set:
            send "&c&lHATA &8► &7Bir oyuncu ismi belirtmelisiniz." to player
            stop
        execute console command "lp user %arg-1% parent addtemp sezar 30d"
        execute console command "itemsp ver %arg-1% diamondore 100"
        execute console command "itemsp ver %arg-1% netherstar 75"
        execute console command "itemsp ver %arg-1% magmacream 3"
        execute console command "eco give %arg-1% 7500"
        send "&6&lSezar ödülü &7%arg-1%'a verilmiştir." to player

command /sponsorödül [<player>]:
    permission: sponsor.odul
    permission message: &c&lHATA &8► &7Bunu Yapmak İçin Yetkiniz Bulunmuyor.
    trigger:
        if arg-1 is not set:
            send "&c&lHATA &8► &7Bir oyuncu ismi belirtmelisiniz." to player
            stop
        execute console command "lp user %arg-1% parent addtemp sponsor 30d"
        execute console command "itemsp ver %arg-1% diamondore 100"
        execute console command "itemsp ver %arg-1% netherstar 75"
        execute console command "itemsp ver %arg-1% magmacream 3"
        execute console command "eco give %arg-1% 10000"
        send "&6&lSponsor ödülü &7%arg-1%'a verilmiştir." to player
Şey 1 ay vercem ama bir oyuncuya birden fazla verebilcem


Buyrun tam istediğiniz şekilde oyuncuya istediğiniz kadar bundan verebilcek ve 30 günlük vip leri tanımlıcaksınız. Sorun çözüldüyse kilit atılsın mı
 
Konu kilit eyw batudsng
 
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