an1by / SimpleWhitelist

Very simple whitelist system for your server
https://aniby.net/
Other
5 stars 1 forks source link

Whitelist is not working after server restart #5

Open KalebVargo opened 2 days ago

KalebVargo commented 2 days ago

Minecraft Version : 1.21.1 Fabric Version : 0.16.5

Config: { "whitelist": true, "databaseType": "json", "mysqlUrl": "jdbc:mysql://username>:<password>@<host:/", "jsonFileName": "simplewhitelist.json" }

The whitelist plugin works until the server is shut off and turned back on. It's like the plugin can't read the saved whitelist anymore. All players are not whitelisted after a restart. wsl enable does not fix it. The players have to be wsl add {player} again for them to be able to re-join.

an1by commented 16 hours ago
  1. What the wsl command?
  2. What the config? There is no mysql support.