Jump to content

[1.15.2] Saving player position data


QuantumSoul

Recommended Posts

Hi,

I need to save player coordinates when they teleport into my dimension so I can use them to send them back.

I have two questions:

1. Should I save the data in the player or the world ?

2. What data saving should I use, Capabilities, World Saved Data or another one ?

 

Thanks in advance

Edited by QuantumSoul
Link to comment
Share on other sites

You should try to use Capabilities if possible. Personally, I would associate that data with the world/dimension, considering the following scenario:

  • The player switches dimensions
  • The dimension gets deleted, for some reason
    • If the position was stored with the player, the player might die upon switching back
    • If the position was stored with the dimension, you can treat it as if it is the first time any switching occured

Have you ever want the new operator to return a type that you didn't ask for? Well, now you can!

Link to comment
Share on other sites

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.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Announcements



×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.