Teleport to several places with a 1 minute delay between teleports.
Greetings people of the world. 🙃
Minecraft Java | 1.21.4 | Vanilla | Server
What would be the proper commands to have within a datapack function to have a player teleport to several places in a sequence with a 1 minute delay between teleports.
Example:
teleport same player to place A;
1 minute delay;
teleport same player to place B;
1 minute delay;
teleport same player to place C;
... and so on.
Note 1: The command is just for me (server owner/admin).
The function should just start teleporting me between places. Once it starts it should run thru all places until the last one.
Note 2: I want to make sure player bases region files update so I can trim the rest to allow for new features. The server is almost 6 years and running the same world map. Player builds need to stay intact.
Thank you in advance for input and steering in the right direction.
4 Replies
Thanks for asking your question!
Make sure to provide as much helpful information as possible such as logs/what you tried and what your exact issue is
Make sure to mark solved when issue is solved!!!
/close
!close
!solved
!answered
Requested by neoelder#0
most trim plugins do it based on inhabited time
aka how long people have spent in a chunk
The thing is I want to use a datapack.
So I don't have to rely on external plugins.
datapack cant trim the world
i was talking about note 2 sorry for not specifying