From 12b7910421b97037fa9d8452f16393138dce806a Mon Sep 17 00:00:00 2001 From: alexcrea <42614139+alexcrea@users.noreply.github.com> Date: Sun, 14 Jul 2024 13:52:55 +0200 Subject: [PATCH] forget the event (oups) --- Material-Group.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Material-Group.md b/Material-Group.md index 1db6e3d..67a5471 100644 --- a/Material-Group.md +++ b/Material-Group.md @@ -24,7 +24,7 @@ Adding a group to another group is not impacted by the type of group. For exampl Here is an example of you could create some material group ```java @EventHandler -public void onConfigReady(){ +public void onConfigReady(CAConfigReadyEvent event){ // Create group of zombie drops IncludeGroup zombieGroup = new IncludeGroup("zombieDrop"); zombieGroup.addToPolicy(Material.ROTTEN_FLESH) // Please note "addToPolicy would be "exclude from group" for ExcludeGroup