- Katılım
- 26 Şubat 2021
- Mesajlar
- 107
- Elmaslar
- 36
- Puan
- 6.675
- Konum
- Türkiye
- Minecraft
- wtfrankjs
Discord:
wtfrankjs
Dünyalar Sistemi
Merhaba Dostlar Yine Ben!
Bu defa karşınızda oyuncunun dünyadaki son konumunu ezberleyen ve bazı durumlarda onu oraya geri götürebilecek
bir Skript ile beraberim.
Yapmanız gereken tek şey CTRL + H ile Orman, itopya, EmpireLand ve Spawn yazan kısımları değiştirmek.
Skript Viayx Empire Minecraft Sunucusunda Kullanılıyor.
Çalışmaların Devamı İçin Aşağıdan Beğenebilirsiniz.
Merhaba Dostlar Yine Ben!
Bu defa karşınızda oyuncunun dünyadaki son konumunu ezberleyen ve bazı durumlarda onu oraya geri götürebilecek
bir Skript ile beraberim.
Yapmanız gereken tek şey CTRL + H ile Orman, itopya, EmpireLand ve Spawn yazan kısımları değiştirmek.
Skript Viayx Empire Minecraft Sunucusunda Kullanılıyor.
Çalışmaların Devamı İçin Aşağıdan Beğenebilirsiniz.
Kod:
#____________________________________________Reyz Codding_______________________________________
#İslamReyz Tarafından Kodlandı.
#Destek İçin Discord: islam.reyz#9992
#Sunucumuza Gelmek İçin:
#____________________________________________Kaydetme Durumları_______________________________________
on quit:
if player's world = "orman" or "itopya" or "empireland":
set {sonloc::%player's world%::%player%} to player's location
On world change:
if player's world = "orman" or "itopya" or "empireland":
set {sonloc::%player's world%::%player%} to player's location
on teleport:
if player's world = "orman" or "itopya" or "empireland":
set {sonloc::%player's world%::%player%} to player's location
on death:
if player's world = "orman":
delete {sonloc::%player's world%::%player%}
delete {ormangirdi::%player%}
else if player's world = "itopya":
delete {sonloc::%player's world%::%player%}
delete {itopyagirdi::%player%}
else if player's world = "empireland":
delete {sonloc::%player's world%::%player%}
delete {empiregirdi::%player%}
#____________________________________________Kaydetme Komutları_______________________________________
on command "/lobi":
if player's world = "orman" or "itopya" or "empireland":
set {sonloc::%player's world%::%player%} to player's location
on command "/lobi":
if player's world = "orman" or "itopya" or "empireland":
set {sonloc::%player's world%::%player%} to player's location
on command "/spawn":
if player's world = "orman" or "itopya" or "empireland":
set {sonloc::%player's world%::%player%} to player's location
on command "/lobby":
if player's world = "orman" or "itopya" or "empireland":
set {sonloc::%player's world%::%player%} to player's location
on command "/hub":
if player's world = "orman" or "itopya" or "empireland":
set {sonloc::%player's world%::%player%} to player's location
on command "/warp":
if player's world = "orman" or "itopya" or "empireland":
set {sonloc::%player's world%::%player%} to player's location
#____________________________________________Dünya Komutları_______________________________________
on command "/orman":
if player's world = "Orman":
send "&cZaten Ormandsın!"
cancel event
else if player's world = "itopya" or "empireland":
set {sonloc::%player's world%::%player%} to player's location
teleport player to {sonloc::orman::%player%}
else if player's world = "spawn":
teleport player to {sonloc::orman::%player%}
else:
send "&cDünyalara gitmek için spawn'da olmalısın!"
cancel event
on command "/itopya":
if player's world = "itopya":
send "&cZaten İtopya'dasın!"
cancel event
else if player's world = "orman" or "empireland":
set {sonloc::%player's world%::%player%} to player's location
teleport player to {sonloc::itopya::%player%}
else if player's world = "spawn":
teleport player to {sonloc::itopya::%player%}
else:
send "&cDünyalara gitmek için spawn'da olmalısın!"
cancel event
on command "/empireland":
if player's world = "empireland":
send "&cZaten EmpireLand'dasın!"
cancel event
else if player's world = "orman" or "itopya":
set {sonloc::%player's world%::%player%} to player's location
teleport player to {sonloc::empireland::%player%}
else if player's world = "spawn":
teleport player to {sonloc::empireland::%player%}
else:
send "&cDünyalara gitmek için spawn'da olmalısın!"
cancel event
Son düzenleme: