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

Improve documentation please #34

Open
cherie535 opened this issue Jun 12, 2021 · 2 comments
Open

Improve documentation please #34

cherie535 opened this issue Jun 12, 2021 · 2 comments
Labels
documentation Improvements or additions to documentation

Comments

@cherie535
Copy link

cherie535 commented Jun 12, 2021

Specifically, what are the default permissions for commands were I to just utilize the chat formatting, and forgo making any specific command rules, basically this:

{
everyone": {
                "overrides": {
                                "permission_level": 1,
                                "commands": {
                                ".*": "allow"
                        }

                         }
                }
        }

I understand I can test this, but I feel like the default behaviour of this plugin isnt explained. Could a non-op use /spreadplayers for example? or a command block? Does it override the normal vanilla permissions in this case?

What if the commands bits was omitted completely? Would vanilla permissions take over?

Thank you. I like this plugin alot :)

@cherie535
Copy link
Author

I actually went and tested the following configuration:

{
        "admin": {
                "level": 100,
                "overrides": {
                        "name_style": ["blue"],
                        "chat_format": "<%s*> &l%s",
                        "command_feedback": true
                }
        },
        "everyone": {
                "overrides": {
                        "permission_level": 1,
                        "name_style": ["white"],
                        "commands": {
                        ".*": "allow"
      }
                }
        }
}

Using this configuration vanilla admin commands are available to non ops. If I omit the commands bits, the vanilla permissions arent respected and vanilla commands dont work. Non vanilla command do work.

I would think that the preferred method would be to not change anything unless explicitly asked to? Maybe im wrong.

@cherie535
Copy link
Author

cherie535 commented Jun 12, 2021

I would actually like to see the chat formatting only part of this released, if possible? I would pay $

@Gegy Gegy added the documentation Improvements or additions to documentation label Jul 1, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation
Projects
None yet
Development

No branches or pull requests

2 participants