Allow MultiBlock place event
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Bea 2022-11-12 07:14:24 +01:00
parent b1b7e5d910
commit aa181c3b15
1 changed files with 2 additions and 1 deletions

View File

@ -44,7 +44,8 @@ public class SuperListener implements Listener
"TimeSkipEvent", "PlayerToggleSprintEvent", "PlayerChatEvent", "AsyncPlayerChatEvent",
"GenericGameEvent", "InventoryCreativeEvent", "PlayerItemHeldEvent", "PlayerInteractEvent",
"BlockPlaceEvent", "BlockBreakEvent", "PlayerToggleSneakEvent", "PlayerKickEvent",
"InventoryClickEvent", "PlayerDropItemEvent", "PlayerCommandPreprocessEvent"
"InventoryClickEvent", "PlayerDropItemEvent", "PlayerCommandPreprocessEvent",
"BlockMultiPlaceEvent"
};