Started by
plaxus
on
Topic category: Help with Minecraft modding (Java Edition)
I'm pretty confused about how this element editor works.
Just to get the grips, I thought I would make something as simple as setting a player's x,y,z to 0,0,0 (or at least 0x 0y, z aligned to ground) as they log into the server. Is there a small example of this being done? I'm a hardcore programmer, and I can't even figure this out. But I'd rather not touch java today...
I don't exactly see what I am supposed to be doing in the procedure editor.
This is what I have, but I can't even tell if its legal.
Edited by plaxus on Tue, 05/14/2019 - 08:17
Coordinates 0, 0, z are not your spawn coordinates and this would most likely teleport players to some random place. What does happen at the moment if you run this procedure?