Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
crashdemons authored Oct 8, 2023
1 parent 2b65cd8 commit 5cdc052
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# WGItemFrameBreakFlags

Requires Worldguard 7 and a 1.16+ server. Other configurations are untested.
Worldguard plugin for protecting against Item Frame breaking.
Requires Worldguard 7 and a 1.16+ server. Other configurations are untested, other plugins may interfere with this one.

This plugin was specifically made because if the following behavior in spigot https://hub.spigotmc.org/jira/browse/SPIGOT-3999
which means Worldguard does not catch Physics events causes by Boats, as well as other Removal Causes ( https://hub.spigotmc.org/javadocs/bukkit/org/bukkit/event/hanging/HangingBreakEvent.RemoveCause.html )
Expand All @@ -13,4 +13,4 @@ Adds:
* `default-item-frame-destroy` for unknown causes
* `explosion-item-frame-destroy` for explosion-caused item frame destruction
* `obstruction-item-frame-destroy` for when block placement would cause the item frame to break
* `physics-item-frame-destroy` for when physics or bounding boxes (like those of a Boat) cause the item frame to break.
* `physics-item-frame-destroy` for when physics or bounding boxes (like those of a Boat) cause the item frame to break.

0 comments on commit 5cdc052

Please sign in to comment.