Skript Paylaşımı Cubelets - CubeCraft sanş kutusu ! ve UCRETSİZ!

Durum
Üzgünüz bu konu cevaplar için kapatılmıştır...
D

ddarkk

Ziyaretçi
Merhaba MC-TR forum üyeleri ve moderatorleri,...
bu sefer sizinle birlikte Skript Paylaşacağım
Hemen başlayalım ;)


gZMQVZ.png

Skript Yazarı: MrLuffyZx
Skript Tanıtımı: ddarkk
Skript Versiyon: 1.8.x (Spigot)
Skript Resmi tanıtım Adresi:
Değerli ziyaretçimiz, içeriği görebilmek için şimdi giriş yapın veya kayıt olun.


Skript Açıklaması: CubeCraft’da bulunan Cubeletes’e benzeyen bir skriptdir. Sans kutusu gibidir.

m1bv32.png

• /addcubelets <player> <amount> >> Oyuncuya cubelet hakkı verir
• /setcubelets >> Odulleri belirle!
• /helpcubelets >> Yardım menusu!



yLWb3M.png

(*) 5 Adet Güncelleme Mevcut:
Değerli ziyaretçimiz, içeriği görebilmek için şimdi giriş yapın veya kayıt olun.


qP07J3.png

• cubelets.players >> Oyunculara ekleyiniz.
• cubelets.Staff >> Yetkililere ekleyiniz.


a2vk1R.png

• Skript
• SkQuery
• Holographic Displays
• ProtocolLib


Z76G90.png

Kod:
on load:
    send "&6-----------------------------------" to console
    send "&c&k::&6&lCube&eLets&c&k::" to console
    send "&cVersion&b >> &71.5" to console
    send "&bPlugin enabled" to console
    send "&6-----------------------------------" to console
on first join:
    set {cubelets.%player%} to 0
#
command cubelets:
    permission: "cubelets.Players"
    trigger:
        if player have permission "cubelets.Players":
            send "&c&k::&6&lCube&eLets&c&k::&b >> &aYou have %{cubelets.%player%}% cubelets."
        else:
            send "&c&lERROR: &7You dont have permission for that command!"
#
command addcubelets <player> <int>:
    trigger:
        if player have permission "cubelets.admin":
            add argument 2 to {cubelets.%arg 1%}
            send "&b..."
            wait 2 seconds
            send ""
            send "&aAdded %arg 2% cubelets to %arg 1%"
            send "&aPlayer %arg 1% now have &6&l>> &a%{cubelets.%arg 1%}% Cubelets!"
#
command helpcubelets:
    permission: "cubelets.Players"
    trigger:
        send "&b--------------------------------------"
        send "             &c&k::&6&lCube&eLets&c&k::&a"
        send "&a"
        send "&a/cubelets &fBalance of your acount."
        send "&a/addcubelets &fAdd cubelets to a player."
        send "&a/setcubelets &fCreate the end portal frame"
        send "&a"
        send "&a"
        send "&7Version: &b         1.5"
        send "&b--------------------------------------" 
#
command setcubelets:
    permission: "cubelets.Staff"
    trigger:
        loop blocks in radius 3 around block at player:
            loop-block is a bedrock:
                send "&b..."
                wait 1 seconds
                set loop-block to end portal frame
                make player execute command "hd create cubeletsbox &aClick to open CubeLets"
                send "&a&lSuccess!"
                send "&6You finished the setup, now reload your server in order to apply changes!"
                play note pling at player with pitch 1
#
command readyrarity:
    trigger:
        add "&eCommon" to {_rariti::*}
        add "&eUnCommon" to {_rariti::*}
        add "&eRare" to {_rariti::*}
        add "&eMythical" to {_rariti::*}
        add "&eLegendary" to {_rariti::*}
        set {_rarity} to random element of {_rariti::*}
on rightclick:
    if event-block is end portal frame:
        set {_waited} to difference between {cube.lastused} and now
        if {cubelets.%player%} is more than 0:
            if {_waited} is less than a minute:
                send "&cYou have to wait %difference between a minute and {_waited}% before you can use the CubeLets!"
                play note bass at player with pitch 1
                stop
            else:   
                set {cube.lastused} to now
                add leather helmet to {_regalos::*}
                add leather chestplate to {_regalos::*}
                add leather leggings to {_regalos::*}
                add leather boots to {_regalos::*}   
                set {_regalo} to random element of {_regalos::*}
                make console execute command "readyrarity"
                make console execute command "hd setline cubeletsbox 1"
                wait 1 second
                play level up at player with pitch 1
                remove 1 from {cubelets.%player%}
                make console execute command "hd setline cubeletsbox 1!"
                send "&6You have found: &a%{_regalo}%"
                broadcast "&a&l%player% &9have found &6&l%{_regalo}% &9in the CubeLet!"
                give {_regalo} to player
                make console execute command "hd removeline cubeletsbox 5"
                make console execute command "hd addline cubeletsbox &6You have found: &d%{_regalo}%"
                make console execute command "hd addline cubeletsbox &9Rarity: &e%{_rarity}%"               
                make console execute command "hd addline cubeletsbox ICON: %{_regalo}%"
                wait 6 seconds
                make console execute command "hd removeline cubeletsbox 4"
                wait 1 tick
                make console execute command "hd removeline cubeletsbox 3"
                wait 1 tick
                make console execute command "hd removeline cubeletsbox 2"
                send "&aThanks for participating!"
                wait 1 seconds
        else:
            send "&cYou do not have cubelets get it Playing!"
            play note bass at player with pitch 1
            stop

UYARI: Dosyayı indirmeniz'de fayda vardır. Kod satırlarında hata cıkma olasılığı olabilir.!!!

qP07vW.png

2016-01-21_21-46-40-png.96646


2016-01-21_21-46-45-png.96645


iyi forumlar!

W13jEP.png


Arkadaşlar alt tarafta bundan sonra yaptığım pluginler hakkında bilgi,ve eski pluginlerin kısa bir açıklaması olcak ayrıca. Yeni bir sistem geliştirdim. onu aşağıdaki yayınlıyacağım resimden ulaşabilirsiniz.!

lv5AvE.png

 
Eline sağlık. Bende buna benzer bir script mevcut ama seninki daha kaliteli. Saol
 
Halil Abi Skype gelsne:king::tokat2::108::108::108::108::108::108::108::108::108::108::108::108::108::108::108:
 
Durum
Üzgünüz bu konu cevaplar için kapatılmıştır...

Hala Discord sunucumuza katılmadın mı?

Büyük bir topluluğun parçası ol, etkinliklere katıl ve özel hediyeler kazanma şansı yakala!

Şimdi Katıl
Üst