>İşsizken yaptıklarınız<

tutkusina

Kızıltaş Madencisi
En iyi cevaplar
0
Evet arkadaşlar işsizken yaptıklarınızı çok merak ettim o yüzden bu konuyu oluşturdum :)
benim bugün yaptığım işsizlik wordart yapmak :D (kendi oyun ismim saderen bilmiyorsanız)
bknz:

▓▓▓▓▓░░▓▓▓▓▓░░▓▓▓▓░░░▓▓▓▓▓░░▓▓▓▓░░░▓▓▓▓▓░░▓▓░░░░▓░░
▓░░░░░░▓░░░▓░░▓░░░▓░░▓░░░░░░▓░░░▓░░▓░░░░░░▓░▓░░░▓░░
▓▓▓▓▓░░▓▓▓▓▓░░▓░░░▓░░▓▓▓▓▓░░▓▓▓▓░░░▓▓▓▓▓░░▓░░▓░░▓░░
░░░░▓░░▓░░░▓░░▓░░░▓░░▓░░░░░░▓░░░▓░░▓░░░░░░▓░░░▓░▓░░
▓▓▓▓▓░░▓░░░▓░░▓▓▓▓░░░▓▓▓▓▓░░▓░░░▓░░▓▓▓▓▓░░▓░░░░▓▓░░

Sizinkileri bekliyorum
 

Berkan_Korkmaz

Marangoz
En iyi cevaplar
0
▓▓▓▓░░░▓▓▓▓▓░░▓▓▓▓░░░▓░░░▓░░▓▓▓▓▓░░▓▓░░░░▓░░
▓░░░▓░░▓░░░░░░▓░░░▓░░▓░░▓░░░▓░░░▓░░▓░▓░░░▓░░
▓▓▓▓░░░▓▓▓▓▓░░▓▓▓▓░░░▓▓▓░░░░▓▓▓▓▓░░▓░░▓░░▓░░
▓░░░▓░░▓░░░░░░▓░░░▓░░▓░░▓░░░▓░░░▓░░▓░░░▓░▓░░
▓▓▓▓░░░▓▓▓▓▓░░▓░░░▓░░▓░░░▓░░▓░░░▓░░▓░░░░▓▓░░
buyur buda benim ismim :3
 

BraveHero

Dobloyu n'aptın
En iyi cevaplar
1
İşsizken yaptığım : [PVP SKRIPT]
Kod:
on chat:
    cancel event
    if {%player%kchat} is true:
        broadcast "&2[&aKurucu&2] &a%player% &2: &a%message%"
on chat:
    cancel event
    if {%player%kchat2} is true:
        broadcast "&2[&aKurucu&2] &bBerat &2: &a%message%"
command /kchat:
    permission: LCGUI.CHAT
    trigger:
        set {%player%kchat} to true
command /kchat2:
    permission: LCGUI.CHAT
    trigger:
        set {%player%kchat2} to true
        set {%player%kchat} to false
command /cchat:
    trigger:
        set {%player%kchat3} to false
        set {%player%kchat2} to false
        set {%player%kchat} to false
on chat:
    cancel event
    if {%player%kchat} is not set:
        broadcast "&7[&8Oyuncu&7] &8%player% &2: &8%message%"
on chat:
    cancel event
    if {%player%kchat} is false:
        if {%player%kchat2} is false:
            if {%player%kchat3} is false:
                broadcast "&7[&8Oyuncu&7] &8%player% &2: &8%message%"
on chat:
    cancel event
    if {%player%kchat3} is true:
        broadcast "&2[&cAdmin&2] &b%player% &2: &3%message%"
command /achat:
    permission: LCGUI.CHAT
    trigger:
        set {%player%kchat3} to true
        set {%player%kchat} to false
on death of player:
    attacker is a player:
        add 1 to {%attacker%.skor}
        send "&aTebrikler &c%victim%&a'i Geberterek &a1 Puan Kazandiniz!" to attacker
