D
ddarkk
Ziyaretçi
Merhaba MC-TR forum üyeleri ve moderatorleri,...
bu sefer sizinle birlikte Skript Paylaşacağım
Hemen başlayalım ;)
bu sefer sizinle birlikte Skript Paylaşacağım
Hemen başlayalım ;)
Skript Yazarı: MrLuffyZx
Skript Tanıtımı: ddarkk
Skript Versiyon: 1.8.x (Spigot)
Skript Resmi tanıtım Adresi:
Skript Açıklaması: CubeCraft’da bulunan Cubeletes’e benzeyen bir skriptdir. Sans kutusu gibidir.
(*) 5 Adet Güncelleme Mevcut:
• cubelets.players >> Oyunculara ekleyiniz.
• cubelets.Staff >> Yetkililere ekleyiniz.
• Skript
• SkQuery
• Holographic Displays
• ProtocolLib
UYARI: Dosyayı indirmeniz'de fayda vardır. Kod satırlarında hata cıkma olasılığı olabilir.!!!
iyi forumlar!
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.!
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.
• /addcubelets <player> <amount> >> Oyuncuya cubelet hakkı verir
• /setcubelets >> Odulleri belirle!
• /helpcubelets >> Yardım menusu!
• /setcubelets >> Odulleri belirle!
• /helpcubelets >> Yardım menusu!
(*) 5 Adet Güncelleme Mevcut:
Değerli ziyaretçimiz, içeriği görebilmek için
şimdi giriş yapın veya kayıt olun.
• cubelets.players >> Oyunculara ekleyiniz.
• cubelets.Staff >> Yetkililere ekleyiniz.
• Skript
• SkQuery
• Holographic Displays
• ProtocolLib
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.!!!
iyi forumlar!
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.!