config.yml 📝
📄 Introduction
The config.yml file is the main configuration file of xSpawn. It allows server administrators to customize how the plugin behaves, including teleportation settings, spawn management, and integration with other plugins.
💡 Breakdown of the config.yml file
settings:
tp_to_spectator: false🔎 Explanation
- settings: This section contains general plugin settings.
- tp_to_spectator: When set to
true, it means that when a player is teleported to a spawn using the/xspawn tpcommand, the player's game mode will be automatically set toSPECTATOR. Whenfalse, the player's game mode remains unchanged.