✏️Configs

Config.yml

cmd-aliases:
  - "etrails"
  - "ptrails"

trail-settings:
  disable-in-pvp: true
  disable-in-pve: true
  # How long the player will be identified as in combat after taking damage
  milliseconds-since-combat: 5000
  disable-in-vanish: true
  disable-on-move: true
  milliseconds-since-move: 1000

  rainbow-update-interval: 5 # higher this number, the slower the rainbow effect will be changing colors

# Store player data in a MySQL database
MySQL:
  enable: false
  host: localhost
  port: 3306
  DBName: ''
  username: root
  password: '123'

#Block eTrails in certain worlds
World:
  enable: false
  worlds:
    - "world1"
    - "world2"

Gui.yml

Messages.yml

trails.yml

Last updated