Hey, I checked your server it seems like there’s problem loading two plugins: Moderation and AdvancedEconomy.
They are failing to load, because you haven’t configured the MySQL database. You need to go to Databases page and create a new database there.

Then once it’s created you will be able to copy the details such as address, which will be host.docker.internal
, username, database name etc. But also ConnectionString
which you will need to enter in AdvancedEconomy configuration.

For Moderation plugin, instead of ConnectionString, you have to enter each detail individually

I hope that helps 🙂