-
Notifications
You must be signed in to change notification settings - Fork 0
Configuration
ThiagoROX edited this page Oct 12, 2025
·
8 revisions
| Option | Description |
|---|---|
enabled |
Whether the plugin is enabled or not. |
action |
Action to take if all listed plugins are not enabled. |
plugins |
List of plugins to be enabled when the server starts. |
groups |
List of groups to be enabled when the server starts. |
| Action Type | Description |
|---|---|
log-to-console |
Sends a warning (log-to-console inside lang.yaml) in the console. |
disallow-player-login |
Block player from enter the server with a message (kick-message inside config.yml). |
shutdown-server |
Shutdown the server with a warning (disabling-server inside lang.yml). |
update-notifier: false
enabled: false
# Action to take if all listed plugins are not enabled.
# log-to-console
# disallow-player-login
# shutdown-server
action: log-to-console
plugins: [ ]
groups: { }Home | Configuration | Commands | Messages | Permissions | Groups