General settings
Next, I will present each feature of the general configuration. This configuration is available in the config.yml file.
update_config:
  notify: true
  auto_update:
    enabled: true
    check_interval: 6h
    restart:
      enabled: true
      only_on_start: true
  update_configs: true
  update_messages: true
  update_permissions: truelang: es-ESreplaced_messages:
  console: "&bConsola"commands_alias:
  - dt
  - teleportRemember to restart your server after adding or removing an alias for the changes to take effect.
database:
  type: localhost
  address: 00.00.000
  port: 3306
  database: DeluxeTeleport
  username: user
  password: 'password'
  table_name: deluxeteleport_Please note that when making changes to the database configuration, it is important to restart the server for the changes to take effect.
teleport_on_join:
  enabled: false
  destination_place_settings:
    destination_place: Spawn
    destination: world
  teleport_conditions:
    conditions: []  
  teleport_actions:
    actions: []teleport_on_join:  
  only_first_join:
    enabled: true
    destination_place_settings:
      destination_place: Spawn
      destination: world
    teleport_conditions:
      conditions: []  
    teleport_actions:
      actions: []teleport_on_void:
  enabled: false
  ignored_worlds:
    - IgnoredWorld
  destination_place_settings:
    destination_place: Spawn
    destination: world
  teleport_conditions:
    conditions: []  
  teleport_actions:
    actions: []teleport_on_respawn:
  enabled: true
  ignored_worlds:
    - IgnoredWorld
  ignore_bed: false
  destination_place_settings:
    destination_place: Spawn
    destination: world
  teleport_conditions:
    conditions: []  
  teleport_actions:
    actions: [] Last updated
Was this helpful?