- Tested Minecraft Versions:
- 1.11
- 1.12
Module: bungeeSuite Teleports
This plugin is part of BungeeSuite. It handles player teleportation and allows for the features listed below
BungeeSuite is the core library for the different modules that are available for download and use by the SpigotMc community. With the core being located on the BungeeCord proxy and this module (BungeeSuite Spawn) being placed onto the Spigot servers there are features added which are explained below.
Features
- Direct teleport to another player
- Teleport to coordinates
- Teleport accepting and denying
- Request to teleport to a player
- Request a player to teleport to you
- Toggling of teleport requests
- Teleport to the highest block at your location
Requirements
- BungeeSuite Core setup on the proxy
Installation
- Place BungeeSuite Teleports into your Spigot server plugins folder
- Start and then stop the Spigot server
- Provide the appropriate permissions for the players
- If necessary adjust the configuration
- Installation is complete
Commands and Permissions
Code (Text):tp:
description: Teleports a player to another player or location (use ~ for relative coordinates when not switching worlds)
permission: bungeeSuite.teleports.command.tp
permission-message: §cYou do not have permission for this command
usage: |
/tp (player)
/tp (player) (player)
/tp (x) (y) (z) [world]
/tp (player) (x) (y) (z) [world]
/tp (player) (x) (y) (z) [world] [server]
/tp (server) (world) (x) (y) (z)
tppos:
description: Teleports a player to a specific location (use ~ for relative coordinates when not switching worlds)
permission: bungeeSuite.teleports.command.tppos
permission-message: §cYou do not have permission for this command
usage: |
/tppos (x) (y) (z) [world]
/tppos (x) (y) (z) (yaw) (pitch) [world] [server]
/tppos (player) (x) (y) (z) [world]
/tppos (player) (x) (y) (z) (yaw) (pitch) [world] [server]
tphere:
description: Teleports a player to you
permission: bungeeSuite.teleports.command.tphere
permission-message: §cYou do not have permission for this command
usage: /tphere (player)
tpahere:
description: Requests a player teleport to you
permission: bungeeSuite.teleports.command.tpahere
permission-message: §cYou do not have permission for this command
usage: /tpahere (player)
tpall:
description: Requests all players teleport to you
permission: bungeeSuite.teleports.command.tpall
permission-message: §cYou do not have permission for this command
usage: |
/tpall
/tpall (player)
tpa:
description: Sends a teleport request to a player
permission: bungeeSuite.teleports.command.tpa
permission-message: §cYou do not have permission for this command
usage: /tpa (player)
tpaccept:
description: Accepts a players teleport request
permission: bungeeSuite.teleports.command.tpaccept
permission-message: §cYou do not have permission for this command
usage: /tpaccept
tpdeny:
description: Denies a teleport request
permission: bungeeSuite.teleports.command.tpdeny
permission-message: §cYou do not have permission for this command
usage: /tpdeny
back:
description: Sends you back to your last death or teleport location
permission: bungeeSuite.teleports.command.back
permission-message: §cYou do not have permission for this command
usage: /back
tptoggle:
description: Toggles the receiving of tp requests
permission: bungeeSuite.teleports.command.tptoggle
permission-message: §cYou do not have permission for this command
usage: /tptoggle
top:
description: Teleport to the highest block at your current position.
permission: bungeeSuite.teleports.command.top
permission-message: §cYou do not have permission for this command
usage: /top
Code (Text):bungeeSuite.teleports.*:
description: Gives access to all bungeeSuiteTeleport commands
default: op
children:
bungeeSuite.teleports.admin: true
bungeeSuite.teleports.admin:
description: Gives access to all bungeeSuiteTeleport admin commands
children:
bungeeSuite.teleports.vip: true
bungeeSuite.teleports.command.tp: true
bungeeSuite.teleports.command.tphere: true
bungeeSuite.teleports.command.tpall: true
bungeeSuite.teleports.tp.silent: true
bungeeSuite.teleports.tp.bypass: true
bungeeSuite.teleports.vip:
decsription: Gives access to all bungeeSuiteTeleport vip commands
children:
bungeeSuite.teleports.command.tptoggle: true
bungeeSuite.teleports.command.top: true
bungeeSuite.teleports.back.*: true
bungeeSuite.teleports.user: true
bungeeSuite.teleports.user:
description: Gives access to all bungeeSuiteTeleport user commands
children:
bungeeSuite.teleports.command.tpahere: true
bungeeSuite.teleports.command.tpa: true
bungeeSuite.teleports.command.tpaccept: true
bungeeSuite.teleports.command.tpdeny: true
bungeeSuite.teleports.back.*:
description: Gives full access to the back command
children:
bungeeSuite.teleports.command.back: true
bungeeSuite.teleports.back.death: true
bungeeSuite.teleports.back.teleport: true
bungeeSuite.teleports.back.death:
description: Gives access to /back for death points
bungeeSuite.teleports.back.teleport:
description: Gives access to /back for teleports
bungeeSuite.teleports.tp.silent:
description: Does not send a teleport message to the player you teleported to
bungeeSuite.teleports.tp.bypass:
description: Ability to bypass the tptoggle using /tp and this permission
bungeeSuite.teleports.bypass.delay:
description: Ability to bypass the delay before the actual teleport
worldguard.teleports.allregions:
description: Ability to teleport to all worldguarded regions bypassing any NoEntry flag in blocked_cmds

BungeeSuite Teleports BungeeSuite PRE v1.0b-01
Teleport Module for BungeeSuite V3
Recent Updates
- BungeeSuite Teleports. PRE Build v1.0b-01 Nov 7, 2017
- BungeeSuiteTeleports Build#19 Oct 14, 2013
- BungeeSuiteTeleports Build#19 Oct 14, 2013