You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thank you for your bug report! The way support for creating shops in a WorldGuard is currently implemented is by checking if the creating user is either the owner of the region, or if the slabbo-others-create-shops flag is set to allow.
The offending line, according to your error paste is the following, and would suggest that region.getFlag() returns null, i.e, nothing.
I'll have a look at this when I get the chance to, and it'll probably be included with the fix for issue #35, as I need to rethink the implementation of the WG support.
Bug details
Describe the bug
Having an issue not being able to create Shops in worldguard regions as the owner.
To Reproduce
Steps to reproduce the behavior:
HOWEVER, if you have worldguard.* or are server operator it works.
Expected behavior
The Shop creation menu pops up.
``
Error Paste: https://pastebin.com/WdKGMVrn
Weird help menu in the first page only:
Runtime Configuration
Slabbo Version: 1.0.26
Wg Version: 7.0.4
Server Software: Spigot
Server Version: 1.16.5
Other details
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: