Compatibility
Minecraft: Java Edition
1.21–1.21.1
1.20.x
1.19.x
1.18.x
1.17.x
1.16.x
1.15.x
1.14.x
1.13.x
1.12.x
Platforms
Bukkit
Supported environments
75% of ad revenue goes to creators
Support creators and Modrinth ad-free with Modrinth+Creators
Details
Licensed MIT
Published 2 months ago
Updated 3 months ago
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