- Ruh Hali
-
- Katılım
- 21 Nisan 2024
- Mesajlar
- 14
- Elmaslar
- 10
- Seviye
- 3
- Konum
- Türkiye
- Web sitesi
- craftpom.net
- Minecraft
-
BukeleR
Discord
bybukeler
Gençler bu skript normal bi skript ama biraz hoş, yani şu şekilde /spawn felan yazınca direk ekrana 3'den geri sayıyor ve güzel renkler ile zaten resimlerde de görebilirsiniz.#bukeler
Ayrıca 3'den geri geri sayarken tik,tik sesleri geliyor. Işınlandığı zaman da örs sesleri geliyor.
Tamamen görüntü olarak yapılmış skript.
İşte Skript Görselleri;
![]()
![]()
![]()
![]()
İŞTE SKRİPT:
options:
prefix: &dKaptan! &f&o⌲
tp: &6♦ &e&oIşınlanılıyor &6♦
welcome_message: &d✩ &asᴜɴᴜᴄᴜʏᴀ ʜᴏsɢᴇʟᴅɪɴ &d✩
welcome_message_alt: &e★ &f%player%! &b&oDostum, maceraya geri dönmüşsün&e★
spawntp_message: &d✩ &asᴘᴀᴡɴ'ᴀ ʜᴏsɢᴇʟᴅɪɴ &d✩
spawntp_message_alt: &e★ &f%player%! &b&oOh, yine döndün! &e★
send_tp: &bSaniye Sonra Işınlanacaksınız!
command /setspawn:
permission: yetki.craftpom
permission message: &e♦ &cYetkili değilsiniz! &e♦
trigger:
set {spawn} to location of player
set {world} to world of player
send "{@prefix} &bDoğum noktası belirlenmiştir."
execute player command "gamerule doImmediateRespawn true"
command /spawn:
permission: craftpom.spawn
permission message: &k" &e♦ &cYetkili değilsiniz! &e♦ &f&k"
cooldown: 3 seconds
cooldown message: &k" &e♦ &c&oLütfen 5 saniye sonra deneyin! &e♦ &f&k"
trigger:
apply blindness to player for 5.5 seconds
apply slowness to player for 5.5 seconds
send title "{@tp}" with subtitle "&a-&f-&a- &f&o(5) &a-&f-&a-" to player
send action bar "&d▄▄▄▄▄" to player
send "{@prefix} &e3 {@send_tp}"
send title "{@tp}" with subtitle "&a-&f-&a- &f&o(3) &a-&f-&a-" to player
send action bar "&d▄▄▄&f▄▄" to player
play sound "block.note_block.bell" at player
wait 1 second
send "{@prefix} &e2 {@send_tp}"
send title "{@tp}" with subtitle "&a-&f-&a- &f&o(2) &a-&f-&a-" to player
send action bar "&d▄▄&f▄▄▄" to player
play sound "block.note_block.bell" at player
wait 1 second
send "{@prefix} &e1 {@send_tp}"
send title "{@tp}" with subtitle "&a-&f-&a- &f&o(1) &a-&f-&a-" to player
send action bar "&d▄&f▄▄▄▄" to player
play sound "block.note_block.bell" at player
wait 1 second
send "{@prefix} &6Işınlanıyorsun..."
send action bar "&f▄▄▄▄▄" to player
play sound "ENTITY_PLAYER_LEVELUP" at player
wait 0.50 second
teleport player to {spawn}
apply blindness to player for 1.5 seconds
play sound "BLOCK_ANVIL_LAND" at player
send title "{@spawntp_message}" with subtitle "{@spawntp_message_alt}" to player
wait 1 second
send "{@prefix} &aDoğuş Alanı'na ışınlandınız!"
wait 0.50 second
send action bar "" to player
remove blindness from player
on first join:
if {world} is set:
if {spawn} is set:
teleport player to {world}
teleport player to {spawn}
apply blindness to player for 2 seconds
send title "{@welcome_message}" with subtitle "{@welcome_message_alt}" to player
play sound "BLOCK_ANVIL_LAND" at player
wait 5 second
send "&8&n------- {@prefix} &8&n------- "
send ""
send "{@prefix} &bspawn'a &e/spawn &byazarak gidebilirsiniz!"
send ""
send "&8&n------- {@prefix} &8&n------- "
wait 0.50 second
remove blindness from player
on join:
if {world} is set:
if {spawn} is set:
teleport player to {worlddd}
teleport player to {spawnnn}
apply blindness to player for 2 seconds
send title "{@welcome_message}" with subtitle "{@welcome_message_alt}" to player
play sound "BLOCK_ANVIL_LAND" at player
wait 5 second
send "&8&n------- {@prefix} &8&n------- "
send ""
send "{@prefix} &bspawn'a &e/spawn &byazarak gidebilirsiniz!"
send ""
send "&8&n------- {@prefix} &8&n------- "
wait 0.50 second
remove blindness from player
on respawn:
if {world} is set:
if {spawn} is set:
teleport player to {world}
teleport player to {spawn}
apply blindness to player for 2 seconds
send title "&4&lÖLDÜN SEN!" with subtitle "&aYeniden canlandın!" to player
wait 1 second
remove blindness from player
else:
send "{@prefix} &dDoğuş noktası ayarlanmamış. Lütfen bir alan seçip &e/setspawn &bkomutunu kullanın."
if {world} is set:
set world of player to {world}
# bukeler, setspawn skript. Skript 20.03.2024 tarihinde craftpom sunucusu için bukeler tarafından yapılmıştır.