Make set-greet-message require operator perms, remove System.out prints

This commit is contained in:
2026-01-17 12:18:22 +08:00
parent 6635b7aff4
commit 033e751c9a
12 changed files with 48 additions and 45 deletions
+2 -2
View File
@@ -32,7 +32,7 @@ server:
entry_message: Welcome to @servername, @playername!
webhooks:
notify: default-ns
broadcast: defeault-ns
broadcast: default-ns
log: true
firstrun: 0
```
@@ -40,7 +40,7 @@ firstrun: 0
You can also make a configuration file without starting the server up; copy the config above, make the plugin directory yourself, make a file named `config.yml`, and paste the text into it. You can then change the settings, as long as the `firstrun` field exists.
The configuration file should have two fields with the value `default-ns`. Paste the webhook links in the space following the key name (such as `notify`),
or over the `default-ns` text. The configuration should look like this afterward:
or over the `default-ns` text. The configuration should look like this afterwards:
```yml