FishAnything
A fishing rod that can catch everything!
Quick challenge
How far can you run before the mobs catch you?
Minecraft check
Confirm your run
Complete the quick check to get your code.
FishAnything
Plugin Overview
- A small plugin that enhances entertainment by allowing you to randomly fish up any entity or item with a fishing rod, adding more surprises for players! - It includes a blacklist feature, where you can configure a list of items and entities that cannot be caught in the configuration file.
Important Note
- You can catch items by immediately reeling in the rod after casting, without having to wait. - The plugin does not perform checks; any fishing rod can catch items. It is suitable for standalone activity servers.
Command Permissions
- /fishanything - fishanything.reload - Reload the configuration file
Image Preview

Configuration File
```
Name of the fishing rod
fishing-rod-name: "Magic Fishing Rod"
Whether to automatically give the rod on server join or respawn
auto-give: true
Item blacklist: items that cannot be caught
Item materials can be viewed at https://hub.spigotmc.org/javadocs/bukkit/org/bukkit/Material.html
item-blacklist: - BEDROCK - BARRIER
Entity blacklist: entities that cannot be caught
Entity names can be viewed at https://hub.spigotmc.org/javadocs/bukkit/org/bukkit/entity/EntityType.html
entity-blacklist: - ENDER_DRAGON - WITHER ```