tpwand is a Minecraft Bedrock add-on for multi-player games or Bedrock servers to make player teleporting more convenient.
It can be used as part of the normal Minecraft Bedrock client or as part of the Minecraft Bedrock Dedicated Server.
A demonstration of the features can be seen at https://youtu.be/TatywdgBI-8
A user interface allowing you to:
- Teleport to another players location by selecting their name.
- Teleport to locations previously created by yourself.
- Teleport to well known locations as previously created by an admin.
- Teleport to the current world spawn point.
- User UI for in game configuration of named locations.
- Admin only UI for in game configuration of well known locations.
See instructions for further details of how to install and use the add-on.
From a command prompt/terminal browse to the repository and run:
npm install
npm run mcaddon
The add-on should be generated as dist/packages/tpwand.mcaddon
Note: On Windows, you might need to run the following command under PowerShell in the repository directory before the NPM steps:
Set-ExecutionPolicy -Scope Process -ExecutionPolicy Bypass
The infrastructure to build/deploy this add-on was taken from Microsoft's minecraft-scripting-samples and so the instructions for it may be used here as well.
Specifically you can also run the following command to on Windows to have the add-on build and deliver to your Minecraft client:
npm run local-deploy
This is a better option than creating and installing the mcaddon file directly if you plan to be developing with it as it will update the add-on. If you're going to do this and have already installed the add-on using the mcaddon file then you may want to remove that from your Minecraft client first before using the local deploy.