diff --git a/src/main/java/ch/njol/skript/events/EvtItem.java b/src/main/java/ch/njol/skript/events/EvtItem.java index 30ae63703cc..4d5e31cb10e 100644 --- a/src/main/java/ch/njol/skript/events/EvtItem.java +++ b/src/main/java/ch/njol/skript/events/EvtItem.java @@ -90,7 +90,7 @@ public class EvtItem extends SkriptEvent { .description("Called when a player/entity picks up an item. Please note that the item is still on the ground when this event is called.") .examples("on pick up:", "on entity pickup of wheat:") .since("unknown (before 2.1), 2.5 (entity)") - .requiredPlugins("1.12.2+ for entity"); + .keywords("pickup"); } else { Skript.registerEvent("Pick Up", EvtItem.class, PlayerPickupItemEvent.class, "[player] (pick[ ]up|picking up) [[of] %-itemtypes%]") .description("Called when a player picks up an item. Please note that the item is still on the ground when this event is called.")