on load:
send "&8&l=====================================" to console
send "&7&lEsya Isimlerini Degistirme Skripti" to console
send "&7&lAuthor: Sezdolonoid400" to console
send "&7&lIyi oyunlar dileriz!" to console
send "&8&l=====================================" to console
command /isimdegistir:
permission: isim.degistir
permission message: &4Buna yetkin yok!
trigger:
if player is holding a air:
send "&c&lElinizde ismi degistirilebilecek bir esya yok!" to player
else:
open chest with 5 rows named "&4&lIsim Degistir" to player
format slot 20 of player with nether star named "&8&lRenksiz" with lore "&7Renksiz isim degisimi icin tiklayiniz.||&a&lMaliyet: &2&l10 level xp" to close then run "renksiz %player%"
format slot 24 of player with nether star named "&8&lRenkli" with lore "&7Renkli isim degisimi icin tiklayiniz.||&a&lMaliyet: &2&l25 level xp" to close then run "renkli %player%"
command /renksiz <player>:
executable by:console
trigger:
set {renksiz.%arg 1%} to 1
send "&8&l>> &7&o8 saniye icerisinde chata esya ismini yaziniz!" to arg 1
wait 8 second
if {renksiz.%arg 1%} is greater than 0:
send "&c&lZAMAN ASIMI ALGILANDI TEKRAR DENEYINIZ" to arg 1
set {renksiz.%arg 1%} to 0
command /renkli <player>:
executable by:console
trigger:
wait 3 tick
open chest with 1 row named "&4&lIsim Rengi Belirleme" to arg 1
format slot 0 of arg 1 with blue wool named "&1&lKoyu Mavi" with lore "&1Isim degisimi icin tiklayiniz." to close then run "renk %arg 1% mavi"
format slot 1 of arg 1 with green wool named "&2&lKoyu Yesil" with lore "&2Isim degisimi icin tiklayiniz." to close then run "renk %arg 1% yesil"
format slot 2 of arg 1 with cyan wool named "&3&lAcik Mavi" with lore "&3Isim degisimi icin tiklayiniz." to close then run "renk %arg 1% acikmavi"
format slot 3 of arg 1 with red wool named "&4&lKirmizi" with lore "&4Isim degisimi icin tiklayiniz." to close then run "renk %arg 1% kirmizi"
format slot 4 of arg 1 with purple wool named "&5&lMor" with lore "&5Isim degisimi icin tiklayiniz." to close then run "renk %arg 1% mor"
format slot 5 of arg 1 with yellow wool named "&6&lSari" with lore "&6Isim degisimi icin tiklayiniz." to close then run "renk %arg 1% sari"
format slot 6 of arg 1 with light gray wool named "&7&lAcik Gri" with lore "&7Isim degisimi icin tiklayiniz." to close then run "renk %arg 1% acikgri"
format slot 7 of arg 1 with gray wool named "&8&lGri" with lore "&8Isim degisimi icin tiklayiniz." to close then run "renk %arg 1% gri"
format slot 8 of arg 1 with light blue wool named "&9&lTurkuaz" with lore "&9Isim degisimi icin tiklayiniz." to close then run "renk %arg 1% turkuaz"
on chat:
if {renksiz.%player%} is greater than 0:
if player is holding a air:
cancel event
send "&c&lElinizde ismi degistirilebilecek bir esya yok!" to player
set {renksiz.%player%} to 0
else:
if player's level is greater than 9:
cancel event
set name of player's tool to "%uncolored message%"
send "&8&l>> &2&lISIM DEGISTIRME BASARILI!" to player
reduce the player's level by 10
set {renksiz.%player%} to 0
else:
cancel event
send "&c&lYETERLI XP LEVEL MEVCUT DEGIL!" to player
set {renksiz.%player%} to 0
else:
if {mavi.%player%} is greater than 0:
if player is holding a air:
cancel event
send "&c&lElinizde ismi degistirilebilecek bir esya yok!" to player
set {mavi.%player%} to 0
else:
if player's level is greater than 24:
cancel event
set name of player's tool to "&1%uncolored message%"
send "&8&l>> &2&lISIM DEGISTIRME BASARILI!" to player
reduce the player's level by 25
set {mavi.%player%} to 0
else:
cancel event
send "&c&lYETERLI XP LEVEL MEVCUT DEGIL!" to player
set {mavi.%player%} to 0
else:
if {yesil.%player%} is greater than 0:
if player is holding a air:
cancel event
send "&c&lElinizde ismi degistirilebilecek bir esya yok!" to player
set {yesil.%player%} to 0
else:
if player's level is greater than 24:
cancel event
set name of player's tool to "&2%uncolored message%"
send "&8&l>> &2&lISIM DEGISTIRME BASARILI!" to player
reduce the player's level by 25
set {yesil.%player%} to 0
else:
cancel event
send "&c&lYETERLI XP LEVEL MEVCUT DEGIL!" to player
set {yesil.%player%} to 0
else:
if {acikmavi.%player%} is greater than 0:
if player is holding a air:
cancel event
send "&c&lElinizde ismi degistirilebilecek bir esya yok!" to player
set {acikmavi.%player%} to 0
else:
if player's level is greater than 24:
cancel event
set name of player's tool to "&3%uncolored message%"
send "&8&l>> &2&lISIM DEGISTIRME BASARILI!" to player
reduce the player's level by 25
set {acikmavi.%player%} to 0
else:
cancel event
send "&c&lYETERLI XP LEVEL MEVCUT DEGIL!" to player
set {acikmavi.%player%} to 0
else:
if {kirmizi.%player%} is greater than 0:
if player is holding a air:
cancel event
send "&c&lElinizde ismi degistirilebilecek bir esya yok!" to player
set {mavi.%player%} to 0
else:
if player's level is greater than 24:
cancel event
set name of player's tool to "&41%uncolored message%"
send "&8&l>> &2&lISIM DEGISTIRME BASARILI!" to player
reduce the player's level by 25
set {kirmizi.%player%} to 0
else:
cancel event
send "&c&lYETERLI XP LEVEL MEVCUT DEGIL!" to player
set {kirmizi.%player%} to 0
else:
if {mor.%player%} is greater than 0:
if player is holding a air:
cancel event
send "&c&lElinizde ismi degistirilebilecek bir esya yok!" to player
set {mor.%player%} to 0
else:
if player's level is greater than 24:
cancel event
set name of player's tool to "&5%uncolored message%"
send "&8&l>> &2&lISIM DEGISTIRME BASARILI!" to player
reduce the player's level by 25
set {mor.%player%} to 0
else:
cancel event
send "&c&lYETERLI XP LEVEL MEVCUT DEGIL!" to player
set {mor.%player%} to 0
else:
if {sari.%player%} is greater than 0:
if player is holding a air:
cancel event
send "&c&lElinizde ismi degistirilebilecek bir esya yok!" to player
set {sari.%player%} to 0
else:
if player's level is greater than 24:
cancel event
set name of player's tool to "&6%uncolored message%"
send "&8&l>> &2&lISIM DEGISTIRME BASARILI!" to player
reduce the player's level by 25
set {sari.%player%} to 0
else:
cancel event
send "&c&lYETERLI XP LEVEL MEVCUT DEGIL!" to player
set {sari.%player%} to 0
else:
if {acikgri.%player%} is greater than 0:
if player is holding a air:
cancel event
send "&c&lElinizde ismi degistirilebilecek bir esya yok!" to player
set {acikgri.%player%} to 0
else:
if player's level is greater than 24:
cancel event
set name of player's tool to "&7%uncolored message%"
send "&8&l>> &2&lISIM DEGISTIRME BASARILI!" to player
reduce the player's level by 25
set {acikgri.%player%} to 0
else:
cancel event
send "&c&lYETERLI XP LEVEL MEVCUT DEGIL!" to player
set {acikgri.%player%} to 0
else:
if {gri.%player%} is greater than 0:
if player is holding a air:
cancel event
send "&c&lElinizde ismi degistirilebilecek bir esya yok!" to player
set {gri.%player%} to 0
else:
if player's level is greater than 24:
cancel event
set name of player's tool to "&8%uncolored message%"
send "&8&l>> &2&lISIM DEGISTIRME BASARILI!" to player
reduce the player's level by 25
set {gri.%player%} to 0
else:
cancel event
send "&c&lYETERLI XP LEVEL MEVCUT DEGIL!" to player
set {gri.%player%} to 0
else:
if {turkuaz.%player%} is greater than 0:
if player is holding a air:
cancel event
send "&c&lElinizde ismi degistirilebilecek bir esya yok!" to player
set {turkuaz.%player%} to 0
else:
if player's level is greater than 24:
cancel event
set name of player's tool to "&9%uncolored message%"
send "&8&l>> &2&lISIM DEGISTIRME BASARILI!" to player
reduce the player's level by 25
set {turkuaz.%player%} to 0
else:
cancel event
send "&c&lYETERLI XP LEVEL MEVCUT DEGIL!" to player
set {turkuaz.%player%} to 0
command /renk <player> <text>:
executable by:console
trigger:
if arg 1 is holding a air:
send "&c&lElinizde isim degistirecek bir esya yok!" to arg 1
else:
if arg 2 is "mavi":
set {mavi.%arg 1%} to 1
send "&8&l>> &1&lKoyu Mavi &7&orengini sectiniz. 8 saniyede esyaya koyacaginiz ismi yaziniz!" to arg 1
wait 8 second
if {mavi.%arg 1%} is greater than 0:
send "&c&lZAMAN ASIMI ALGILANDI TEKRAR DENEYINIZ" to arg 1
set {mavi.%arg 1%} to 0
else:
if arg 2 is "yesil":
set {yesil.%arg 1%} to 1
send "&8&l>> &2&lKoyu Yesil &7&orengini sectiniz. 8 saniyede esyaya koyacaginiz ismi yaziniz!" to arg 1
wait 8 second
if {yesil.%arg 1%} is greater than 0:
send "&c&lZAMAN ASIMI ALGILANDI TEKRAR DENEYINIZ" to arg 1
set {yesil.%arg 1%} to 0
else:
if arg 2 is "acikmavi":
set {acikmavi.%arg 1%} to 1
send "&8&l>> &3&lAcik Mavi &7&orengini sectiniz. 8 saniyede esyaya koyacaginiz ismi yaziniz!" to arg 1
wait 8 second
if {acikmavi.%arg 1%} is greater than 0:
send "&c&lZAMAN ASIMI ALGILANDI TEKRAR DENEYINIZ" to arg 1
set {acikmavi.%arg 1%} to 0
else:
if arg 2 is "kirmizi":
set {kirmizi.%arg 1%} to 1
send "&8&l>> &4&lKirmizi &7&orengini sectiniz. 8 saniyede esyaya koyacaginiz ismi yaziniz!" to arg 1
wait 8 second
if {kirmizi.%arg 1%} is greater than 0:
send "&c&lZAMAN ASIMI ALGILANDI TEKRAR DENEYINIZ" to arg 1
set {kirmizi.%arg 1%} to 0
else:
if arg 2 is "mor":
set {mor.%arg 1%} to 1
send "&8&l>> &5&lMor &7&orengini sectiniz. 8 saniyede esyaya koyacaginiz ismi yaziniz!" to arg 1
wait 8 second
if {mor.%arg 1%} is greater than 0:
send "&c&lZAMAN ASIMI ALGILANDI TEKRAR DENEYINIZ" to arg 1
set {mor.%arg 1%} to 0
else:
if arg 2 is "sari":
set {sari.%arg 1%} to 1
send "&8&l>> &6&lSari &7&orengini sectiniz. 8 saniyede esyaya koyacaginiz ismi yaziniz!" to arg 1
wait 8 second
if {sari.%arg 1%} is greater than 0:
send "&c&lZAMAN ASIMI ALGILANDI TEKRAR DENEYINIZ" to arg 1
set {sari.%arg 1%} to 0
else:
if arg 2 is "acikgri":
set {acikgri.%arg 1%} to 1
send "&8&l>> &7&lAcik Gri &7&orengini sectiniz. 8 saniyede esyaya koyacaginiz ismi yaziniz!" to arg 1
wait 8 second
if {acikgri.%arg 1%} is greater than 0:
send "&c&lZAMAN ASIMI ALGILANDI TEKRAR DENEYINIZ" to arg 1
set {acikgri.%arg 1%} to 0
else:
if arg 2 is "gri":
set {gri.%arg 1%} to 1
send "&8&l>> &8&lGri &7&orengini sectiniz. 8 saniyede esyaya koyacaginiz ismi yaziniz!" to arg 1
wait 8 second
if {gri.%arg 1%} is greater than 0:
send "&c&lZAMAN ASIMI ALGILANDI TEKRAR DENEYINIZ" to arg 1
set {gri.%arg 1%} to 0
else:
if arg 2 is "turkuaz":
set {turkuaz.%arg 1%} to 1
send "&8&l>> &9&lTurkuaz &7&orengini sectiniz. 8 saniyede esyaya koyacaginiz ismi yaziniz!" to arg 1
wait 8 second
if {turkuaz.%arg 1%} is greater than 0:
send "&c&lZAMAN ASIMI ALGILANDI TEKRAR DENEYINIZ" to arg 1
set {turkuaz.%arg 1%} to 0