LMBishop / Quests

Questing plugin for Minecraft, enabling the addition of goals for players.
https://www.spigotmc.org/resources/23696/
GNU General Public License v3.0
177 stars 85 forks source link

Full WorldGuard Support for 1.8-1.18 for Quests #352

Open tommycentral opened 2 years ago

tommycentral commented 2 years ago

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

LMBishop commented 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.

tommycentral commented 2 years ago

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.

tommycentral commented 2 years ago

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?