Make set-greet-message require operator perms, remove System.out prints
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user