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

Merging of goto and move removes scenario where players are allowed to move themselves but not others #474

Closed
NotAFile opened this issue Mar 31, 2019 · 2 comments · Fixed by #515
Labels
bug This issue reports a bug in piqueserver code and/or docs priority:normal This issue has a limited impact or is only noticable in specific circumstances
Projects

Comments

@NotAFile
Copy link
Member

previously, by granting goto but not move, it was possible to allow players to move only themselves on e.g. build servers. This is no longer possible.

@NotAFile NotAFile added bug This issue reports a bug in piqueserver code and/or docs triage The Priority of this Bug has not been decided yet. labels Mar 31, 2019
@NotAFile NotAFile added this to To do in Sauerkraut Mar 31, 2019
@samuelallan72
Copy link

Currently rights are per-command granularity, so it doesn't look possible to conditionally allow using a different player arg to move. Perhaps the easiest method might be to add a command like moveme?

@NotAFile
Copy link
Member Author

From memory, other commands already used checks against the roles the user was in, such as trusted with /votekick? I think what I was going for here was have a similar rule here, where the command has a built-in check that means only admins or users with a special role could move other players.

@NotAFile NotAFile added priority:normal This issue has a limited impact or is only noticable in specific circumstances and removed triage The Priority of this Bug has not been decided yet. labels May 19, 2019
@NotAFile NotAFile moved this from To do to In progress in Sauerkraut May 19, 2019
Sauerkraut automation moved this from In progress to Done May 21, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug This issue reports a bug in piqueserver code and/or docs priority:normal This issue has a limited impact or is only noticable in specific circumstances
Projects
Sauerkraut
  
Done
Development

Successfully merging a pull request may close this issue.

2 participants