command /v []: aliases: vanish permission: Citrine.Vanish permission message: &8[&6Citrine &aVanish&8] &f>> &cNie masz uprawnien do Citrine Vanish! trigger: if {VanishC::%player%} is false: set {VanishC::%player%} to true set player's flight mode to true send "&8[&6Citrine &aVanish&8] &f>> Jesteś obecnie niewidzialny!" loop all players: if loop-players don't have permission "Citrine.see": add loop-player to {Lista::*} hide player from {Lista::*} stop if {VanishC::%player%} is true: set player's flight mode to false set {VanishC::%player%} to false send "&8[&6Citrine &aVanish&8] &f>> Jesteś już widoczny!" reveal player to all players stop on pickup: if {VanishC::%player%} is true: cancel event on damage: if {VanishC::%attacker%} is true: cancel event send "&8[&6Citrine &aVanish&8] &f>> Nie możesz bić jak jesteś niewidzialny!" to attacker