From dfe69f3737afca8424c50bedcb1faee6208dcd8b Mon Sep 17 00:00:00 2001 From: Lightling Date: Fri, 20 Sep 2019 16:43:08 -0400 Subject: [PATCH] Update README.md --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index 365dec4..e038165 100644 --- a/README.md +++ b/README.md @@ -35,6 +35,13 @@ Note: Excavator/Hammer based off of BradzCraft which extends [PowerTool](https:/ - Chunk Loader: If a chunk loader and a beacon are placed in the same chunk, either block will drop the chunk loader first and the beacon next - This is a limitation of the server plugin interface: custom block items lose all their custom metadata when placed in the world. There is no known workaround. + +#### Incompatibilities + +- Any world protection plugin + - Does not yet account for world protecting plugins with GC tools +- McMMO (PARTIAL) + - XP gain only comes from the initially targetted block when using GC tools. This incompatibility cannot be addressed to do no accessible reference to McMMO's BlockListener class (which handles xp gain based on Bukkit's BlockBreakEvent which is only called on the targetted block) ## License [MIT](LICENSE)