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
necdetefe0
DSNG_
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
necdetefe0
Ama o oyuncuya bida veremiyorumMerhaba, sorununuz çözülmemiş ise bu mesajı yanıtlayabilirsiniz sıfırdan yaza
necdetefe0
Ben kendim vercegim için sınırsız vermek istiyom yapabilir misiniz mümkünseMerhaba, sorununuz çözülmemiş ise bu mesajı yanıtlayabilirsiniz sıfırdan yazalım.
novasyy
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.Ben kendim vercegim için sınırsız vermek istiyom yapabilir misiniz mümkünse
necdetefe0
Ama o zamanda sınırsız vercek vip iyiArkadaşı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.
novasyy
hocam zaten sınırsız vermek istediğinizi söylediniz :?Ama o zamanda sınırsız vercek vip iyi
DSNG_
Tam anlatmaya çalıştığı şey şu istediği kadar vermek istiyor.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"
necdetefe0
Şey 1 ay vercem ama bir oyuncuya birden fazla verebilcemTam anlatmaya çalıştığı şey şu istediği kadar vermek istiyor.
DSNG_
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
necdetefe0
Büyük bir topluluğun parçası ol, etkinliklere katıl ve özel hediyeler kazanma şansı yakala!