Oheers / EvenMoreFish

An advanced fishing plugin based on MoreFish, created 2 years after its last update.
MIT License
91 stars 56 forks source link

Add nearby-players requirement #354

Closed FireML closed 1 month ago

FireML commented 1 month ago

Checks if a certain amount of players are around the fisherman. The range is configurable in config.yml.

The requirement doesn't count the fisherman itself, so it defaults to 0.

fish:
  Common:
    Pufferfish:
      item:
        material: PUFFERFISH
      requirements:
        nearby-players: 1

This config requires at least one other player to be nearby.