CrazyCloudCraft / WorldSystem-Updated

A spigot plugin to give every user his own world. PLEASE USE THIS REPO INSTEAD
https://github.com/Argantiu/WorldSystem-Updated
GNU General Public License v3.0
12 stars 3 forks source link

Fawe issue with WE in own world #38

Open CrazyCloudCraft opened 2 years ago

CrazyCloudCraft commented 2 years ago

I'm using Fawe and my players aren't able to use worldedit in their worlds, due to the fact that they are missing the permission fawe.admin. So I decided to create a command in the settings file that would grant them that permission in their world. That can't be done with Luckperms since the world is saved as that loooong uuid number. This is what it says:

Server/world names can only contain alphanumeric characters and cannot exceed 36 characters in lenght.

So how do I grant players permission to use worldedit in their own world? I can't just give them fawe.admin in general as that would make them able to use it anywhere else.

Suggested by: @Sckaletz Same Issue: #37