Epistomoloji
Lapis Toplayıcısı
- En iyi cevaplar
- 0
Merhaba arkadaşlar. İlk skriptim olan Selam Sopası'nı paylaşıyorum.
on join:
(tab)give a stick named "&6Selam Sopası" with lore "&aSağ tıklayarak selam verirsiniz." to player
(tab)set {selam.%player%} to 1
on rightclick with a stick:
(tab)if player is holding stick named "&6Selam Sopası" with lore "&aSağ tıklayarak selam verirsiniz.":
(tab)(tab)if {selam.%player%} is 1:
(tab)(tab)(tab)broadcast "&a%player% : &3Selamın aleyküm."
(tab)(tab)(tab)set {selam.%player%} to 0
(tab)(tab)(tab)wait 30 minutes
(tab)(tab)(tab)set {selam.%player%} to 1
on join:
(tab)give a stick named "&6Selam Sopası" with lore "&aSağ tıklayarak selam verirsiniz." to player
(tab)set {selam.%player%} to 1
on rightclick with a stick:
(tab)if player is holding stick named "&6Selam Sopası" with lore "&aSağ tıklayarak selam verirsiniz.":
(tab)(tab)if {selam.%player%} is 1:
(tab)(tab)(tab)broadcast "&a%player% : &3Selamın aleyküm."
(tab)(tab)(tab)set {selam.%player%} to 0
(tab)(tab)(tab)wait 30 minutes
(tab)(tab)(tab)set {selam.%player%} to 1
Son düzenleme: