|
40 | 40 | | teleportation.move-to-cancel | Should player movement cancel teleportation? | true or false | true | |
41 | 41 | | language | This sets the language file that Essence will use for chat messages. Console log messages are not affected by this and are hard-coded. For more information please see [Language Files](ES-Language-Files.md). | Any valid language code with an existing file. | en-gb | |
42 | 42 | | disabled-commands.list | This disables processing of certain commands in Essence, to add commands to the list you should create a new line and follow the format of the example. Please note: this does have limitations - for more information please see [Disabling Commands](ES-Disabling-Commands.md). | List of commands to disable (or blank). | See example below. | |
43 | | -| disabled-commands.feedback-in-chat | If a user runs a disabled command, should they be told it's disabled? If set to false, nothing happens. | true or false | true | |
44 | 43 | | advanced.playerdata.store-ip-address | Decides if Essence should store player IP addresses in data files. | true or false | true | |
45 | 44 | | advanced.update-check | This value defines if Essence should check for updates during startup. If this is enabled, the plugin will query [LewMC Services](LewMC-Services.md) to check for updates. The doesn't collect any data about you or your server. | true or false | true | |
46 | 45 | | advanced.verbose | Outputs additional information to the console, including file information. You should only enable this if you're having problems. Warning: Creates a LOT of console spam. | true or false | false | |
47 | 46 | | config-version | Please don't change this! It can mess with Essence's configuration updater, and if we change anything you'll be in for a whole load of red text in your server console. | Do not change this value, it can mess up the config in later versions! | 3 | |
48 | 47 |
|
| 48 | +If your configuration values are set to invalid values, Essence will reset them to their default and inform you in the console's logs. |
| 49 | + |
49 | 50 | ## Example config.yml |
50 | 51 |
|
51 | 52 | ``` |
52 | | -# Generated by Essence 1.10.0 |
| 53 | +# Generated by Essence 1.10.1 |
53 | 54 | # Need help? Visit wiki.lewmc.net |
54 | 55 | # Found a bug or want to request a feature? Open an issue at github.com/lewmc/essence |
55 | 56 |
|
|
60 | 61 | # CHAT MODULE |
61 | 62 | chat: |
62 | 63 | enabled: true |
63 | | - manage-chat: true |
64 | 64 | name-format: "%essence_combined_prefix% %essence_player%%essence_player_suffix%:" |
65 | 65 | allow-message-formatting: false |
66 | 66 | broadcasts: |
|
70 | 70 | motd: |- |
71 | 71 | §2§lWelcome to the server! |
72 | 72 | §aYou can change this message in Essence's config.yml |
| 73 | + manage-chat: true |
73 | 74 |
|
74 | 75 | # ECONOMY MODULE |
75 | 76 | economy: |
@@ -135,7 +136,6 @@ language: en-GB |
135 | 136 | disabled-commands: |
136 | 137 | list: |
137 | 138 | - example |
138 | | - feedback-in-chat: true |
139 | 139 |
|
140 | 140 | # ADVANCED SETTINGS |
141 | 141 | # These settings should typically be left alone. Only change them if you know what you're doing. |
|
0 commit comments