View difference between Paste ID: 0Ea5DH81 and hPgD3H6N
SHOW: | | - or go back to the newest paste.
1
variables:
2
        {v.%player%} = false
3
command /v:
4
        permission:cube.v
5
        aliases:vanish
6
        trigger:
7
                if {v.%player%} is false:
8
                        set {v.%player%} to true
9
                        apply INVISIBILITY 1 to the player for 9999 seconds
10
                        strike lightning effect at the player
11-
                        send "&cGracz &e&l%player% &cwłączył Vanish!" to all ops
11+
                        send "&b%player%さんはVanishを有効にしました" to all ops
12
                else:
13
                        set {v.%player%} to false
14
                        remove invisibility from the player
15
                        strike lightning effect at the player
16-
                        send "&cGracz &e&l%player% &cwyłączył Vanisha!" to all ops
16+
                        send "&e%player%さんはVanishを無効にしました" to all ops