command /starset:
    trigger:
        if {%player%.skor} is smaller than 10:
            send "&2[&aLC&2] &aPuanin Yetersiz" to player
        else:
            remove 10 from {%player%.skor}
            execute console command "kit give %player% starset"
command /puan:
    trigger:
        send "&2[&aLC&2] &aPuanin =&b %{%player%.skor}%" to player
on death of player:
    clear drops
on drop:
    cancel event
on rightclick with a emerald:
    name of player's tool is "&aZENGINLIK TASI"
    remove emerald named "&aZENGINLIK TASI" from player's inventory
    add 5 to {%player%.para}
    send "&2[&aPARA&2] &a+5 Para" to player
command /parasifirla <player>:
    trigger:
        set {%arg 1%.para} to 0
on mine of coal ore:
    chance of 5%:
        add 2 to {%player%.para}
        send "&2[&aPARA&2] &a+2 Para" to player
    chance of 5%:
        add 3 to {%player%.para}
        send "&2[&aPARA&2] &a+3 Para" to player
    chance of 5%:
        send "&2[&aPARA&2] &a+4 Para" to player
        add 4 to {%player%.para}
    set block to air
    wait 10 second
    set block to coal ore
on mine of iron ore:
    chance of 5%:
        add 5 to {%player%.para}
        send "&2[&aPARA&2] &a+5 Para" to player
    chance of 5%:
        add 6 to {%player%.para}
        send "&2[&aPARA&2] &a+6 Para" to player
    chance of 5%:
        add 7 to {%player%.para}
        send "&2[&aPARA&2] &a+7 Para" to player
    chance of 5%:
        add 8 to {%player%.para}
        send "&2[&aPARA&2] &a+8 Para" to player
    chance of 5%:
        add 9 to {%player%.para}
        send "&2[&aPARA&2] &a+9 Para" to player
    set block to air
    wait 20 second
    set block to iron ore
on mine of gold ore:
    chance of 5%:
        add 10 to {%player%.para}
        send "&2[&aPARA&2] &a+10 Para" to player
    chance of 5%:
        add 11 to {%player%.para}
        send "&2[&aPARA&2] &a+11 Para" to player
    chance of 5%:
        add 12 to {%player%.para}
        send "&2[&aPARA&2] &a+12 Para" to player
    chance of 5%:
        add 13 to {%player%.para}
        send "&2[&aPARA&2] &a+13 Para" to player
    chance of 5%:
        add 14 to {%player%.para}
        send "&2[&aPARA&2] &a+14 Para" to player
    chance of 5%:
        add 15 to {%player%.para}
        send "&2[&aPARA&2] &a+15 Para" to player
    set block to air
    wait 40 second
    set block to gold ore
command /pbilgi:
    trigger:
        send "&2[&aBILGI&2] &aGenel Bilgi" to player
        send "&2[&aLC&2] &eHer Madenden 100/5 Olasilikla Para Gelir." to player
        send "&2[&aLC&2] &eMadenlerin Verdigi Para Miktarlari Cinsine Gore Degisir." to player
        send "&2[&aBILGI&2] &aMaden Bilgileri" to player
        send "&2[&8KOMUR&2] &81-5 PARA" to player
        send "&2[&fDEMIR&2] &f5-10 PARA" to player
        send "&2[&6ALTIN&2] &610-15 PARA" to player
command /para:
    trigger:
        if {%player%.para} is not set:
            set {%player%.para} to 0
            send "&2[&aPARA&2] &cLutfen Bekleyin.." to player
            wait 1 second
            send "&2[&aPARA&2] &aTekrar Komutu Yazin" to player
        else:
            send "&2[&aPARA&2] &6%{%player%.para}% &aParan Var" to player
on rightclick on sign:
    if line 1 of the clicked block is "SATIN AL":
    if line 2 of the clicked block is "-":
    if line 3 of the clicked block is "TAS KAZMA":
    if line 4 of the clicked block is "20":
        if {%player%.para} is smaller than 20:
            send "&2[&aPARA&2] &cPARAN YETERSIZ" to player
        else:
            remove 20 from {%player%.para}
            drop 1 stone pickaxe at player's location
            send "&2[&aPARA&2] &aItem Gonderildi" to player
