Can't overwrite warps using /setwarp
RavenNevah opened this issue ยท 4 comments
Type of bug
Other unexpected behaviour
/ess dump all
output
https://essentialsx.net/dump.html?id=848b3b5aa406477bb252f0a7b71e7604
Error log (if applicable)
No response
Bug description
When trying to overwrite warp using /setwarp command I get an error: "You cannot overwrite that warp". I made sure all warp permissions are added to config.yml, yet I cannot overwrite warps. Creating new warps and deleting them works though.
Steps to reproduce
- Run
/setwarp test
command - Run
/setwarp test
again to overwrite warp coordinates
Expected behaviour
Chat message:
Warp test set.
Actual behaviour
Chat message:
Error: You cannot overwrite that warp.
It looks like you need to give them essentials.warp.overwrite.{warp name}
individually, there doesn't seem to be a wildcard here.
Adding them one by one works so thanks for that. Shouldn't the wildcard option work though? It's listed on permissions list that's linked on EssentailsX wiki. Was it removed?