LuckPerms-Bungee YAML Issue
Closed this issue ยท 4 comments
So the LuckPerms Bungee config.yml file isn't working it showed in the logs and also in YAML Validator. So all i need to known is how to fix the config file, this is the default config file other than changing it to MariaDB and putting in the correlating MariaDB database login information.
BungeeCord Proxy Log: https://pastebin.com/MGybw2dF
LuckPerms Config YAML: https://pastebin.com/iTfAYZLy
You made a basic yaml error:
Using :
without quotes.
Yaml doesn't like it that much when you use collons in values, because it mostly sees as new sections.
Change localhost:3306
to 'localhost:3306'
k i'll try that out because the YAML Validator didn't tell me how to fix it just shows the output, do you know any good YAML resolvers (tells you the issues to fix the yaml because it pointed to address not localhost).
RE: I tried that but i tried this better YAML Parser but it doesn't seem to fix the error. http://prntscr.com/o7xqes and it shows the same thing on BungeeCord and I noticed that in LuckPerms config.yml i selected mariadb which already has a default port as 3306 so i only needed localhost
The issue is that you have a hashtag #
character in your MySQL password.
Try wrapping the password in double quotes " "
.