on rightclick on sign:
    if line 1 of the clicked block is "BEDAVA AL":
    if line 2 of the clicked block is "-":
    if line 3 of the clicked block is "TAHTA KAZMA":
        drop 1 wooden pickaxe at player's location
        send "&2[&aPARA&2] &aItem Gonderildi" to player
on rightclick on sign:
    if line 1 of the clicked block is "SATIN AL":
    if line 2 of the clicked block is "-":
    if line 3 of the clicked block is "DEMIR KAZMA":
    if line 4 of the clicked block is "40":
        if {%player%.para} is smaller than 40:
            send "&2[&aPARA&2] &cPARAN YETERSIZ" to player
        else:
            remove 40 from {%player%.para}
            drop 1 iron pickaxe at player's location
            send "&2[&aPARA&2] &aItem Gonderildi" to player
on rightclick on sign:
    if line 1 of the clicked block is "SATIN AL":
    if line 2 of the clicked block is "-":
    if line 3 of the clicked block is "ELMAS KAZMA":
    if line 4 of the clicked block is "60":
        if {%player%.para} is smaller than 60:
            send "&2[&aPARA&2] &cPARAN YETERSIZ" to player
        else:
            remove 60 from {%player%.para}
            drop 1 diamond pickaxe at player's location
            send "&2[&aPARA&2] &aItem Gonderildi" to player
on death of player:
    if attacker is a player:
        broadcast "&2[&cOLDUR&2] &c%attacker%, %victim%'i Oldurdu" to player
on command "kill":
    cancel event
    broadcast "&2[&aLC&2] &c%player% &eYasak Kod Kullandi!"
on command "clear":
    if {yunus.ezik} is not set:
        cancel event
        broadcast "&2[&aLC&2] &c%player% &eYasak Kod Kullandi!"
 

ErenBeyazkurt

WhiteGraphic | Tasarımcı
En iyi cevaplar
0
İşsizken işsizim bu kadar basit
Kısacası işsizken saçma serverlere giriyom fakşınsa lapis kazıp piston clock yapıyom regenblock yoksa lag GGWP
Creative sw ise Alluwant modu ile edit itemler yapıyom oyunculara veriyom :D
 

KaanGunlu

Işık Taşı Madencisi
En iyi cevaplar
0
bir keresinde farland a kadar tüm alanlarladalki elmasları bulan bir devre yapmaya çalışmıştım.
10 saat kadar sonra mc çöktü tabi.
 

tutkusina

Kızıltaş Madencisi
En iyi cevaplar
0
Konu açamayacağım ama elinde 1.7.2 craftbukkiti olan var mı??? Sorry konuyu baltaladığım için
craftbukkit arama.
onun yerine spigot kullan ama biraz karışık
bir arkadaş anlatır elbette
bir keresinde farland a kadar tüm alanlarladalki elmasları bulan bir devre yapmaya çalışmıştım.
10 saat kadar sonra mc çöktü tabi.
Farlande gitmek zaten işkence bide sen gidip bütün elmasları kazmak için makine yaptın ha? madalya takalımmı sana :D
 

KaanGunlu

Işık Taşı Madencisi
En iyi cevaplar
0
craftbukkit arama.
onun yerine spigot kullan ama biraz karışık
bir arkadaş anlatır elbette

Farlande gitmek zaten işkence bide sen gidip bütün elmasları kazmak için makine yaptın ha? madalya takalımmı sana :D
yok. tüm minecraftdaki blokları testfor layan bir makine yaptım (diğer işlevide fps yi 0 a düşürmek ve mc ye crash atmak)
 

Rylecls_75

Elmas Madencisi
En iyi cevaplar
0
Genelde Build yaparım veya anime izlerim olmadı film izlerim. :( oda yoksa Arkadaşlarımla gezerim .s normalim la ben
 
Üst