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!
  • Public Service Announcement

    Hey Guest, I’ve got some exciting news to share! 🎉

    Starting this December, I’ll be moving the entire GameServersHub website away from WordPress and rebuilding it in Next.js! This upgrade will bring incredibly faster speeds, smoother performance, and a modern user experience that sets the stage for everything coming next.

    In 2026, GameServersHub will be entering a new era. I’ll be revamping the entire platform from the ground up and launching a brand-new, fully modernized marketplace. It’ll feature a cleaner design, improved functionality, and better tools for both creators and server owners.

    On top of that, development has already started on the GameServerListing project at https://gsl-six.vercel.app/, which is expected to launch in early Q1 2026. This new system will make discovering and managing servers easier than ever before.


    👉 Stay in the loop!
    Join our Discord for behind-the-scenes updates, early previews, and community discussions.

    » Click here to join our Discord! «

    ~ MrOwlSky

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