Advertisement
kjfalkeiae

Untitled

Jul 18th, 2018
107
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  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 "&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 "&e%player%さんはVanishを無効にしました" to all ops
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement