From c0ebeea8906f9874b44fcc2da7bf636faa8e5d58 Mon Sep 17 00:00:00 2001 From: SebasCapo Date: Sat, 18 Apr 2020 21:32:46 -0300 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8261a78..c80e8ef 100644 --- a/README.md +++ b/README.md @@ -23,7 +23,7 @@ Reload: "Reload plugin's variables inside 7777-config.yml. (The other two had pa These are the variables that should be added to your 7777-config.yml. Or simply download/copy the [config-file example](https://github.com/SebasCapo/Lights/blob/master/LightsPlugin/Example/7777-config.yml) | Variable | Description | Default value | | ------------- | ------------- | ------------- | -| lights_command | Changes the main command. ("lights_reload" stays unchanged to avoid problems) | `light` | +| lights_command | Changes the main command. ("lightsconfig" stays unchanged to avoid problems) | `light` | | lights_alias | Changes the main command's alias | `ls` | | lights_true_arguments | All different arguments that are accepted as "true". **(Don't use spaces!)** | `true,t,yes,y` | | lights_announce | Whether or not to broadcast a message when lights go spooky | `true` |