Posted January 7, 20196 yr I'm new to Forge and I am finding the documentation rather lackluster... 1) Is there a better source for Forge information, functions, etc? 2) I am trying to make an easy to use teleportation command. I am able to teleport the player to another dimension, and at any coordiantes I choose, however I cannot figure out how to get another players coordinates and teleport the user to the player. Any help would be greatly appreciated!
January 7, 20196 yr 19 hours ago, Darkloud89 said: I'm new to Forge and I am finding the documentation rather lackluster... 1) Is there a better source for Forge information, functions, etc? 2) I am trying to make an easy to use teleportation command. I am able to teleport the player to another dimension, and at any coordiantes I choose, however I cannot figure out how to get another players coordinates and teleport the user to the player. Any help would be greatly appreciated! I would start to dig in: net.minecraft.server.MinecraftServer; This object has a MinecraftServer#getplayerList() //Ps: just dont use it on the client side
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.