command /vanish []: aliases: v permission: magicvanish.helper trigger: arg 1 is not set: if {magicvanish::%player%} is not set: set {magicvanish::%player%} to false send "&3Pierwszy raz uzywasz tej komendy! wiec pisz jeszcze raz ja!" if {magicvanish::%player%} is false: set {magicvanish::%player%} to true hide player from all players send "&3You are now invisible for all players" stop if {magicvanish::%player%} is true: set {magicvanish::%player%} to false reveal player from all players send "&3You are now visible for all players" stop arg 1 is "build": if {vanish::build::%player%} is not set: set {vanish::build::%player%} to false if {vanish::build::%player%} is false: set {vanish::build::%player%} to true send "&3You are now allow build in vanish" if {vanish::build::%player%} is true: set {vanish::build::%player%} to false send "&3You are now not allow build in vanish" arg 1 is "chat": if {vanish::chat::%player%} is not set: set {vanish::chat::%player%} to false if {vanish::chat::%player%} is false: set {vanish::chat::%player%} to true send "&3You are now allow chatting in vanish" if {vanish::chat::%player%} is true: set {vanish::chat::%player%} to false send "&3You are now not allow chatting in vanish" arg 1 is "use": if {vanish::use::%player%} is not set: set {vanish::use::%player%} to false if {vanish::use::%player%} is false: set {vanish::use::%player%} to true send "&3You are now allow use in vanish" if {vanish::use::%player%} is true: set {vanish::use::%player%} to false send "&3You are now not allow use in vanish" on place: if {magicvanish::%player%} is true: if {vanish::build::%player%} is false: cancel event send "&3You are in vanish mode!" on rightclick on chest: if {magicvanish::%player%} is true: if {vanish::use::%player%} is false: cancel event send "&3You are in vanish mode!" on chat: if {magicvanish::%player%} is true: if {vanish::chat::%player%} is false: cancel event send "&3You are in vanish mode!" on join: loop all players: if {magicvanish::%loop-player%} is true: hide loop-player from player # Author: MrJanek / JanekMaSkrypta_ # Version: 1.0 # Required addons: WildSkript, SkQuery