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

BLOCK commands /tpahere and /tpaccept from survival to creative

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
Simple commands for serversecond with survival and creative world's
Let player use tpaccept and tpahere on every world except on creative world's

# ■■■CMD list tpaccept
cmd create tpaccept
cmd add tpaccept %level% = "plots" th en message %p% [Info] You can't use this command in Plots!
cmd add tpaccept if %level% = "plots" then exit
cmd add tpaccept let %command% = join(%args%[1+], " ")
cmd add tpaccept /tpaccept %command%

# ■■■CMD list tpahere
cmd create tpahere
cmd add tpahere %level% = "plots" then message %p% [Info] You can't use this command in Plots!
cmd add tpahere if %level% = "plots" then exit
cmd add tpahere let %command% = join(%args% [1+], " ")
cmd add tpahere /tpahere %command%