How to Use the Config Editor on Your Minecraft Server
Edit server.properties, spigot.yml, paper-global.yml, and other config files using the visual Config Editor in the XGamingServer panel.
The Config Editor provides a visual interface for editing your Minecraft server's configuration files. Instead of manually editing raw text files, you get labeled toggle switches, number inputs, and text fields for every setting.
Opening the Config Editor
Log in to the panel
Go to the XGamingServer panel and select your Minecraft server.
Open Configs
In the sidebar under CONFIG, click Configs.
Using the Config Editor
Select a config file
Use the config file dropdown at the top to choose which file to edit. Available files depend on your server software and may include:
| File | Server Type |
|---|---|
server.properties | All server types |
spigot.yml | Spigot, Paper, Purpur |
bukkit.yml | Spigot, Paper, Purpur |
paper-global.yml | Paper, Purpur |
paper-world-defaults.yml | Paper, Purpur |
purpur.yml | Purpur |
Find the setting you want
Use the search box to filter settings by name, or scroll through the two-column grid of config entries.
Change the value
Each setting uses the appropriate input type:
- Boolean values (true/false) — Toggle switch
- Numbers — Number input
- Text — Text input
Save your changes
Click Save at the top of the page.
Restart your server
Go to the Console page and restart your server for changes to take effect.
Common Settings
Here are some frequently changed settings and where to find them:
| Setting | File | What It Controls |
|---|---|---|
max-players | server.properties | Maximum player count |
difficulty | server.properties | peaceful, easy, normal, hard |
pvp | server.properties | Enable or disable PvP |
spawn-protection | server.properties | Radius around spawn where only ops can build |
view-distance | server.properties | Chunk render distance |
online-mode | server.properties | Require Mojang authentication |
motd | server.properties | Server message displayed in the server list |
allow-flight | server.properties | Allow flying (prevents kicks from anti-fly) |
💡 Tip: For a full reference of every setting in
server.properties, see our Configure Your Minecraft Server guide.
When to Use the Config Editor vs Files
| Use Case | Recommended Method |
|---|---|
| Quick toggle or number change | Config Editor — faster and less error-prone |
| Editing a file not in the dropdown | Files — open and edit the file directly |
| Bulk editing many settings at once | Files — raw text editing is faster for large changes |
| Adding comments or custom formatting | Files — the Config Editor strips comments |
Troubleshooting
- "No configuration files are available" — Your server may not have generated config files yet. Start the server once and then check again.
- "No matching keys found" — Your search term does not match any settings. Try a shorter search term.
- Changes not taking effect — Make sure you clicked Save and then restarted the server. Some settings require a full server restart, not just a reload.
Related Guides
- Configure Your Minecraft Server — Full server.properties reference
- Edit Bukkit, Spigot, and Paper Configs — Manual editing guide for advanced config files
How is this guide?
