HomeJavaModsXFPoolManager
XFPoolManager
ModsJava

XFPoolManager

by xfinity · on Modrinth

XFPoolManager (XFPM) is a custom loot pool manager created by xfinity. Free Minecraft Java mod for 1.21, 1.21.1, 1.21.2.

⬇ Download on Modrinth

xfinity Pool Manager Logo

🎣 XFPoolManager (XFPM)

XFPoolManager is a custom loot pool manager. It is designed primarily for CosmicSMP and servers with advanced fishing systems, but it can also be used as a general-purpose loot pool manager.

💡 Soft Dependencies:

These plugins are optional. XFPM will integrate with them if present, but will function normally without them.

📜 General Description

XFPM allows you to define main pools, with mini pools inside them, and finally items inside those mini pools.
It also introduces custom fishing enchantments (stored as lore on fishing rods, not real enchantments) that affect loot behavior when rolling with /xfpm loot.

✅ If no fishing rod with the required lore is present → normal loot rules apply.
✅ If a fishing rod contains specific enchantments in its lore → the plugin modifies loot generation accordingly.
✅ Enchantments marked with [X] in the list below are ignored by XFPM.

✨ Features


🧩 Custom Enchantments

🎲 Chance Boosts

⚡ Utility & Other (ignored by XFPM)

📌 If the enchantment is not present in lore → no effect.
📌 If it is present but marked [X] → ignored safely.


⚙️ Commands

Command Description
/xfpm loot <player> <pool_name> <mini_pool_name> <amount> Rolls loot for a player, applying enchantment modifiers if their fishing rod lore qualifies.
/xfpm reload / /xfpmreload Reloads the plugin configuration without restarting the server.

🛠️ Example config.yml

pool_main:
  fish:
    salmon_common:
      item: salmon
      rarity: common
      nbt:
        - 'custom_name=[{"text":"Common Salmon","italic":false,"color":"white"}]'
      message: "You caught a common salmon!"
      amount: "1-2"
      amount_weighted: false
      chance: 0.5
      commands:
        - "say %player% caught a salmon!"

  treasure:
    golden_pearl:
      item: ender_pearl
      rarity: legendary
      nbt:
        - 'custom_name=[{"text":"Golden Pearl","italic":false,"color":"gold"}]'
      message: "§6You fished up a Golden Pearl!%nl%§7Unbelievable luck!"
      amount: "1"
      amount_weighted: false
      chance: 0.05
      commands:
        - "give %player% diamond 1"
Verified by MCModsHub

These come from our own check of the pack file, not from the source page.

Explore more