Getting groups to work? - Printable Version +- Cuberite Forum (https://forum.cuberite.org) +-- Forum: Cuberite (https://forum.cuberite.org/forum-4.html) +--- Forum: Discussion (https://forum.cuberite.org/forum-5.html) +--- Thread: Getting groups to work? (/thread-1752.html) |
Getting groups to work? - FrozdY - 02-01-2015 Hey guys, I'm REALLY new to MCServer, just tested it for the first time today, so I created both a groups.ini and a users.ini file, but the server doesn't seem to wanna parse/load/whatever it's called, what am I doing wrong? I've been able to figure out how to make the server load plugins without any problems automatically, so, for me to be able to continue I just need to know that and the server should be ready to publish or actually need to build a spawn and such, but yeah. RE: Getting groups to work? - NiLSPACE - 02-01-2015 users.ini and groups.ini are deprecated. They are replaced with Ranks.sql if I remember correctly. You can add ranks and users using the console or the webadmin. RE: Getting groups to work? - FrozdY - 02-01-2015 (02-01-2015, 11:35 PM)NiLSPACE Wrote: users.ini and groups.ini are deprecated. They are replaced with Ranks.sql if I remember correctly. You can add ranks and users using the console or the webadmin. crap, all that work wasted So how do I use the webadmin? RE: Getting groups to work? - NiLSPACE - 02-01-2015 First you create an account for the webadmin. You can do that by going to the webadmin.ini file and adding Code: [User:<MyUserName>] Then you can start/restart your server and go to 127.0.0.1:8080 and login using your new user account. From there you change the ranks in the tab Core->Ranks and give players ranks in Core->Player Ranks. RE: Getting groups to work? - FrozdY - 02-01-2015 Ah, thanks a mil Nil RE: Getting groups to work? - NiLSPACE - 02-02-2015 No problem |