LuckPerms / LuckPermsWeb

Website & online apps for LuckPerms.
https://luckperms.net/
MIT License
165 stars 67 forks source link

Make it more clear that "Contexts" is where you would add a server/world contexts #108

Closed Danieljunek17 closed 4 years ago

Danieljunek17 commented 4 years ago

Hey I am using luckperms in an very bigg netwerk I want it to have easy setting permissions to 1 world / server cause rn I need to do that with commands files is not possible cause I am using database (mysql)

BrainStone commented 4 years ago

You can set the server and world context in the webeditor. I don’t understand your issue.

Danieljunek17 commented 4 years ago

How?? Ik can't do it anymore since they beta webeditor the old one met me do that

Turbotailz commented 4 years ago

It seems that this isn't terribly obvious to a lot of people and I will attempt to improve that, but the server and world contexts are now merged with the contexts field:

Adding contexts with editor v2

Danieljunek17 commented 4 years ago

Just found out I messed some around with it it is working right now but also sort of not… you can't change the value that would be nice you can create a value also recreate by deleting it first but like in the old editor just clicking on it to change it would be nice

Danieljunek17 commented 4 years ago

and yes you are true xD I didn't notice It is the context field you have place there set them under each other instead of 1

Turbotailz commented 4 years ago

you can't change the value

This is known and will be fixed at some point. Remember it is still in a beta state so there are a lot of missing features yet to be added.

(or seperate them)

Luck has specifically said he doesn't want them separated anymore, which is why they are combined now.

Andre601 commented 4 years ago

Maybe add a small text like "Use 'world' for the 'world=' and 'server' for the 'server=' context respecively in the key field." I mean it's not like there wouldn't be enough space to do that /s image

Turbotailz commented 4 years ago

I was going to make key a drop down menu with known context keys and the ability to add a custom context key as well.

Andre601 commented 4 years ago

I would have a suggestion for the context field: Have two lines pre-defined with "server" and "world" as keys, where the user could add server and world name and under those the empty key-value pair.

Something like this:

Imagine this being the context menu

------------------------
| Context (0)        x |
|----------------------|
| server   |           |
| world    |           |
| <key>    | <value>   |
------------------------