Open tommycentral opened 2 years ago
I'm not sure what you want added here? The plugin will only count block breaks if a block is actually broken; or in more technical terms, if the block break event isn't cancelled by any other plugin, such as WorldGuard.
What I want added is even though the blocks are in a region, still allowing blocks to count even through WG denies it? Such as an WG override feature which won’t check WG for the event that quests is using.
For example, some people have plugins which work inside regions for farming and mining, so adding quests for these isn’t possible nor working because of the lack of WG support?
Reason for Addition
Adding full WorldGuard support will allow peoples quest to update and track progress in a WG region. Right now when mining a block for a quest in WG region, it doesn't add it to the progress. Even tried to remove the 'block-break' flag in WG, still nothing.
Adding WG would be a huge addon, as a lot of networks and servers use this.
Description of Feature
Adding WG support to quests files:
E.G;
allow-worldguard: true # Allows WG to bypass checks for blocks/items Quests is tracking. worldguard-region: "test-region" # Only allow the WG checks to bypass in a certain region.
Alternative Solutions
N/A
Agreements
Other
No response