• This site uses cookies. By continuing to use this site, you are agreeing to our use of cookies. Learn more.
  • Minecraft 1.16.220 Update + Bug/Crash Fixes
    Added MCPE 1.16.220 version and fixed crashes for multiple plugins. You can view the full changelist here.
  • Forum Updates - 4/11/2021
    Various changes have been made to the forums and a few categories. You can view the full changelist here.

Simple Vanish Code!

Warning!
Hello , there have been no replies in this thread for more than 30 days.
Please make sure you have a valid reason before you reply to this thread or you may face moderation action.
#1
Here Is A Simple Vanish Code I Made Hope You Enjoy!

cmd create vanish
cmd add vanish if varset(%args%[1]) then goto 4
cmd add vanish message %p% [tip]: type /vanish <on/off>
cmd add vanish exit
cmd add vanish # options
cmd add vanish if %args%[1] = \"on\" then goto 7
cmd add vanish if %args%[1] = \"off\" then goto 11
cmd add vanish # on
cmd add vanish /effect %p% invisibility 9999 255 true
cmd add vanish exit
cmd add vanish # off
cmd add vanish /effect %p% clear
cmd add vanish exit