Skip to content

Hackables

Thijs Boom edited this page Nov 6, 2020 · 2 revisions

You can hack some things in this datapack, here's how!

Overworld Spawn

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).

How to hack this

  1. Be sure to have the latest version downloaded (you'll have to edit files, you cannot do this within Minecraft)
  2. Navigate to endtp-v{version}/data/endtp/functions
  3. Open the file tpoverworld.mcfunction
  4. Find the first command, the first row. It'll end in tp @s 0 100 0.
  5. Edit the coordinates to your worldspawn. (E.g. tp @s 69 100 420.)

End Spawn

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).

How to hack this

  1. Be sure to have the latest version downloaded (you'll have to edit files, you cannot do this within Minecraft)
  2. Navigate to endtp-v{version}/data/endtp/functions
  3. Open the file tpend.mcfunction
  4. Find the first command, the first row. It'll end in tp @s 100 49 0.
  5. Edit the coordinates to your end spawn point. (E.g. tp @s 69 100 420.)

Important

  • 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!
Clone this wiki locally