Minecrell / ServerListPlus

A flexible Minecraft plugin to customize the appearance of your server in the server list
https://git.io/slp
GNU General Public License v3.0
240 stars 58 forks source link

Favicon.Folders and Favicon.Files not recognized #347

Closed SlimeDog closed 3 years ago

SlimeDog commented 3 years ago

Based on the instructions at http://git.io/oMhJlg (as I understand them) with the following configuration:

Favicon:
  Folders:
  - ../../    # that is, the server root directory
  Files:
  - server-icon.png

yields:

[08:11:35] [Server thread/WARN]: [ServerListPlus] [Core] Unknown configuration property: Folders @ FaviconConf
[08:11:35] [Server thread/WARN]: [ServerListPlus] [Core] Unknown configuration property: Files @ FaviconConf
stephan-gh commented 3 years ago

Need the full config to say more. But basically, the Favicon stuff needs to be put next to the other status configuration Description: etc, see e.g. the example at https://github.com/Minecrell/ServerListPlus/wiki/Examples

I'm guessing you might have added it to the !Plugin section. Sorry for the confusion.

SlimeDog commented 3 years ago

Correct. Seems to work fine if located in the correct section. Thanks.