• 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.

better /up

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
Originally by: KingOfTurkey

Edits: Places glass block below you like on pc, uses move instead of tp so it doesn't spam chat of others with tp messages

Code:
cmd edit up 2 let %y1% = %args%[1]
cmd edit up 3 if %y1% = 0 then exit
cmd edit up 4 let %yy% = %y%
cmd edit up 5 let %yyy% = %yy% + %y1%
cmd edit up 6 move %p% %level% %x% %yyy% %z%
cmd edit up 7 let %set% = %yyy% - 1
cmd edit up 8 block %level% %x% %set% %z% glass
cmd edit up 10 move %p% %level% %x% %yyy% %z%
cmd edit up 11 exit