Configuration
Configure your plugin after installation
After first launch, plugins typically create a config folder with settings.
Example for CraftGuard:
plugins/
└── CraftGuard/
├── config.yml # Main settings
├── locales/ # Language files
└── worlds.yml # World dataEditing Configs
- Open the config file in a text editor
- Make your changes and save
- Reload the plugin or restart the server (depending on the plugin)
# Example: config.yml
settings:
enabled: true
language: en-us
default-state: true