- Katılım
- 21 Eki 2024
- Mesajlar
- 69
- Tepkime puanı
- 5
- Puanları
- 8
- Konum
- 🇹🇷
- Minecraft
- Shinques
- Discord
- shinques
MERHABA DEĞERLİ FORUM ÜYELERİ
Güle Güle Kullanın <3.
Forum Sahibi: Shinques
Skript
Not: Kodu inceleyin, öyle sunucuza ekleyin.
options:Güle Güle Kullanın <3.
Forum Sahibi: Shinques
Skript
Not: Kodu inceleyin, öyle sunucuza ekleyin.
prefix: &3Arsa &8»
on join:
if {ucus.%player%} is not set:
set {ucus.%player%} to false
set {ucus.%player%} to false
set player's flight mode to false
on teleport:
if player's world isn't "plotworld":
set {ucus.%player%} to false
set player's flight mode to false
command /arsafly:
trigger:
if player's world is "plotworld":
if {ucus.%player%} is false:
set player's flight mode to true
send "{@prefix} &eUçma modu açıldı."
set {ucus.%player%} to true
else:
set player's flight mode to false
send "{@prefix} &eUçma modu kapandı."
set {ucus.%player%} to false
else:
send "{@prefix} &cArsalarda olmadığın için fly açamazsın."