Hi,
I am using console commands to set up our Tebex store which does not accept chat commands. Whenever I program "chat" commands in console it comes back with "Buttons.chat false". I have seen other people mention the same problem but haven't found the solution. Any tips would be greatly appreciated.
Thanks!
Buttons.chat false problem
Alright, we found the solution or at least the best way around this for whoever needs it. What you need to do is change your Better Chat command from "Chat" to whatever you want to use so that instead of having to write in console example: "Chat add user VIP" you add your own command, something like "chatone" and now you have to use "chatone add user VIP" in console. This way it will not generate any conflicts with "Buttons.chat".
The file you need to modify is Plugins > Betterchat.json. Hope this helps anyone looking for a solution in the future!