All tools

SwansonX Tools

Plugin Config Starter

Generate a starter config.yml for popular Paper / Spigot plugins. Tweak the fields, then copy or download — the result is YAML-safe and ready to drop into your plugin's folder.

Core economy, homes, warps, and command toolkit. This starter sets up homes, teleport delays, and a balance.

Settings

Output

plugins/EssentialsX/config.yml

# EssentialsX starter — generated by SwansonX Tools
# https://swansonx.com/tools/plugin-config-starter

currency-symbol: '$'
starting-balance: 100
max-money: 10000000000000
min-money: -10000

teleport-cooldown: 0
teleport-delay: 3
teleport-safety: true
teleport-invulnerability: 4
teleport-passenger-dismount: true

sethome-multiple:
  default: 3
  vip: 5
  staff: 25

default-stack-size: 64
oversized-stacksize: 64

per-warp-permission: true
sort-list-by-groups: true

nickname-prefix: '~'
change-displayname: true
add-prefix-suffix: true

socialspy-commands:
  - msg
  - r
  - mail
  - me

economy-log-enabled: false
update-check: true

How to use it

  1. Stop your server (or unload the plugin) before swapping configs.
  2. Replace plugins/EssentialsX/config.yml with this file.
  3. Start the server. Run a sanity check command — your plugin's help, list, or info.
  4. Tighter tuning lives in each plugin's docs — this starter is meant as a sensible baseline, not a complete config.