- Katılım
- 10 Şubat 2018
- Mesajlar
- 370
- Çözümler
- 1
- Elmaslar
- 210
- Puan
- 14.195
- Konum
- AYDIN / DİDİM
- Discord İzni

- Minecraft
- OnlyDarknesss
Discord:
OnlyDarknesss#0932
[CODE title="level"]command /xpmarket [<text>]:
aliases: /xpset
trigger:
if arg 1 is not set:
wait 2 tick
open chest with 2 rows named "XP Market" to player
wait 2 tick
format slot 0 of player with 1 glass named "&7&lxp set" with lore "&a10&7&l29 xp" to close then run [execute player command "xp set"]
format slot 1 of player with 1 glass named "&7&lxp set" with lore "&a10&7&l29 xp" to close then run [execute player command "xp set"]
format slot 2 of player with 1 glass named "&7&lxp set" with lore "&a10&7&l29 xp" to close then run [execute player command "xp set"]
format slot 3 of player with 1 glass named "&7&lxp set" with lore "&a10&7&l29 xp" to close then run [execute player command "xp set"]
format slot 4 of player with 1 glass named "&7&lxp set" with lore "&a10&7&l29 xp" to close then run [execute player command "xp set"]
format slot 5 of player with 1 glass named "&7&lxp set" with lore "&a10&7&l29 xp" to close then run [execute player command "xp set"]
format slot 6 of player with 1 glass named "&7&lxp set" with lore "&a10&7&l29 xp" to close then run [execute player command "xp set"]
format slot 7 of player with 1 glass named "&7&lxp set" with lore "&a10&7&l29 xp" to close then run [execute player command "xp set"]
else:
if arg-1 is "xpset":
player's level is greater than 29:
give 1 310 of protection 5 named "&bXP &eSET" to player
give 1 311 of protection 5 named "&bXP &eSET" to player
give 1 312 of protection 5 named "&bXP &eSET" to player
give 1 313 of protection 5 named "&bXP &eSET" to player
send "satın aldın" to player
remove 29 from player'S level
else:
send "yetersiz level" to player[/CODE]
deneme amaçlı format slotların hepsine aynı yazdım ondan kaynaklı oluyor olabilirmi.?
aliases: /xpset
trigger:
if arg 1 is not set:
wait 2 tick
open chest with 2 rows named "XP Market" to player
wait 2 tick
format slot 0 of player with 1 glass named "&7&lxp set" with lore "&a10&7&l29 xp" to close then run [execute player command "xp set"]
format slot 1 of player with 1 glass named "&7&lxp set" with lore "&a10&7&l29 xp" to close then run [execute player command "xp set"]
format slot 2 of player with 1 glass named "&7&lxp set" with lore "&a10&7&l29 xp" to close then run [execute player command "xp set"]
format slot 3 of player with 1 glass named "&7&lxp set" with lore "&a10&7&l29 xp" to close then run [execute player command "xp set"]
format slot 4 of player with 1 glass named "&7&lxp set" with lore "&a10&7&l29 xp" to close then run [execute player command "xp set"]
format slot 5 of player with 1 glass named "&7&lxp set" with lore "&a10&7&l29 xp" to close then run [execute player command "xp set"]
format slot 6 of player with 1 glass named "&7&lxp set" with lore "&a10&7&l29 xp" to close then run [execute player command "xp set"]
format slot 7 of player with 1 glass named "&7&lxp set" with lore "&a10&7&l29 xp" to close then run [execute player command "xp set"]
else:
if arg-1 is "xpset":
player's level is greater than 29:
give 1 310 of protection 5 named "&bXP &eSET" to player
give 1 311 of protection 5 named "&bXP &eSET" to player
give 1 312 of protection 5 named "&bXP &eSET" to player
give 1 313 of protection 5 named "&bXP &eSET" to player
send "satın aldın" to player
remove 29 from player'S level
else:
send "yetersiz level" to player[/CODE]
deneme amaçlı format slotların hepsine aynı yazdım ondan kaynaklı oluyor olabilirmi.?