Atlas Permissions

Welcome!

By registering with us, you'll be able to discuss, share and private message with other members of our community.

SignUp Now!
I'm mortified. it's really because of that...

Thanks for your HELP
 
I have no errors, that I can see in log or console.
My config was not setup wrong, I have server running redist
and I have mysql running as well with the atlasdb in it. However this is what happens.

02/26/21 16:10 [API][info] Loaded plugin Permissions V1.6 (Manage permissions groups)
02/26/21 16:10 [API][info] Loaded all plugins

Then it just sits there indefinitely...
CONFIG.JSON

{
"database": "mysql",
"MysqlHost": "localhost",
"MysqlUser": "root",
"MysqlPass": "*****",
"MysqlDB": "atlasdb",
"MysqlPort": 3306
}
 
I apoligize it did not, I must have messed up something... Yeah, I figured it out was my fault.
I guess I had a parse error but in a mod and it was not showing as an error anywhere?
Anyways fixed parse error and works fine.
 
Last edited:
does the plugin create a column called Group in the database table "players"? or where exactly are the groups stored for users?
I have only table "permissiongroups" in the database
 
Does anyone know why this would not create tables in the schema? My grids load fine, I am able to create roles and the server recognises them but certain other plugins I can't run because it is not creating tables for them to access. Any help would be appreciated.
 
Back
Top