Skip to content

Configuration

Ethan Pilz edited this page Nov 20, 2023 · 3 revisions

## The default configuation file is as follows:

# XYZ Configuration
# https://github.com/EthanPilz/XYZ/wiki/Configuration

announcement-prefix: "&cINFO "
info-prefix: "&cInfo >> &r"
admin-prefix: "&6[XYZ] "
user-prefix: "&6[XYZ] "

# Should players need to stand still/not be hit before teleporting?
teleporting:
  teleport-delay: true
  delay-seconds: 3
  admin-bypass: true

# This is for the command /xyza relocate (player)
relocate:
  upper-bound: 10000
  lower-bound: 1000

Options

info-prefix

This will change the prefix from the default "&cInfo >> &r" to anything of the users choosing.

This prefix is used when the server goes into a lockdown event, and the plugin will broadcast.

admin-prefix

This will change the prefix from the default "&6[XYZ] " to anything of the users choosing.

This prefix is used when admins are using commands in /xyza

user-prefix

This will change the prefix from the default "&6[XYZ] " to anything of the users choosing.

This prefix is used when users are using regular user commands with /xyz

teleporting

teleport-delay

Require a delay before a teleport, where the player cannot move or take damage.

delay-seconds: 3

The teleport delay time

admin-bypass: true

True if admins can bypass the delay, false if not. Based on if they have xyz.admin

Clone this wiki locally