Configuration

Description

This page contains the default config.yml.

Default config file

#
# if you have any questions or suggestions, please do not hesitate and
# join our discord: https://dsc.gg/crownplugins
# we are there to assist you
#

# toggle the update reminder when joining (only players with permission see the reminder)
update-reminder: true
debug-mode: false

teleport:
  delay: 5 # this is the teleport delay in s
  message-type: bossbar # message type: bossbar, actionbar

# these are case sensitive
instant-teleport:
  always: false # set this to true if you don't want to use the teleport animation, also players in gmc will always be teleported without the animation
  worlds: [] # players in these worlds will be teleported without a delay
  regions: [] # players in these regions will be teleported without a delay

cooldown:
  message: 0 # cooldown before being able to send another chat message in milliseconds
  command: 0 # cooldown before being able to send another command in milliseconds

# set the language default for number formatting. EX: en-US -> 10,000.00
number-formatting: "en_US"

time-formats:
  default: "hh:mm:ss" # the default format to use when nothing else is specified
  teleportation: "ss.t" # the format for the teleportation messages

Last updated