ericgrandt / TotalEconomy

All in one economy plugin for Minecraft.
https://ericgrandt.github.io/TotalEconomy/
MIT License
32 stars 33 forks source link

TE Job signs not functioning. #344

Closed SeaDonkey81 closed 5 years ago

SeaDonkey81 commented 5 years ago

Sponge Version: 1.12.2-2768-7.1.5 Forge Version: 14.23.5.2814 Total Economy Version: 1.8.1

Description of issue

Signs are not working for me. I followed the instructions: First line: [TEJobs]. Second line: Job name. The sign does not change colors and nothing happens when I click the sign to accept the job.

Console errors

None

Steps to reproduce

Related Configuration Files

MarkL4YG commented 5 years ago

Hey there,
please attach your server log files and your job configuration files (jobSets.conf & jobs.conf) using a gist so we can have a look on what exactly may be malfunctioning.
If the sign does not change its colors, there's definitely something wrong while the sign is created. Therefore, clicking will not work either.

SeaDonkey81 commented 5 years ago

Hey there, please attach your server log files and your job configuration files (jobSets.conf & jobs.conf) using a gist so we can have a look on what exactly may be malfunctioning. If the sign does not change its colors, there's definitely something wrong while the sign is created. Therefore, clicking will not work either.

added gist link

MarkL4YG commented 5 years ago

Your log contains sensitive data!
Please delete the gist, reset your database password and then re-do the gist without the data!
If you used the same credentials for TotalEconomy, the plugin is likely not working because it was not able to initialize the database.

This is not meant to sound insulting but it is solely to stress the importance of the matter: Always check your logs for credentials before giving them away to someone!

MarkL4YG commented 5 years ago

I see you did :) :+1: (Remember to delete the gist entirely on https://gist.github.com) Now, please make sure your database settings are correct. There are multiple plugins failing to connect to the database server. This includes TotalEconomy.
Your connection url should look something like this: jdbc:mariadb://your-host.com:3306/your-database?username=your-user&password=your-password.
For TotalEconomy, the username & password settings are separate config options so the part from the ? should be omitted.

Please try that and tell us if your issue has been fixed. If you require more assistance, feel free to ask :slightly_smiling_face:

SeaDonkey81 commented 5 years ago

Thank you.. Taking out the http in the url fixed it.

MarkL4YG commented 5 years ago

Glad to have helped 😉
If your issue is resolved now, please close the issue so it is no longer tracked active :)