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

Can we allow !rs command access for everyone in public? #25

Closed
themegabyte opened this issue Apr 19, 2024 · 3 comments
Closed

Can we allow !rs command access for everyone in public? #25

themegabyte opened this issue Apr 19, 2024 · 3 comments

Comments

@themegabyte
Copy link

Basically adding 56 to this:

level.perms["default"] = codam\_mm_mmm::strTok("0-4:25:26", ":"); // pff xD

-level.perms["default"] = codam\_mm_mmm::strTok("0-4:25:26", ":"); // pff xD
+level.perms["default"] = codam\_mm_mmm::strTok("0-4:25:26:56", ":"); // pff xD

:)

@cato-a
Copy link
Owner

cato-a commented Apr 19, 2024

Hi, you can override the defaults in the MiscMod settings.

set scr_mm_groups "default"
set scr_mm_perms_default "1-4:25-26:56"  

https://cod.pm/guide/d0da8d/installing-and-configuring-codam-miscmod

:)

@themegabyte
Copy link
Author

thank you for your response.

My bad I forgot to share. I tried! I will try again and let you know. :)

@themegabyte
Copy link
Author

themegabyte commented Apr 22, 2024

It seems like I have to include default as a group for it to pick up the permissions. Fair enough.

set scr_mm_groups "owner;public;default" // <- must
// then this will work
set scr_mm_perms_default "1-4:6:25-26:56"

Thank you! :)

EDIT: haha goofed, basically what you said.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants