Liewex_
Koydum Çalışma Masasını
- Katılım
- 4 Şubat 2026
- Mesajlar
- 50
- Elmaslar
- 2
- Puan
- 170
- Yaş
- 26
- Konum
- a
- Minecraft
- Liewex
Discord:
akisetup
Kod:
# %fast_crystal_status% değişkenini PAPI'ye kaydeder
on placeholderapi placeholder request for the prefix "fast":
if the identifier is "%fast_crystal_status%":
if {fc::%player's uuid%} is true:
set the result to "&aAÇIK"
else:
set the result to "&cKAPALI"
# Aç-Kapat Komutu
command /fastercrystals:
permission: fastercrystals.use
permission message: &cBu komutu kullanmak için yetkin yok!
trigger:
if {fc::%player's uuid%} is not set:
set {fc::%player's uuid%} to true
send "&6[System] &fFaster Crystals: &aAçıldı!"
else if {fc::%player's uuid%} is true:
set {fc::%player's uuid%} to false
send "&6[System] &fFaster Crystals: &cKapandı!"
else:
set {fc::%player's uuid%} to true
send "&6[System] &fFaster Crystals: &aAçıldı!"
# Kristal Optimizasyon Mekaniği (1.21.1 Uyumlu)
on damage of end crystal:
if {fc::%attacker's uuid%} is true:
# Kristal hasar gecikmesini sıfırlar, böylece daha hızlı patlar
set victim's invulnerability ticks to 0
bu skriptde deluxemnusde %fast_crystal_status% değişkeni kullanılınca özelliğin açık olup olmadığı gözükmeli ama gözükmüyor ve faster crystals özelliğide çalışmıyor