command /giydir:
trigger:
loop all players:
add loop player to {ayrıcalıklı}
loop-player's doesn't contains "{ayricalikli}":
equip loop-player's leather helmet
equip loop-player's leather chestplate
equip loop-player's leather pants
equip loop-player's leather boots
command /giydir:
trigger:
loop all players:
add loop player to {ayrıcalıklı}
loop-player's doesn't contains "{ayricalikli}":
equip loop-player's leather helmet
equip loop-player's leather chestplate
equip loop-player's leather pants
equip loop-player's leather boots
Command /giydir:
trigger:
loop all players:
add loop-player to {shittylist::*}
set {_sanslikisi} to a random element out of {shittylist::*}
equip {_sanslikisi} with leather helmet
equip {_sanslikisi} with leather chestplate
equip {_sanslikisi} with leather pants
equip {_sanslikisi} with leather boots
Command /giydir:
trigger:
loop all players:
add loop-player to {ayricalikli}
set {_sanslikisi} to a random element out of {ayricalikli}
equip {_sanslikisi} with leather helmet
equip {_sanslikisi} with leather chestplate
equip {_sanslikisi} with leather pants
equip {_sanslikisi} with leather boots
@Rosenrot şimdi bu ayrıcalıklıda olanlara mı vermiyor ?[DOUBLEPOST=1433593212,1433593167][/DOUBLEPOST]Kod:Command /giydir: trigger: loop all players: add loop-player to {ayricalikli} set {_sanslikisi} to a random element out of {ayricalikli} equip {_sanslikisi} with leather helmet equip {_sanslikisi} with leather chestplate equip {_sanslikisi} with leather pants equip {_sanslikisi} with leather boots
ayrıcalikli/_sanslikisi bir liste değil ki ekleyesin :/
Kod:Command /giydir: trigger: loop all players: add loop-player to {shittylist::*} set {_sanslikisi} to a random element out of {shittylist::*} equip {_sanslikisi} with leather helmet equip {_sanslikisi} with leather chestplate equip {_sanslikisi} with leather pants equip {_sanslikisi} with leather boots
command "/giydir":
trigger:
add a random player out of all players to {sanssiz::*}
loop all players:
{sanssiz::*} doesn't contains loop-player
equip {_sanslikisi} with leather helmet
equip {_sanslikisi} with leather chestplate
equip {_sanslikisi} with leather pants
Command /giydir:
trigger:
loop all players:
add loop-player to {shittylist::*}
set {_sanssizkisi} to a random element out of {shittylist::*}
name of loop-player does not contains "%{_sanssizkisi}%}'
equip loop-player with leather helmet
equip loop-player with leather chestplate
equip loop-player with leather pants
equip loop-player with leather boots
Command /giydir:
trigger:
loop all players:
add loop-player to {sanslilar::*}
set {_sanssizkisi} to a random element out of {sanslilar::*}
name of loop-player does not contains "%{_sanssizkisi}%'
give emerald named "&e&losuruk" to loop-player
name of loop-player does contains %{_sanssizkisi}%
broadcast "&e%{_sanssizkisi}% zart zurt
/scoreboard players set @r rps -1
/replaceitem entity @a[score_rps_min=0] slot.armor.head minecraft:leather_helmet 1
replaceitem entity @a[score_rps_min=0] slot.armor.chest minecraft:leather_chestplate 1
replaceitem entity @a[score_rps_min=0] slot.armor.legs minecraft:leather_leggings 1
replaceitem entity @a[score_rps_min=0] slot.armor.feet minecraft:leather_boots 1
Belki adam yapamaz diye şeyi şey etmiştimıhım ıhım Burası Skript bölümü![]()
Min=0 yaparsan skoru 2 olana da giydirir :/ score_asd=0 diyeceksin direk.-----------------------------Komut Bloğu İle-----------------------------
1)İlk önce random bir kişi seç ve ona skor ver.
Kod:/scoreboard players set @r rps -1
2)Skoru 2 olan oyuncunun dışındaki tüm oyunculara deri set giydir.
Kod:/replaceitem entity @a[score_rps_min=0] slot.armor.head minecraft:leather_helmet 1Kod:replaceitem entity @a[score_rps_min=0] slot.armor.chest minecraft:leather_chestplate 1Kod:replaceitem entity @a[score_rps_min=0] slot.armor.legs minecraft:leather_leggings 1Kod:replaceitem entity @a[score_rps_min=0] slot.armor.feet minecraft:leather_boots 1