FastAsyncWorldEdit

FastAsyncWorldEdit

152k Downloads

Users without OP are unable to copy, paste, or set, but can receive the wand via //wand

PoseidonGames opened this issue ยท 2 comments

commented

Server Implementation

Paper

Server Version

1.19.4

Describe the bug

Builders on my server receive the wand tool when executing //wand, but there is no operation completion notice when they run //copy, //paste, or //set; nothing happens. They are able to select positions but unable to operate on them.

To Reproduce

  1. Use luckperms to give the following permission:
    fawe.worldguard
    fawe.admin
    fawe.selection.pos
    fawe.select.pos
    fawe.
    /lp user parent add builder world
    Which entails:
    permission set fawe true
    permission set worldedit true
    permission set worldguard true
  2. User runs //wand
  3. //wand succeeds
  4. User selects two positions
  5. The two positions select succeeds
  6. User attempts //paste, //copy, //set
  7. No effect

Expected behaviour

I expected my building staff to have access to all world edit commands.

Screenshots / Videos

No response

Error log (if applicable)

No response

Fawe Debugpaste

https://athion.net/ISPaster/paste/view/07863f9cf245422ab692fcc22c782147

Fawe Version

FastAsynbWorldEdit-401

Checklist

Anything else?

No response

commented

The user is no longer receiving errors in chat, it's just that nothing is happening even after they select.

commented

You need to use the right permissions which are listed in the FastAsyncWorldEdit documentation here
I tested your issue with paper 1.19.4 and your version of FAWE, giving myself via Luckperms the right permissions in the documentation worked as intended.
Also check out the documentation for addional permissions you might need.