Fish

Criteria: Fish

Triggered when a player fishes or hooks a matching catch.

Attributes

Attribute Description Default
State The Bukkit fishing state to match, such as CAUGHT_FISH or CAUGHT_ENTITY. Supports comma-separated states. Any
Item The caught item to match using MythicMobs item matcher syntax. Any
Items A list of caught items to match. Any
EntityType The caught entity type to match when the catch is not an item. Supports comma-separated entity types. Any
Strict / Exact Requires stricter item data matching. false
VanillaOnly / Vanilla Restricts matching to vanilla item data. false
Inverted / Blacklist Progresses when the caught item does not match the configured item list. false

Examples

SOME_ACHIEVEMENT:
  Criteria:
    CATCH_FISH_FOR_DINNER:
      Type: Fish
      State: CAUGHT_FISH
      Items:
      - COD
      - SALMON
      Amount: 8
Updated Aug 19, 2026