-
Notifications
You must be signed in to change notification settings - Fork 0
Hackables
Thijs Boom edited this page Nov 6, 2020
·
2 revisions
You can hack some things in this datapack, here's how!
Since as a spectator you cannot set your spawn point, it'll be worldspawn. However, since the worldspawn differs from world to world, we've set the datapack to teleport you to (0, 100, 0).
- Be sure to have the latest version downloaded (you'll have to edit files, you cannot do this within Minecraft)
- Navigate to
endtp-v{version}/data/endtp/functions
- Open the file
tpoverworld.mcfunction
- Find the first command, the first row. It'll end in
tp @s 0 100 0
. - Edit the coordinates to your worldspawn. (E.g.
tp @s 69 100 420
.)
The Obsidian platform is always located at the same coordinates, but you might have changed the end spawn (or you just want to teleport to a different location in the end).
- Be sure to have the latest version downloaded (you'll have to edit files, you cannot do this within Minecraft)
- Navigate to
endtp-v{version}/data/endtp/functions
- Open the file
tpend.mcfunction
- Find the first command, the first row. It'll end in
tp @s 100 49 0
. - Edit the coordinates to your end spawn point. (E.g.
tp @s 69 100 420
.)
- Be sure to not edit anything else, as it might break the datapack!
- This doesn't change the spawnpoints! If you die / go through a portal, you'll go to a different location!