Öncelikle Merhaba;
Ben Muscing;
Bugün sizlere daha doğrusu bir araya toplayıp editlediğim bir skripti sunacağım.
Bu skripti çoğu kişi arıyordu saten.
Anlatmak gerekirse konu başlığındada görüldüğü gibi
Kırdığın lapis miktarı ve Kazmanın kalan canını göstermektedir.
Kod;
Iyi Forumlar
Ben Muscing;
Bugün sizlere daha doğrusu bir araya toplayıp editlediğim bir skripti sunacağım.
Bu skripti çoğu kişi arıyordu saten.
Anlatmak gerekirse konu başlığındada görüldüğü gibi
Kırdığın lapis miktarı ve Kazmanın kalan canını göstermektedir.
Kod;
PHP:
#Burayı Ellemeyin!
#Otomatik Olarak Oyuncuyu Set 0' olarak Kaydediyor.
#Bunu Ellerseniz Kazmada Kırılan Lapis Sayısı : <none>
#Şeklinde Yazar.
#
#Kazma Sistemi
#Can ve Kırdığın Lapisi Göstermektedir.
On Join:
if {Kirdi.%Player%} is not set:
Set {Kirdi.%Player%} To 0
on click with a diamond tools:
set {_lore} to (1561-durability of player's tool)
Set the player's tool's display name to "&8&l&m-----[&f &6&lC&b&lF &8&l&m]-----&f &a> &8&l[&c* &a%{_lore}% &c&l*&8&l] &a<"
on click with a iron tools:
set {_lore} to (250-durability of player's tool)
Set the player's tool's display name to "&8&l&m-----[&f &6&lC&b&lF &8&l&m]-----&f &a> &8&l[&c* &a%{_lore}% &c&l*&8&l] &a<"
on click with a wooden tools:
set {_lore} to (59-durability of player's tool)
Set the player's tool's display name to "&8&l&m-----[&f &6&lC&b&lF &8&l&m]-----&f &a> &8&l[&c* &a%{_lore}% &c&l*&8&l] &a<"
on click with a stone tools:
set {_lore} to (131-durability of player's tool)
Set the player's tool's display name to "&8&l&m-----[&f &6&lC&b&lF &8&l&m]-----&f &a> &8&l[&c* &a%{_lore}% &c&l*&8&l] &a<"
on click with a golden tools:
set {_lore} to (32-durability of player's tool)
Set the player's tool's display name to "&8&l&m-----[&f &6&lC&b&lF &8&l&m]-----&f &a> &8&l[&c* &a%{_lore}% &c&l*&8&l] &a<"
on click with a pickaxe:
set {_lore} to (1561-durability of player's tool)
Set the player's tool's lore to "&7Kırılan &3Lapis &8> &b%{Kirdi.%Player%}%
Iyi Forumlar