可以帮你看看ive ran this through 5 different validators. including checking for errors with visual studio code... there is no errors.. 100% validated correct.. but plugin wont load...getting error 1114
Did you find anyone or any plugin that make F1 menuAnyone know anyone that could code a shop ui. Like and F1 Shop for in Game. I can pay
Anyway to use the same DB between multiple servers on the same machine?Michidu submitted a new resource:
Shop, Currency & Kits - Ingame shop, custom currency and kits for ARK
Read more about this resource...
Use MySQLAnyway to use the same DB between multiple servers on the same machine?
For some reason is not working for me... it give me Connection Fail. Maybe because I'm using a custom port for mysql instance?Use MySQL
For some reason is not working for me... it give me Connection Fail. Maybe because I'm using a custom port for mysql instance?
This is my config:
"Mysql": {
"UseMysql": true,
"MysqlHost": "localhost",
"MysqlPort": "43333",
"MysqlUser": "root",
"MysqlPass": "1234",
"MysqlDB": "arkshopdb"
},
I changed the port back to default 3306 with same results :/