{"id":172367,"date":"2026-06-10T01:01:56","date_gmt":"2026-06-09T22:01:56","guid":{"rendered":"https:\/\/vpesports.com\/minecraft\/mods\/xfpm\/"},"modified":"2026-06-10T01:01:56","modified_gmt":"2026-06-09T22:01:56","slug":"xfpm","status":"publish","type":"mod","link":"https:\/\/vpesports.com\/minecraft\/mods\/xfpm\/","title":{"rendered":"XFPoolManager"},"content":{"rendered":"<p>![xfinity Pool Manager Logo](https:\/\/cdn.modrinth.com\/data\/cached_images\/7f882886876dfd0065683a28ce5db21a65a2bcfa.png)<\/p>\n<p># \ud83c\udfa3 XFPoolManager (XFPM)<\/p>\n<p>**XFPoolManager** is a **custom loot pool manager**.<br \/>\nIt is designed primarily for **CosmicSMP** and servers with **advanced fishing systems**, but it can also be used as a general-purpose loot pool manager.<\/p>\n<p>## \ud83d\udca1 Soft Dependencies:<br \/>\n&#8211; **NBT API**<br \/>\n&#8211; **Vault**<br \/>\n&#8211; **PlaceholderAPI**<br \/>\n> These plugins are **optional**. XFPM will integrate with them if present, but will function normally without them.<\/p>\n<p>## \ud83d\udcdc General Description<\/p>\n<p>XFPM allows you to define **main pools**, with **mini pools** inside them, and finally **items** inside those mini pools.<br \/>\nIt also introduces **custom fishing enchantments** (stored as lore on fishing rods, not real enchantments) that affect loot behavior when rolling with `\/xfpm loot`.<\/p>\n<p>\u2705 If no fishing rod with the required lore is present \u2192 normal loot rules apply.<br \/>\n\u2705 If a fishing rod contains specific enchantments in its lore \u2192 the plugin modifies loot generation accordingly.<br \/>\n\u2705 Enchantments marked with `[X]` in the list below are **ignored** by XFPM.  <\/p>\n<p>## \u2728 Features<br \/>\n&#8211; \ud83c\udfb2 **Configurable loot pools** with:<br \/>\n  &#8211; Main pools \u2192 mini pools \u2192 items.<br \/>\n  &#8211; Item rarities: `common, uncommon, rare, epic, mythic, legendary` (and anything rarer).<br \/>\n  &#8211; Drop chances per item.<br \/>\n  &#8211; Fixed or ranged amounts with optional **weighted probability**.<br \/>\n  &#8211; Full **NBT tag** support (complex JSON supported).<br \/>\n  &#8211; Custom messages (`%nl%` = line break).<br \/>\n  &#8211; Console commands executed per reward.<\/p>\n<p>&#8211; \ud83e\ude9d **Custom Fishing Enchantments (for CosmicSMP)**:<br \/>\n  &#8211; Work only if the player holds a fishing rod with the correct lore.<br \/>\n  &#8211; Levels are expressed in Roman numerals (`I\u2013VI` or `MAX`).<br \/>\n  &#8211; No need for additional enchantment plugins.<br \/>\n  &#8211; Modify loot roll logic dynamically:<br \/>\n    &#8211; Rarer fish.<br \/>\n    &#8211; More treasure.<br \/>\n    &#8211; Increased amounts of fish or trash.<br \/>\n    &#8211; Bonus XP.<\/p>\n<p>&#8211; \ud83d\udd04 Reload config on the fly: `\/xfpm reload`.<br \/>\n&#8211; \ud83d\udce6 Works out-of-the-box with **CosmicSMP setups** and similar systems.  <\/p>\n<p>&#8212;<\/p>\n<p>## \ud83e\udde9 Custom Enchantments<\/p>\n<p>### \ud83c\udfb2 Chance Boosts<br \/>\n&#8211; **Rare Catch** \u2192 Boosts chance of catching rarer items.<br \/>\n&#8211; **Treasure Finder** \u2192 Unlocks or increases chance for rolls in the `treasure` mini pool.<br \/>\n&#8211; **Bountiful Haul** \u2192 Increases amount of fish (+20% per level). Not compatible with *Wasteful Haul*.<br \/>\n&#8211; **Wasteful Haul** \u2192 Increases amount of trash (+15% per level). Not compatible with *Bountiful Haul*.<br \/>\n&#8211; **Angler\u2019s Fortune** \u2192 Grants extra XP per successful catch.  <\/p>\n<p>### \u26a1 Utility &#038; Other (ignored by XFPM)<br \/>\n&#8211; Gambler\u2019s Worth [X]<br \/>\n&#8211; Swift Bite [X]<br \/>\n&#8211; Endless Line [X]  <\/p>\n<p>\ud83d\udccc If the enchantment is **not present in lore** \u2192 no effect.<br \/>\n\ud83d\udccc If it is **present but marked [X]** \u2192 ignored safely.  <\/p>\n<p>&#8212;<\/p>\n<p>## \u2699\ufe0f Commands<\/p>\n<p>| Command | Description |<br \/>\n|&#8212;&#8212;&#8212;|&#8212;&#8212;&#8212;&#8212;-|<br \/>\n| `\/xfpm loot <player> <pool_name> <mini_pool_name> <amount>` | Rolls loot for a player, applying enchantment modifiers if their fishing rod lore qualifies. |<br \/>\n| `\/xfpm reload` \/ `\/xfpmreload` | Reloads the plugin configuration without restarting the server. |<\/p>\n<p>&#8212;<\/p>\n<p>## \ud83d\udee0\ufe0f Example `config.yml`<\/p>\n<p>&#8220;`yaml<br \/>\npool_main:<br \/>\n  fish:<br \/>\n    salmon_common:<br \/>\n      item: salmon<br \/>\n      rarity: common<br \/>\n      nbt:<br \/>\n        &#8211; &#8216;custom_name=[{&#8220;text&#8221;:&#8221;Common Salmon&#8221;,&#8221;italic&#8221;:false,&#8221;color&#8221;:&#8221;white&#8221;}]&#8217;<br \/>\n      message: &#8220;You caught a common salmon!&#8221;<br \/>\n      amount: &#8220;1-2&#8221;<br \/>\n      amount_weighted: false<br \/>\n      chance: 0.5<br \/>\n      commands:<br \/>\n        &#8211; &#8220;say %player% caught a salmon!&#8221;<\/p>\n<p>  treasure:<br \/>\n    golden_pearl:<br \/>\n      item: ender_pearl<br \/>\n      rarity: legendary<br \/>\n      nbt:<br \/>\n        &#8211; &#8216;custom_name=[{&#8220;text&#8221;:&#8221;Golden Pearl&#8221;,&#8221;italic&#8221;:false,&#8221;color&#8221;:&#8221;gold&#8221;}]&#8217;<br \/>\n      message: &#8220;\u00a76You fished up a Golden Pearl!%nl%\u00a77Unbelievable luck!&#8221;<br \/>\n      amount: &#8220;1&#8221;<br \/>\n      amount_weighted: false<br \/>\n      chance: 0.05<br \/>\n      commands:<br \/>\n        &#8211; &#8220;give %player% diamond 1&#8221;<\/p>\n","protected":false},"excerpt":{"rendered":"<p>XFPoolManager (XFPM) is a custom loot pool manager created by xfinity<\/p>\n","protected":false},"featured_media":172368,"template":"","meta":{"_minecraft_slug":"xfpm","_minecraft_project_id":"nNwl7RW8","_minecraft_author":"xfinity","_minecraft_license":"LicenseRef-All-Rights-Reserved","_minecraft_downloads":26,"_minecraft_follows":2,"_minecraft_client_side":"unsupported","_minecraft_server_side":"required","_minecraft_storage_type":"zip","_minecraft_archive_name":"xfpm.zip","_minecraft_size_bytes":23524,"_minecraft_version_count":1,"_minecraft_updated_at":"2026-05-15T22:19:15.016551Z","_minecraft_date_created":"2025-09-05T23:04:19.779659Z","_minecraft_date_modified":"2025-09-03T17:01:05.549376Z","_minecraft_project_url":"https:\/\/modrinth.com\/mod\/xfpm","_minecraft_icon_attachment_id":172368,"_minecraft_imported_at":"2026-06-09T22:01:56+00:00","_minecraft_import_hash":"fa65a319eb53fe0e07670621d7e921b3","_minecraft_versions":"","_minecraft_links":"","_minecraft_gallery":"","_minecraft_api_metadata":""},"mod_category":[87,124,89,126,127,129,91,123,92],"mod_loader":[130,132,134],"minecraft_version":[62,37,73,74,38,78,79,80,81],"class_list":["post-172367","mod","type-mod","status-publish","has-post-thumbnail","hentry","mod_category-adventure","mod_category-bukkit","mod_category-game-mechanics","mod_category-management","mod_category-paper","mod_category-spigot","mod_category-storage","mod_category-technology","mod_category-utility","mod_loader-bukkit","mod_loader-paper","mod_loader-spigot","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"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.6 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>XFPoolManager - 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\/xfpm\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"XFPoolManager - Minecraft\" \/>\n<meta property=\"og:description\" content=\"XFPoolManager (XFPM) is a custom loot pool manager created by xfinity\" \/>\n<meta property=\"og:url\" content=\"https:\/\/vpesports.com\/minecraft\/mods\/xfpm\/\" \/>\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\\\/xfpm\\\/\",\"url\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/xfpm\\\/\",\"name\":\"XFPoolManager - Minecraft\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/xfpm\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/xfpm\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/xfpm-icon-d65c5f6dc4fbab7fb36cb3b2bf09de70ad8af93a_96.webp\",\"datePublished\":\"2026-06-09T22:01:56+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/xfpm\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/xfpm\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/xfpm\\\/#primaryimage\",\"url\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/xfpm-icon-d65c5f6dc4fbab7fb36cb3b2bf09de70ad8af93a_96.webp\",\"contentUrl\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/xfpm-icon-d65c5f6dc4fbab7fb36cb3b2bf09de70ad8af93a_96.webp\",\"width\":96,\"height\":96},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/xfpm\\\/#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\":\"XFPoolManager\"}]},{\"@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":"XFPoolManager - 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\/xfpm\/","og_locale":"en_US","og_type":"article","og_title":"XFPoolManager - Minecraft","og_description":"XFPoolManager (XFPM) is a custom loot pool manager created by xfinity","og_url":"https:\/\/vpesports.com\/minecraft\/mods\/xfpm\/","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\/xfpm\/","url":"https:\/\/vpesports.com\/minecraft\/mods\/xfpm\/","name":"XFPoolManager - Minecraft","isPartOf":{"@id":"https:\/\/vpesports.com\/minecraft\/#website"},"primaryImageOfPage":{"@id":"https:\/\/vpesports.com\/minecraft\/mods\/xfpm\/#primaryimage"},"image":{"@id":"https:\/\/vpesports.com\/minecraft\/mods\/xfpm\/#primaryimage"},"thumbnailUrl":"https:\/\/vpesports.com\/minecraft\/wp-content\/uploads\/2026\/06\/xfpm-icon-d65c5f6dc4fbab7fb36cb3b2bf09de70ad8af93a_96.webp","datePublished":"2026-06-09T22:01:56+00:00","breadcrumb":{"@id":"https:\/\/vpesports.com\/minecraft\/mods\/xfpm\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/vpesports.com\/minecraft\/mods\/xfpm\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/vpesports.com\/minecraft\/mods\/xfpm\/#primaryimage","url":"https:\/\/vpesports.com\/minecraft\/wp-content\/uploads\/2026\/06\/xfpm-icon-d65c5f6dc4fbab7fb36cb3b2bf09de70ad8af93a_96.webp","contentUrl":"https:\/\/vpesports.com\/minecraft\/wp-content\/uploads\/2026\/06\/xfpm-icon-d65c5f6dc4fbab7fb36cb3b2bf09de70ad8af93a_96.webp","width":96,"height":96},{"@type":"BreadcrumbList","@id":"https:\/\/vpesports.com\/minecraft\/mods\/xfpm\/#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":"XFPoolManager"}]},{"@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\/172367","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:featuredmedia":[{"embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/media\/172368"}],"wp:attachment":[{"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/media?parent=172367"}],"wp:term":[{"taxonomy":"mod_category","embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/mod_category?post=172367"},{"taxonomy":"mod_loader","embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/mod_loader?post=172367"},{"taxonomy":"minecraft_version","embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/minecraft_version?post=172367"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}