Şans Kutusu

Kronik2143

Elmas Madencisi
En iyi cevaplar
0
Merhaba arkadaşlar çoğunuz biliyorsunuzdur provanas survival sunucusunda şans kutusu var 3 farklı çeşit
onun sk ilemi yapıldığını merak ediyorum yoksa luckyblockla aynı şey oluyormu ? demek istediğim kutu spawnda yerinde hep kalıcak
anahtarı alıp açıcak envaterine gelicek item​
 

Kejmzi

Marangoz
En iyi cevaplar
0
şans kutusu (luckyblock) ile aynı
ama kutu anahtarla açma farklı
Kod:
on break of sponge:
    cancel event
    set event-block to air
    set {luckyblock.%player%} to a random integer between 1 and 20
    if {luckyblock.%player%} is 1:
        give a gold sword of sharpness 5 named "&e&lLucky Sword" to the player
        stop
    if {luckyblock.%player%} is 2:
        give a bow of power 5 named "&e&lLucky Bow" to the player
        stop
    if {luckyblock.%player%} is 3:
        spawn 10 sheep at the event-block
        set name of last spawned sheep to "Dinnerbone"
        stop
    if {luckyblock.%player%} is 4:
        create an explosion of force 4 at the player
        stop
    if {luckyblock.%player%} is 5:
        poison the player for 30 seconds
        stop
    if {luckyblock.%player%} is 6:
        push the player upwards at speed 5
        stop
    if {luckyblock.%player%} is 7:
        ignite the player for 10 seconds
        stop
    if {luckyblock.%player%} is 8:
        strike lightning at the player
        stop
    if {luckyblock.%player%} is 9:
        set block above the player to anvil
        stop
    if {luckyblock.%player%} is 10:
        set the player's level to 100
        stop
    if {luckyblock.%player%} is 11:
        spawn 5 zombies at the event-block
        stop
    if {luckyblock.%player%} is 12:
        spawn 5 silverfish at the event-block
        stop
    if {luckyblock.%player%} is 13:
        spawn 5 creepers at the event-block
        stop
    if {luckyblock.%player%} is 14:
        spawn a giant at the event-block
        stop
    if {luckyblock.%player%} is 15:
        set the event-block to the player's skull
        stop
    if {luckyblock.%player%} is 16:
        apply swiftness 3 to the player for 30 seconds
        stop
    if {luckyblock.%player%} is 17:
        apply jump 3 to the player for 30 seconds
        stop
    if {luckyblock.%player%} is 18:
        apply nausea 3 to the player for 30 seconds
        stop
    if {luckyblock.%player%} is 19:
        spawn a saddled pig at the player's location
        make the player ride the spawned pig
        stop
    if {luckyblock.%player%} is 20:
        spawn a wither at the event-block
        stop
Anahtarla Kutu Açma Plugini ._. :
Linki görebilmek için üye olmanız gerekiyor. Giriş yap veya üye ol.
 

Kronik2143

Elmas Madencisi
En iyi cevaplar
0
şans kutusu (luckyblock) ile aynı
ama kutu anahtarla açma farklı
Kod:
on break of sponge:
    cancel event
    set event-block to air
    set {luckyblock.%player%} to a random integer between 1 and 20
    if {luckyblock.%player%} is 1:
        give a gold sword of sharpness 5 named "&e&lLucky Sword" to the player
        stop
    if {luckyblock.%player%} is 2:
        give a bow of power 5 named "&e&lLucky Bow" to the player
        stop
    if {luckyblock.%player%} is 3:
        spawn 10 sheep at the event-block
        set name of last spawned sheep to "Dinnerbone"
        stop
    if {luckyblock.%player%} is 4:
        create an explosion of force 4 at the player
        stop
    if {luckyblock.%player%} is 5:
        poison the player for 30 seconds
        stop
    if {luckyblock.%player%} is 6:
        push the player upwards at speed 5
        stop
    if {luckyblock.%player%} is 7:
        ignite the player for 10 seconds
        stop
    if {luckyblock.%player%} is 8:
        strike lightning at the player
        stop
    if {luckyblock.%player%} is 9:
        set block above the player to anvil
        stop
    if {luckyblock.%player%} is 10:
        set the player's level to 100
        stop
    if {luckyblock.%player%} is 11:
        spawn 5 zombies at the event-block
        stop
    if {luckyblock.%player%} is 12:
        spawn 5 silverfish at the event-block
        stop
    if {luckyblock.%player%} is 13:
        spawn 5 creepers at the event-block
        stop
    if {luckyblock.%player%} is 14:
        spawn a giant at the event-block
        stop
    if {luckyblock.%player%} is 15:
        set the event-block to the player's skull
        stop
    if {luckyblock.%player%} is 16:
        apply swiftness 3 to the player for 30 seconds
        stop
    if {luckyblock.%player%} is 17:
        apply jump 3 to the player for 30 seconds
        stop
    if {luckyblock.%player%} is 18:
        apply nausea 3 to the player for 30 seconds
        stop
    if {luckyblock.%player%} is 19:
        spawn a saddled pig at the player's location
        make the player ride the spawned pig
        stop
    if {luckyblock.%player%} is 20:
        spawn a wither at the event-block
        stop
Anahtarla Kutu Açma Plugini ._. :
Linki görebilmek için üye olmanız gerekiyor. Giriş yap veya üye ol.
Bashettiğiniz archonscrates plugini dediğim gibi açıldığında kaybolmuyormu ?
 
Üst