• Minecraft - Otomatik Event Skripti

  • Started by YigitEr,
  • at 21/10/2018, 15:38

YigitEr

Male, 2011yo

İzmir

  • Offline
  • Threads
    5
  • Posts
    7
  • Likes
    1
  • Follows
    0
  • Followers
    0

at 21/10/2018, 15:38

 

Hepinize merhabalar. Bu konumda sizlere otomatik event skriptini ve nasıl ayarlanacağını anlatacağım. İlk olarak bize Notepad++ gerekli. Aşağıdan indirebilirsiniz.
 
 
 

#-----------------------------------------------------------= AYARLAR =----------------------------------------------------------------------------#
options:

    #Event Zamanlarını Belirleyin
    
    EventSaati: 0:00 #Örnek: 1:15(Gece 1) , 14:22 , 7:06
    
    # Event Ayarları
    
    ServerIsim: SunucuAdı
    
    # Eğer Yeni Item Eklemek Istiyorsanız "-" 'yi silin. Eklediginiz Itemi Kaldirmak Istiyorsanız Yazıyı Silip "-" koyun.
    
    EventItemi: diamond sword
    EventItemi2: iron ingot
    EventItemi3: 25 diamond
    EventItemi4: 3 gold ingot
    EventItemi5: -
    EventItemi6: -
    EventItemi7: -
    EventItemi8: -
    EventItemi9: -
    EventItemi10: -
    
#-----------------------------------------------------------= ^^^^ =----------------------------------------------------------------------------#   




    
command /event   :
    trigger:
        player is op:
            arg-1 is "ayarla":
                arg 2 is "yer.event":
                    set {EventLoc} to location of player
                    send "&7 &bBaşarıyla &eEvent Yeri &bSeçildi"
                arg 2 is "yer.spawn":
                    set {SpawnLoc} to location of player
                    send "&7 &bBaşarıyla &eSpawn Yeri &bSeçildi"
                arg 2 is "debug":
                    delete {Event.Durum}
                    send "&7 &bBaşarılı Debug"
            arg 1 isn't set:
                send "&e/event ayarla yer.spawn"
                send "&e/event ayarla yer.event"
                send "&e/event ayarla debug &7- Server Durunca Kullanılır."
                
every second:
    set {_zaman} to "%hour%:%minutes%"
    if {_zaman} is "{@EventSaati}":
        loop players:
            {Event.Durum} isn't set:
                set {Event.Durum} to true
                send "&7 &bOtomatik Eventin Başlamasına &c5 Saniye !" to loop-player
                wait 5 second
                send "&7 &bOtomatik Event Başladı Işınlanıyorsunuz !" to loop-player
                teleport loop-player to {EventLoc}
                "{@EventItemi}" isn't "-":
                    give loop-player {@EventItemi} named "&7"
                wait 1 second
                "{@EventItemi2}" isn't "-":
                    give loop-player {@EventItemi2} named "&7"
                wait 1 second
                "{@EventItemi3}" isn't "-":
                    give loop-player {@EventItemi3} named "&7"
                wait 1 second
                "{@EventItemi4}" isn't "-":
                    give loop-player {@EventItemi4} named "&7"
                wait 1 second
                "{@EventItemi5}" isn't "-":
                    give loop-player {@EventItemi5} named "&7"
                wait 1 second
                "{@EventItemi6}" isn't "-":
                    give loop-player {@EventItemi6} named "&7"
                wait 1 second
                "{@EventItemi7}" isn't "-":
                    give loop-player {@EventItemi7} named "&7"
                wait 1 second
                "{@EventItemi8}" isn't "-":
                    give loop-player {@EventItemi8} named "&7"
                wait 1 second
                "{@EventItemi9}" isn't "-":
                    give loop-player {@EventItemi9} named "&7"
                wait 1 second
                "{@EventItemi10}" isn't "-":
                    give loop-player {@EventItemi10} named "&7"
                send "&7 &bOtomatik Event Bitmiştir Spawna Işınlanıyorsunuz.." to loop-player
                teleport loop-player to {SpawnLoc}
                wait 1 minutes
                delete {Event.Durum}

Ayarlamanız gereken yerleri kodda belirttim. Siz yokken bile zamanı belirleyip otomatik event yapabilirsiniz. İsterseniz daha fazla eşya ekleyebilirsiniz. Keyfinize kalmış.

İyi Forumlar!

 

                                             

 

Düzenleyen: YigitEr   21/10/2018, 21:34

anilonemli04

Male, 2011yo

İstanbul

  • Offline
  • Threads
    4
  • Posts
    8
  • Likes
    0
  • Follows
    0
  • Followers
    0

at 23/11/2018, 00:03

bunu kullanıcam