-
Notifications
You must be signed in to change notification settings - Fork 25
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
limit task interaction to admins #72
Comments
This should actually be rather easy to implement. |
@Tarrke Check the two links :) |
Humm nice one! |
As I understood it the UI is already there. Either we create our own role management (rather tricky) Or we add a couple options that define group names. The latter one should be rather straight forward. |
Okay found the UI in question in MP or SP game open the console and hit /permissions Now I see things this should be simple yeah. |
After some researche it does not seems possible to add new input_action rules. See https://forums.factorio.com/viewtopic.php?f=221&t=47308 We should be able to link the right to add/edit/assign tasks to an existing rule, but which one ??? |
I'm almost positive that the |
Yep. But this just enables us to add new permission groups. Not permissions :) |
We can add new permissions, but we can base the permission system in the mod on existing permissions. The OP asked for "only admins" functionnality, I think we can give the players with the add_permission_group permission to manage tasks. This is a workaround. |
Yeah, that would work as well. |
Should this be an option as well ? |
I would say it has to. Otherwise you force everyone into this limitation :)
|
I'll look into that next week |
Okay just to recap, there are two ways of doing this.
|
As a side effect: would it make sense to have two levels of permissions? One for doing everything and one for only working with tasks assigned to yourself? |
As server admin
I would like to limit task interaction to certain users
So that not every troll can flood the system with BS tasks.
Acceptance Criteria:
Original request here
The text was updated successfully, but these errors were encountered: