This is a read-only snapshot of the ComputerCraft forums, taken in April 2020.
Pyrif's profile picture

Help with Commands (Non-CC)

Started by Pyrif, 03 July 2015 - 02:32 AM
Pyrif #1
Posted 03 July 2015 - 04:32 AM
Okay, so I'm having a bit of problems with my commands, and I have no idea how to fix it. The project I'm working on, I need the player to only be able to look forward and only move in two dimensions. Every step, I run:

/effect @a[score_2E_min=1] jump_boost 1 2 true
/tp @a[score_2E_min=1] ~ ~ 5 180 0
But whenever I run it with the jump boost, it totally glitches out and I can't jump or else I get teleported to where I started jumping! Please help!
Alice #2
Posted 03 July 2015 - 05:36 AM
You should at least specify that this is Minecraft. "Non-CC" made me think command line Lua commands. You can also try here.
Pyrif #3
Posted 03 July 2015 - 06:01 AM
You should at least specify that this is Minecraft. "Non-CC" made me think command line Lua commands. You can also try here.
Thanks, Alice!