[DONE] Groups and permissions refactor
#13
What you're calling groups will be ranks in the new system.

The "player <-> rank <-> permissiongroups[]" has nothing to do with the config files, it is how the relations will be represented inside MCS: each player will be assigned to a single rank, and each rank will have several permissiongroups assigned to it. Nothing more.

The actual configuration will be in a database, probably four tables:
PlayerRanks:
- PlayerUUID
- PlayerName
- RankName (links with a Ranks record)
Ranks:
- RankName
- Prefix, Postfix, etc.
PermissionGroups:
- GroupName
- RankName (links with a Ranks record)
PermissionItem:
- GroupName (links with a PermissionGroups record)
- Permission
Reply
Thanks given by:


Messages In This Thread
[DONE] Groups and permissions refactor - by xoft - 08-03-2014, 02:40 AM
RE: Groups and permissions refactor - by bearbin - 08-03-2014, 04:46 PM
RE: Groups and permissions refactor - by xoft - 08-03-2014, 06:38 PM
RE: Groups and permissions refactor - by tonibm19 - 08-03-2014, 07:32 PM
RE: Groups and permissions refactor - by xoft - 08-03-2014, 07:37 PM
RE: Groups and permissions refactor - by tonibm19 - 08-04-2014, 02:09 AM
RE: Groups and permissions refactor - by xoft - 08-04-2014, 03:20 AM
RE: Groups and permissions refactor - by tonibm19 - 08-04-2014, 04:33 AM
RE: Groups and permissions refactor - by xoft - 08-04-2014, 06:44 PM
RE: Groups and permissions refactor - by xoft - 08-04-2014, 07:25 PM
RE: Groups and permissions refactor - by xoft - 08-04-2014, 08:51 PM
RE: Groups and permissions refactor - by xoft - 08-04-2014, 08:53 PM
RE: Groups and permissions refactor - by NiLSPACE - 08-04-2014, 09:02 PM
RE: Groups and permissions refactor - by bearbin - 08-04-2014, 09:22 PM
RE: Groups and permissions refactor - by xoft - 08-05-2014, 05:27 AM
RE: Groups and permissions refactor - by xoft - 08-05-2014, 05:28 AM
RE: Groups and permissions refactor - by tigerw - 08-05-2014, 07:39 AM
RE: Groups and permissions refactor - by xoft - 08-06-2014, 02:40 AM
RE: Groups and permissions refactor - by xoft - 08-09-2014, 04:06 AM
RE: Groups and permissions refactor - by NiLSPACE - 08-09-2014, 05:56 AM
RE: Groups and permissions refactor - by xoft - 08-09-2014, 06:31 AM
RE: Groups and permissions refactor - by xoft - 08-10-2014, 07:11 AM
RE: Groups and permissions refactor - by xoft - 08-10-2014, 07:20 AM
RE: Groups and permissions refactor - by NiLSPACE - 08-10-2014, 07:27 AM
RE: Groups and permissions refactor - by xoft - 08-12-2014, 06:51 AM
RE: Groups and permissions refactor - by NiLSPACE - 08-12-2014, 06:57 AM
RE: Groups and permissions refactor - by xoft - 08-12-2014, 07:05 AM
RE: Groups and permissions refactor - by NiLSPACE - 08-12-2014, 07:06 AM
RE: Groups and permissions refactor - by bearbin - 08-12-2014, 07:08 AM
RE: Groups and permissions refactor - by xoft - 08-12-2014, 05:43 PM
RE: Groups and permissions refactor - by bearbin - 08-12-2014, 07:36 PM
RE: Groups and permissions refactor - by xoft - 08-13-2014, 05:49 PM
RE: Groups and permissions refactor - by xoft - 08-13-2014, 06:20 PM
RE: Groups and permissions refactor - by NiLSPACE - 08-13-2014, 08:23 PM
RE: Groups and permissions refactor - by xoft - 08-13-2014, 09:10 PM
RE: Groups and permissions refactor - by NiLSPACE - 08-13-2014, 09:14 PM
RE: Groups and permissions refactor - by xoft - 08-13-2014, 09:18 PM
RE: Groups and permissions refactor - by LO1ZB - 08-13-2014, 10:46 PM
RE: Groups and permissions refactor - by NiLSPACE - 08-13-2014, 09:26 PM
RE: Groups and permissions refactor - by xoft - 08-13-2014, 11:09 PM
RE: Groups and permissions refactor - by xoft - 08-19-2014, 07:04 AM
RE: Groups and permissions refactor - by xoft - 08-21-2014, 05:08 AM
RE: Groups and permissions refactor - by tigerw - 08-21-2014, 08:05 PM
RE: Groups and permissions refactor - by xoft - 08-22-2014, 05:19 AM
RE: Groups and permissions refactor - by NiLSPACE - 08-22-2014, 05:24 AM



Users browsing this thread: 1 Guest(s)