These comments are not in the actual settings.yml file; that's why they are shown here.

License-Key: "ENTER YOUR LICENSE KEY HERE"
License-Provider: Zeltuv
# ===============================
# Optimization Settings
# ===============================
optimization-settings:
  ticker-max-pool-size: 4
  save-to-database-rate: 15
# ===============================
# Database Settings
# ===============================
database-settings:
  database-type: SQLite
  mysql:
    host: localhost
    username: root
    password: password
    database: neospawner
    port: 3306
    max-pool: 20
    use-ssl: false
# ===============================
# Spawner Settings
# ===============================
spawner-settings:
  spawner-item:
    display-name: '%spawner_color%%small_caps_spawner% sᴘᴀᴡɴᴇʀ'
    lore:
    - '&7'
    - '&7Place this spawner!'
    type: SPAWNER
  spawner-activation-radius: 5
  convert-natural-spawners: false
  require-silktouch-to-break: true
  anti-explosion: true
  include-stack-in-spawner-limit-per-chunk: false
  spawner-limit-per-chunk: 25
  blacklisted-worlds:
  - test
  - test_nether
  spawner-stack-limit: 1000
# ===============================
# AntiESP Settings
# ===============================
antiesp-settings:
  enable-antiesp: true
  antiesp-start-distance: 150
  antiesp-reveal-distance: 15
# ===============================
# Sellwand Settings
# ===============================
sellwand-settings:
  sellwand-item:
    display-name: '&e&lSell-wand &7(Right Click)'
    lore:
    - '&7One-time use item.'
    type: BLAZE_ROD
  sellwand-radius: 15
# ===============================
# Hologram Settings
# ===============================
hologram-settings:
  enable-hologram: true
  fancyholograms:
    fixed: false
  hologram-activation-radius: 5
  hologram-refresh-rate: 1
  hologram-text:
  - '%spawner_color%%small_caps_spawner% sᴘᴀᴡɴᴇʀ'
  - '&7'
  - '#99835d⁂ #23b8f1Stack #565656⋗ #66bcdd%spawner_stack%'
  - '#99835d⌘ #d6e414XP Gauge #565656⋗ %spawner_xp_bar%'
  - '#99835d⌬ #ff5733Content Gauge #565656⋗ %spawner_content_bar%'
  hologram-progress-bar-length: 5
  hologram-progress-bar-character: ⬛
  hologram-progress-bar-color: '&a'
  hologram-progress-bar-color-empty: '&f'