Staff++
latest
latest
  • Staff++
  • General information
    • Quick start
    • Reload Configuration
    • Multi Server Setup
    • General Configuration
    • Other
      • Text parsing
      • Styling the GUIs
        • Gui structure
        • Selectors
      • Configuring command hooks
  • Permissions & Commands
    • Commands
    • Permissions
      • Legacy permissions
  • Features
    • Alerts
      • X-Ray
    • Alt account detection
    • Authentication
    • Banning
      • IP Banning
        • Messages
      • Fixed Ban Reason
      • Templates
    • Blacklist
    • Broadcasting
    • Chat module
    • Chest/Inventory Interaction
    • Command detection
    • Examine players
    • Freezing
      • Command hooks
      • Luckperms integration
      • Chat channels
    • Infractions
    • Investigate
      • Command hooks
    • Join messages
    • Player IPs
    • Kicking
    • Muting
      • Appealing
    • Protection
    • Player information
    • Player notes
    • Reporting
      • Command hooks
      • Messages
      • Finding reports
      • Report types & Reasons
      • Chat channels
    • Staff Chat
    • Staff Mode
      • Multiple modes
      • Staff Modules
      • Custom Staff Modules
        • State dependent modules
      • Command hooks
      • Luckperms integration
    • Staff Locations
    • Teleporting
    • Vanish
      • Luckperms integration
    • Warnings
      • Quick start
      • Severity levels
      • Thresholds
      • Actions (punishments)
      • Appealing
      • Warning workflow
  • Web Platform
    • Register Players
    • Setup Web Platform
    • Architecture
  • Integrations
    • Discord Integration
      • Staff Chat
      • Template Packs
      • Customize Discord Templates
    • Trello Integration
    • PAPI expansion
      • PAPI Examples
  • Migration guides
    • Staff+ migration guide
    • Migrating to >=V1.16.43
    • Upgrading Discord Integration to 1.16.51
  • Developers
    • API guide
Powered by GitBook
On this page
  • Locations
  • Commands:
  • Teleport a player to a location:
  • Teleport yourself to a player:
  • Teleport a player to your location:
  • Teleport a player back to his original location:

Was this helpful?

  1. Features

Teleporting

Staff++ introduces new teleport commands. These very basic commands can be used to teleport yourself or other players.

Locations

You can specify predefined locations inside the configuration file. This allows you to teleport yourself or other players to this location. Make sure the following section is present in your configuration file:

############################################################
# +------------------------------------------------------+ #
# |                       Locations                        | #
# +------------------------------------------------------+ #
############################################################
# Used to predefine certain locations in the world which can be used in other commands
# Type in the location identifier and location using format: x;y;z
# ex. config
# locations:
#     spawn: 14;45;62;world
# ex. /freeze myplayer -Tspawn
# This will freeze the player and teleport him to spawn location.
locations:

You can define multiple locations underneath the locations section. Example:

locations:
     spawn: 14;45;62;world
     jail: 58;789;70;world_nether

Commands:

Teleport a player to a location:

The teleportToLocation command can also be used as an argument -T to enhance other commands.

/teleportToLocation thatplayer spawn

Teleport yourself to a player:

/teleportToPlayer thatplayer

Teleport a player to your location:

/teleportHere thatplayer

Teleport a player back to his original location:

This only works if the player has been teleported at least ones before. Previous locations are lost when the server restarts.

/teleportBack thatplayer
PreviousStaff LocationsNextVanish

Last updated 4 years ago

Was this helpful?