Skip to content
This repository was archived by the owner on Dec 15, 2024. It is now read-only.

Configuration

Turtley12 edited this page Jan 11, 2021 · 1 revision

Below is the config file found at /plugins/TurtleJoin/config.yml. In addition to setting where it teleport players, you can also disable the teleportation and set the time for the teleport delay.

If you make changes to the config file you can use /turtlejoin reload to reload the file into memory. If that does not work you can also restart the server to reload the config file.

#########################################
# TurtleJoin Java Version               #
#########################################


#Whether the plugin teleports players
enabled: true


#define location of teleport
teleport:
  #world is a string, must match the name of world folder
  world: ""
  #cordinates to teleport to in above world
  x:
  y:
  z:
  #direction and pitch player will be facing.
  #If left blank value will be 0
  yaw:
  pitch:

#time after last login in seconds before plugin teleports player on join
#for example, 1 hour is 3600 seconds
teleport_delay: 3600

Clone this wiki locally