m3rt_out
Fırında Isıttığım İlk Taş
- Katılım
- 13 Haziran 2021
- Mesajlar
- 78
- Elmaslar
- 48
- Puan
- 6.510
- Minecraft
- m3rt_out
Discord:
mert.out#5427
Nedir bu XGui?
XGui, skript reflect addonudur tarafımca yapılan bir addondur.
Ne işe yarar?
XGui, istediğiniz gibi menü oluşturmanıza yarar.
Nereden indirebilirim?
Gereken eklentiler
Skript
Skript Reflect
Menü oluşturma
Tıklama eylemleri
[uncloseable] close
[close and] run player command "x"
[close and] run console command "x"
[close and] run function "fonksiyon"(player, "selam")
Örnek menü
XGui, skript reflect addonudur tarafımca yapılan bir addondur.
Ne işe yarar?
XGui, istediğiniz gibi menü oluşturmanıza yarar.
Nereden indirebilirim?
Değerli ziyaretçimiz, içeriği görebilmek için
şimdi giriş yapın veya kayıt olun.
Gereken eklentiler
Menü oluşturma
Kod:
create chest inventory 2 rows title "xyz" to player
Tıklama eylemleri
Örnek menü
Kod:
command x:
trigger:
create chest inventory 2 rows title "xyz" to player
set gui player slot of 3,17 item grass named "x" with action uncloseable
set gui player slot of 4 item sand named "y" with action close
set gui player slot of 5 item diamond_sword named "x" with action close and run player command "cmd"
set gui player slot of 6 item iron_sword named "x" with action close and run console command "say hello"
set gui player slot of 7 item wooden_sword with lore "y" with action player command "cmd"
set gui player slot of 8 item golden_sword named "x" with lore "y" with action console command "say hello"
set gui player slot of 9 item golden_sword named "x" with lore "y" with action run function "functionname"(player, "hello")
set gui player slot of 10 item diamond_pickaxe named "x" with lore "y" with action close and run function "functionname"(player, "hello")
set gui player slot of 11 item diamond_pickaxe enchant "Efficiency 3", "Unbreaking 3" named "x" with lore "y"
Ekstra
Kod:
- set {_x} to item slot of %number% from %player%'s virtual (gui|inventory)
- set {_y} to title of %player%'s virtual (gui|inventory)
- close %player%'s virtual (gui|inventory)
- remove item slot of %number% from %player%'s virtual (gui|inventory)
Güncelleme notları (1.2)
- Syntax değiştirildi (not close ----> uncloseable).
- Bazı hatalar çözüldü.
- Menüye büyü desteği eklendi.
Son düzenleme:
