Yet Another World Protector

Yet Another World Protector

247k Downloads

compat: FTBChunks compat

Z0rdak opened this issue · 0 comments

commented

Description

FTBChunks provides a chunk-based protection system that may conflict with YAWP’s region handling. To ensure compatibility, YAWP should recognize and respect FTBChunks claims, preventing unauthorized modifications within protected chunks.

Expected Behavior

  • YAWP should detect FTBChunks-claimed chunks and prevent players from modifying them unless they have the necessary permissions.
  • Commands and interactions that modify regions should respect FTBChunks protection.
  • Possible integration to allow YAWP regions within FTBChunks without bypassing claims.

Possible Solutions

  • ? Hook into FTBChunks API to check if a position is within a claimed chunk.
  • Add a compatibility module that ensures YAWP’s region actions align with FTBChunks protection rules.
  • Provide a config option to enable/disable this compatibility.

Additional Context

  • FTBChunks API documentation may provide useful hooks.
  • Flan has compat for FTBChunks and Minecolonies. Take a look at Flan for this