Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Rework player/user permissions system #4

Open
fluorescent-net opened this issue Sep 5, 2017 · 1 comment
Open

Rework player/user permissions system #4

fluorescent-net opened this issue Sep 5, 2017 · 1 comment
Labels

Comments

@fluorescent-net
Copy link
Contributor

fluorescent-net commented Sep 5, 2017

Current schema:

    #define R_FUN           0x1
    #define R_SERVER        0x2
    #define R_DEBUG         0x4
    #define R_PERMISSIONS   0x8
    #define R_MENTOR        0x10
    #define R_MOD           0x20
    #define R_ADMIN         0x40
    #define R_HOST          0x80 
@SpadesSlick
Copy link

We should leave only those flags:

  • MENTOR. Remove aghost, check all player panel interaction. They likely don't need everything that could be done with it.
  • MOD. Include BAN flag contents. Remove subtle messages, paralyze_mob. Since we will have a lot of mods, they might need some tools from ADMIN flag, like "Jump to...". They also will need new verb to toggle OOC temporary only, and automatically turning it on after some time.
  • ADMIN. Include BAN, MOD, VAREDIT, STEALTH flag contents.
  • FUN. Include BUILDMODE, SPAWN, REJUVINATE, SOUND, POSSES flag contents.
  • DEBUG.
  • SERVER.
  • PERMISSIONS.

fluorescent-net added a commit to discordia-space/CEV-Eris that referenced this issue Sep 11, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants