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

document and fix everyone_is_admin functionality #525

Closed
wants to merge 0 commits into from

Conversation

samuelallan72
Copy link

@samuelallan72 samuelallan72 commented May 28, 2019

Previously this would only be activated upon /reloadconfig. Now it's moved into the core so it will be activated from the start.

fixes #295

@feikname feikname added the PR: solve-bug This PR aims to solve a bug label May 28, 2019
@@ -196,6 +196,10 @@ color = [ 0, 255, 0]
#guard = ["guardpass"]
#trusted = ["trustedpass"]

# Include an empty password for the admin role to automatically log in everyone
# as admin. Could be useful for testing.
#admin = [""]
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I don't like this, as it's implicit and could happen accidentally, which is why we removed this behavior initially. I'd prefer a designated everyone_is_admin option. I thought we already had that, but seems not.

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

i'm not sure we ever did remove the behaviour. it was still there, just one /reloadconfig away...

@samuelallan72 samuelallan72 deleted the swall/fix-everyoneisadmin branch May 29, 2019 00:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
PR: solve-bug This PR aims to solve a bug
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Config option to make all players admin
3 participants