A simple Teleport Request plugin for Endstone Minecraft Bedrock servers.
- Request to teleport to another player (
/tpa) or have them teleport to you (/tpthere). - Accept, deny, or cancel teleport requests.
- Block TPA requests from specific players (
/tpablock) or all players (/tpaallblock). - Automatically accept all TPA requests (
/tpaautoaccept). - Multi-language support (English, Korean).
/tpa <player>: Sends a teleport request to the specified player./tpthere <player>: Sends a request for the specified player to teleport to you./tpaccept <player>: Accepts a pending teleport request./tpdeny <player>: Denies a pending teleport request./tpacancel <player>: Cancels a teleport request you sent to a player./tpablock <player>: Toggles blocking TPA requests from a specific player./tpaallblock: Toggles blocking all incoming TPA requests./tpaautoaccept: Toggles automatically accepting all incoming TPA requests.
tpa.command.tpa: Allows usage of the/tpacommand. (Default: true)tpa.command.tpthere: Allows usage of the/tptherecommand. (Default: true)tpa.command.tpaccept: Allows usage of the/tpacceptcommand. (Default: true)tpa.command.tpdeny: Allows usage of the/tpdenycommand. (Default: true)tpa.command.tpacancel: Allows usage of the/tpacancelcommand. (Default: true)tpa.command.tpablock: Allows usage of the/tpablockcommand. (Default: true)tpa.command.tpaallblock: Allows usage of the/tpaallblockcommand. (Default: true)tpa.command.tpaautoaccept: Allows usage of the/tpaautoacceptcommand. (Default: true)
- Download the latest release from the releases page.
- Place the
.whlfile into your server'spluginsdirectory. - Restart the server.