options: {itemy.g.%player%} = false command /itemymam: trigger: if player has 64 tnt and 64 stone and 64 diamond and 64 iron ingot and 64 gold ingot and 64 emerald ingot: remove 64 tnt and 64 stone and 64 diamond and 64 iron ingot and 64 gold ingot and 64 emerald ingot from player set {itemy.g.%player%} to true else: send "&8[&cMc&4PvP&8] &7Nie masz odpowiednich przedmiotow aby zalozyc gildie! Wpisz /itemy gracz aby zobaczyc potrzebne Ci itemy." to player stop on command "/f create": if {itemy.g.%player%} is false: cancel event stop if {itemy.g.%player%} is true: uncancel event on first join: set {itemy.g} to false command /itemy []: trigger: if arg 1 is not set: send "&4Uzyj: &2/itemy (gracz/vip)" if arg 1 is "gracz": send "&2--------&8[&6ItemyGracz&8]&2--------" send "&eAby zalozyc gildie potrzebujesz:" send "&3TnT &7- &ax64" send "&3Kamien &7- &ax64" send "&3Diament &7- &ax64" send "&3Zelazo &7- &ax64" send "&3Zloto &7- &ax64" send "&3Emerald &7- &ax64" send "&eJezeli masz ity i chcesz zalozyc gildie wpisz /itemymam" send "&2--------&8[&6ItemyGracz&8]&2--------" if arg 1 is "vip": if player has permission "itemy.vip": send "&2--------&8[&6ItemyVIP&8]&2--------" send "&eAby zalozyc gildie potrzebujesz:" send "&3TnT &7- &ax32" send "&3Kamien &7- &ax32" send "&3Diament &7- &ax32" send "&3Zelazo &7- &ax32" send "&3Zloto &7- &ax32" send "&3Emerald &7- &ax32" send "&eJezeli masz ity i chcesz zalozyc gildie wpisz /itemymamvip" send "&2--------&8[&6ItemyVIP&8]&2--------" command /itemymamvip: trigger: if player has 32 tnt and 32 stone and 32 diamond and 32 iron ingot and 32 gold ingot and 32 emerald ingot: if player has permission "itemymam.vip": remove 32 tnt and 32 stone and 32 diamond and 32 iron ingot and 32 gold ingot and 32 emerald ingot from player set {itemy.g.%player%} to true else: send "&8[&cMc&4PvP&8] &7Nie masz odpowiednich przedmiotow aby zalozyc gildie! Wpisz /itemy vip aby zobaczyc potrzebne Ci itemy." to player stop