{"id":136647,"date":"2026-06-08T04:45:15","date_gmt":"2026-06-08T01:45:15","guid":{"rendered":"https:\/\/vpesports.com\/minecraft\/mods\/seacreatures\/"},"modified":"2026-06-08T04:45:15","modified_gmt":"2026-06-08T01:45:15","slug":"seacreatures","status":"publish","type":"mod","link":"https:\/\/vpesports.com\/minecraft\/mods\/seacreatures\/","title":{"rendered":"SeaCreatures"},"content":{"rendered":"<p># \ud83c\udf0a SeaCreatures &#8211; Fish Up Living Creatures Instead of Loot<\/p>\n<p>**Transform your Minecraft fishing experience!** Instead of catching boring fish and treasure, reel in dangerous and exciting sea creatures that spawn directly from your fishing hook.<\/p>\n<p>## \u2728 What Does This Plugin Add?<\/p>\n<p>SeaCreatures replaces traditional fishing loot with **spawnable entities** &#8211; both vanilla mobs and custom-configured variants. When players fish successfully, they have a chance to pull up living creatures like Drowned, Guardians, Elder Guardians, or even custom electrified and armored variants!<\/p>\n<p>### \ud83c\udfa3 Key Features<\/p>\n<p>&#8211; **Weighted Spawn System**: Configure which creatures are common or rare using a simple weight-based system<br \/>\n&#8211; **Luck of the Sea Integration**: Higher enchantment levels increase your chances of catching creatures<br \/>\n&#8211; **AuraSkills Integration**: Creatures require minimum fishing skill levels to catch &#8211; progress to unlock rarer spawns!<br \/>\n&#8211; **Custom Creature Variants**: Create electrified guardians, armored drowned, and other unique variants<br \/>\n&#8211; **Full Customization Per Creature**:<br \/>\n  &#8211; Custom display names with color code support (`&#038;b`, `&#038;3`, etc.)<br \/>\n  &#8211; Glowing effects<br \/>\n  &#8211; Potion effects (speed, strength, etc.)<br \/>\n  &#8211; Custom equipment (armor, weapons)<br \/>\n  &#8211; Console command execution on catch<br \/>\n  &#8211; Custom XP rewards for AuraSkills<br \/>\n  &#8211; Custom drop tables with configurable chances<br \/>\n&#8211; **Smart Spawn Constraints**: Restrict creatures by biome, world, or Y-level<br \/>\n&#8211; **Configurable Catch Chance**: Base percentage plus bonuses per Luck of the Sea level<br \/>\n&#8211; **Instant Reload**: Update your config without restarting the server using `\/seacreatures reload`<\/p>\n<p>## \ud83c\udfae Why Download This Plugin?<\/p>\n<p>**For Server Owners:**<br \/>\n&#8211; Add excitement and danger to fishing activities<br \/>\n&#8211; Create progression systems tied to fishing skill levels<br \/>\n&#8211; Reward skilled fishers with rare, valuable creature spawns<br \/>\n&#8211; Fully configurable to match your server&#8217;s difficulty and economy<\/p>\n<p>**For Players:**<br \/>\n&#8211; Fishing becomes an active, engaging activity instead of passive waiting<br \/>\n&#8211; Risk vs. reward gameplay &#8211; catch powerful creatures for better loot<br \/>\n&#8211; Skill progression matters &#8211; unlock new creatures as you level up fishing<br \/>\n&#8211; Unique custom variants keep fishing interesting at all levels<\/p>\n<p>## \ud83d\udccb Requirements<\/p>\n<p>&#8211; **Server Software**: PaperMC 1.21.7 (or compatible 1.21.x)<br \/>\n&#8211; **Java Version**: Java 21+<br \/>\n&#8211; **Dependencies**: AuraSkills (for fishing level integration)<\/p>\n<p>## \ud83c\udfaf Example Creatures (Default Config)<\/p>\n<p>&#8211; **Cod** (Weight: 30) &#8211; Common, basic catch<br \/>\n&#8211; **Drowned** (Weight: 10, Min Level: 3) &#8211; Requires level 3 fishing<br \/>\n&#8211; **Guardian** (Weight: 5, Min Level: 3) &#8211; Moderate rarity<br \/>\n&#8211; **Elder Guardian** (Weight: 1, Min Level: 5) &#8211; Rare, high XP reward (1000)<br \/>\n&#8211; **Electric Guardian** (Weight: 2, Min Level: 7) &#8211; Custom glowing variant with Speed effect<br \/>\n&#8211; **Electric Drowned** (Weight: 2, Min Level: 7) &#8211; Custom variant with Jump Boost<br \/>\n&#8211; **Armored Drowned** (Weight: 3, Min Level: 7) &#8211; Custom variant with full diamond armor<\/p>\n<p>## \u2699\ufe0f Quick Configuration Example<\/p>\n<p>&#8220;`yaml<br \/>\nchance:<br \/>\n  base-percent: 35.0<br \/>\n  per-luck-level-bonus: 2.5<\/p>\n<p>creatures:<br \/>\n  &#8211; id: ELECTRIC_GUARDIAN<br \/>\n    type: GUARDIAN<br \/>\n    custom: true<br \/>\n    weight: 2<br \/>\n    min-level: 7<br \/>\n    display-name: &#8216;&#038;bElectric Guardian&#8217;<br \/>\n    glowing: true<br \/>\n    fishing-xp: 2500.0<br \/>\n    potion-effects:<br \/>\n      &#8211; SPEED:1:999999<br \/>\n    drops:<br \/>\n      replace-default: true<br \/>\n      items:<br \/>\n        &#8211; PRISMARINE_SHARD:5-10:1.0<br \/>\n        &#8211; PRISMARINE_CRYSTALS:2-5:0.8<br \/>\n        &#8211; DIAMOND:1-2:0.15<br \/>\n&#8220;`<\/p>\n<p>## \ud83c\udfa8 Custom Drop System<\/p>\n<p>Configure exactly what creatures drop when killed:<\/p>\n<p>&#8211; **Replace vanilla drops** or add to them<br \/>\n&#8211; **Set quantity ranges** (min-max)<br \/>\n&#8211; **Configure drop chances** (0.0 to 1.0)<br \/>\n&#8211; **Quick string format**: `MATERIAL:min-max:chance` (e.g., `DIAMOND:1-3:0.25`)<\/p>\n<p>## \ud83d\udd27 Commands &#038; Permissions<\/p>\n<p>| Command | Description | Permission | Default |<br \/>\n|&#8212;&#8212;&#8212;|&#8212;&#8212;&#8212;&#8212;-|&#8212;&#8212;&#8212;&#8212;|&#8212;&#8212;&#8212;|<br \/>\n| `\/seacreatures reload` | Reloads configuration | `seacreatures.reload` | op |<\/p>\n<p>## \ud83d\udca1 How It Works<\/p>\n<p>1. Player catches something with a fishing rod<br \/>\n2. Plugin rolls against configured chance (base % + Luck of the Sea bonus)<br \/>\n3. If successful, the normal catch is removed<br \/>\n4. A random creature is selected based on weight, fishing level, and spawn constraints<br \/>\n5. Creature spawns at the hook location with all customizations applied<br \/>\n6. Player receives configured XP and catch message<\/p>\n<p>## \ud83d\udee0\ufe0f Perfect For<\/p>\n<p>&#8211; **RPG Servers**: Integrate fishing into your progression systems<br \/>\n&#8211; **Survival Servers**: Add danger and excitement to ocean exploration<br \/>\n&#8211; **Skyblock**: Create unique fishing mechanics for island challenges<br \/>\n&#8211; **Custom Gameplay**: Build fishing tournaments, quests, or challenges<\/p>\n<p>## \ud83d\udd17 Links<\/p>\n<p>&#8211; **Source Code**: GitHub Repository<br \/>\n&#8211; **Issues &#038; Suggestions**: GitHub Issues<br \/>\n&#8211; **Documentation**: Full config guide in the README<\/p>\n<p>## \ud83d\udcdc License<\/p>\n<p>Released under the MIT License &#8211; free to use, modify, and distribute!<\/p>\n<p>&#8212;<\/p>\n<p>*Questions or need help? Check the README or open an issue on GitHub!*<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Fish up living sea creatures instead of normal loot! Features custom variants with glowing effects, potion buffs, and custom equipment. Integrates with AuraSkills for level-based progression &#8211; unlock rare creatures as you level up fishing. Fully configurab<\/p>\n","protected":false},"featured_media":0,"template":"","meta":{"_minecraft_slug":"seacreatures","_minecraft_project_id":"oW9la8U3","_minecraft_author":"pestopastasauce","_minecraft_license":"MIT","_minecraft_downloads":83,"_minecraft_follows":1,"_minecraft_client_side":"unsupported","_minecraft_server_side":"required","_minecraft_storage_type":"zip","_minecraft_archive_name":"seacreatures.zip","_minecraft_size_bytes":52638,"_minecraft_version_count":2,"_minecraft_updated_at":"2026-05-15T20:06:43.529752Z","_minecraft_date_created":"2025-10-05T21:12:47.347480Z","_minecraft_date_modified":"2025-10-03T03:05:28.997467Z","_minecraft_project_url":"https:\/\/modrinth.com\/mod\/seacreatures","_minecraft_icon_attachment_id":0,"_minecraft_imported_at":"2026-06-08T01:45:16+00:00","_minecraft_import_hash":"601371207223ba6a0e61905d287cef04","_minecraft_versions":"","_minecraft_links":"","_minecraft_gallery":"","_minecraft_api_metadata":""},"mod_category":[87,89,137,127],"mod_loader":[132],"minecraft_version":[62,37,73,74,38,78,79,80,81,82],"class_list":["post-136647","mod","type-mod","status-publish","hentry","mod_category-adventure","mod_category-game-mechanics","mod_category-mobs","mod_category-paper","mod_loader-paper","minecraft_version-1-21","minecraft_version-1-21-1","minecraft_version-1-21-2","minecraft_version-1-21-3","minecraft_version-1-21-4","minecraft_version-1-21-5","minecraft_version-1-21-6","minecraft_version-1-21-7","minecraft_version-1-21-8","minecraft_version-1-21-9"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.6 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>SeaCreatures - Minecraft<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/vpesports.com\/minecraft\/mods\/seacreatures\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"SeaCreatures - Minecraft\" \/>\n<meta property=\"og:description\" content=\"Fish up living sea creatures instead of normal loot! Features custom variants with glowing effects, potion buffs, and custom equipment. Integrates with AuraSkills for level-based progression - unlock rare creatures as you level up fishing. Fully configurab\" \/>\n<meta property=\"og:url\" content=\"https:\/\/vpesports.com\/minecraft\/mods\/seacreatures\/\" \/>\n<meta property=\"og:site_name\" content=\"Minecraft\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data1\" content=\"3 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/seacreatures\\\/\",\"url\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/seacreatures\\\/\",\"name\":\"SeaCreatures - Minecraft\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/#website\"},\"datePublished\":\"2026-06-08T01:45:15+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/seacreatures\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/seacreatures\\\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/seacreatures\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Mods\",\"item\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/\"},{\"@type\":\"ListItem\",\"position\":3,\"name\":\"SeaCreatures\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/#website\",\"url\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/\",\"name\":\"Minecraft\",\"description\":\"\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"SeaCreatures - Minecraft","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/vpesports.com\/minecraft\/mods\/seacreatures\/","og_locale":"en_US","og_type":"article","og_title":"SeaCreatures - Minecraft","og_description":"Fish up living sea creatures instead of normal loot! Features custom variants with glowing effects, potion buffs, and custom equipment. Integrates with AuraSkills for level-based progression - unlock rare creatures as you level up fishing. Fully configurab","og_url":"https:\/\/vpesports.com\/minecraft\/mods\/seacreatures\/","og_site_name":"Minecraft","twitter_card":"summary_large_image","twitter_misc":{"Est. reading time":"3 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/vpesports.com\/minecraft\/mods\/seacreatures\/","url":"https:\/\/vpesports.com\/minecraft\/mods\/seacreatures\/","name":"SeaCreatures - Minecraft","isPartOf":{"@id":"https:\/\/vpesports.com\/minecraft\/#website"},"datePublished":"2026-06-08T01:45:15+00:00","breadcrumb":{"@id":"https:\/\/vpesports.com\/minecraft\/mods\/seacreatures\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/vpesports.com\/minecraft\/mods\/seacreatures\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/vpesports.com\/minecraft\/mods\/seacreatures\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/vpesports.com\/minecraft\/"},{"@type":"ListItem","position":2,"name":"Mods","item":"https:\/\/vpesports.com\/minecraft\/mods\/"},{"@type":"ListItem","position":3,"name":"SeaCreatures"}]},{"@type":"WebSite","@id":"https:\/\/vpesports.com\/minecraft\/#website","url":"https:\/\/vpesports.com\/minecraft\/","name":"Minecraft","description":"","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/vpesports.com\/minecraft\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"}]}},"_links":{"self":[{"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/mod\/136647","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/mod"}],"about":[{"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/types\/mod"}],"wp:attachment":[{"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/media?parent=136647"}],"wp:term":[{"taxonomy":"mod_category","embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/mod_category?post=136647"},{"taxonomy":"mod_loader","embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/mod_loader?post=136647"},{"taxonomy":"minecraft_version","embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/minecraft_version?post=136647"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}