Profitable
🟠 Updated over a year ago🖼️ Gallery (6 images)
🔍 Analysis
- 👍 1.8% endorsement rate — high engagement, a strong quality signal
- 🏆 #972 of 1560 bukkit mods in this game by downloads
📋 About This Mod
# Profitable !(https://github.com/user-attachments/assets/ba556248-c80e-4241-91cd-cc5accb431d5) ## About Profitable is a Minecraft Economy plugin that adds **real** supply and demand to the game using an exchange! This means that prices arent pre-set, nor just go up +1 when someone buys something, Prices are **placed by the players** by using orders, which transact whenever two orders agree on certain price range, and thus turning into the current value of the asset. !(https://github.com/user-attachments/assets/1b4a3f2a-2f9b-4d6a-85b5-fdbfee64bdce) # 🔖 Plugin Features ## ⭐️ Highlights - **Player-driven prices** - **Instant transactions at the best price using orders** - **Partial fills** - **Multi-asset wallets** - **Offline transactions** - **Item-based Currencies** - **Entity trading** - **Item trading** - **Currency trading (Forex)** - **Advanced trading** - **Candle graphs display prices** - **Fees (Taxes)** - **Automatic database migration** - **MySQL support** - **Full Folia support** ## Integration - **Vault**: Anything compatible with vault its compatible with Profitable - **PlayerPoints** <details> <summary>Config file</summary> ``` # allows Vault currency be added as an asset, withdrawn or deposited to your account vault-support: true # allows PlayerPoints currency be added as an asset, withdrawn or deposited to your account player-points-support: true colors: # Allows customization of command outputs and graphs # Color for prices going up (hex) bullish: "#8CD740" # Color for prices going down (hex) bearish: "#FA413B" database: # orders are able to transact across worlds if false data-per-world: false # (0)-SQLite (1)-mySQL database-type: 0 mysql: host: port: database: username: password: options: "?useSSL=true&requireSSL=true&serverTimezone=UTC&allowPublicKeyRetrieval=true" exchange: fees: # Fixed: 23 Percentage: 23% # Fees when you take money from your wallet withdrawal-fees: 0 # Fees when you add money to your wallet deposit-fees: 0 commodities: fees: # Fixed: 23 Percentage: 23% # Fees when you transact immediately with another order taker-fees: 0 # Fees when you add an order to the order book maker-fees: 0 # Fees when you use the claiming tag on an entity (fixed only) entity-claiming-fees: 0 # Commodities spawn on account's delivery location when transacting (commodities are added to wallet when false) physical-delivery: true # Allow taking commodities from your wallet for transactions take-wallet: true # Allow taking items from your inventory for transactions take-inventory: true # Allow taking claimed entities from world for transactions take-world: true # note: commodities are RAW and FUNGIBLE materials traded in BULK that are then processed into different products # crops and building material can be commodities as well: # # IRON IS a commodity (in real life) # -All bars are the same quality, therefore interchangeable (Fungible) v # -Traded in large amounts (Traded in Bulk) v # -Usually gathered from the ground (raw material) v # # DIAMOND HELMET is NOT a commodity # -Enchantments, damage, and trims make each one unique (Non-Fungible) x # -Usually traded one at a time (not in bulk) x # -Finished product (not raw) x # # but this is only a recommendation anyway, use this plugin however you want. # generation: # Allows auto-generation of assets for commodities in each world using whitelisting/blacklisting active: true # Enables whitelist and disables blacklist for items item-whitelisting: true commodity-item-whitelist: - COAL - CHARCOAL - IRON_INGOT - COPPER_INGOT - GOLD_INGOT - NETHERITE_SCRAP - AMETHYST_SHARD - DIAMOND - NETHER_QUARTZ - EMERALD - LAPIS_LAZULI - GLOWSTONE_DUST - REDSTONE - WHEAT - EGG - APPLE - MELON_SLICE - PUMPKIN - SWEET_BERRIES - GLOW_BERRIES - CHORUS_FRUIT - CARROT - POTATO - POISONOUS_POTATO - BEETROOT - FISH - RAW_COD - RAW_SALMON - TROPICAL_FISH - PUFFERFISH - SUGARCANE - KELP - COCOA_BEANS - HONEY_BOTTLE - SPIDER_EYE - ROTTEN_FLESH - FLINT - BONE - STRING - FEATHER - LEATHER - HONEYCOMB - INK_SAC - GLOW_INK_SAC - TURTLE_SCUTE - ARMADILLO_SCUTE - SLIME_BALL - CLAY_BALL - PRISMARINE_SHARD - PRISMARINE_CRYSTALS - NAUTILUS_SHELL - HEART_OF_THE_SEA - BLAZE_ROD - BREE
# Profitable
!(https://github.com/user-attachments/assets/ba556248-c80e-4241-91cd-cc5accb431d5)
## About Profitable is a Minecraft Economy plugin that adds real supply and demand to the game using an exchange!
This means that prices arent pre-set, nor just go up +1 when someone buys something, Prices are placed by the players by using orders, which transact whenever two orders agree on certain price range, and thus turning into the current value of the asset.
!(https://github.com/user-attachments/assets/1b4a3f2a-2f9b-4d6a-85b5-fdbfee64bdce)
# 🔖 Plugin Features
## ⭐️ Highlights - Player-driven prices - Instant transactions at the best price using orders - Partial fills - Multi-asset wallets - Offline transactions - Item-based Currencies - Entity trading - Item trading - Currency trading (Forex) - Advanced trading - Candle graphs display prices - Fees (Taxes) - Automatic database migration - MySQL support - Full Folia support
## Integration - Vault: Anything compatible with vault its compatible with Profitable - PlayerPoints
``` # allows Vault currency be added as an asset, withdrawn or deposited to your account vault-support: true
# allows PlayerPoints currency be added as an asset, withdrawn or deposited to your account player-points-support: true
colors: # Allows customization of command outputs and graphs # Color for prices going up (hex) bullish: "#8CD740"
# Color for prices going down (hex) bearish: "#FA413B"
database: # orders are able to transact across worlds if false data-per-world: false
# (0)-SQLite (1)-mySQL database-type: 0
mysql: host: port: database: username: password: options: "?useSSL=true&requireSSL=true&serverTimezone=UTC&allowPublicKeyRetrieval=true"
exchange: fees: # Fixed: 23 Percentage: 23% # Fees when you take money from your wallet withdrawal-fees: 0 # Fees when you add money to your wallet deposit-fees: 0
commodities: fees: # Fixed: 23 Percentage: 23% # Fees when you transact immediately with another order taker-fees: 0 # Fees when you add an order to the order book maker-fees: 0
# Fees when you use the claiming tag on an entity (fixed only) entity-claiming-fees: 0
# Commodities spawn on account's delivery location when transacting (commodities are added to wallet when false) physical-delivery: true
# Allow taking commodities from your wallet for transactions take-wallet: true
# Allow taking items from your inventory for transactions take-inventory: true
# Allow taking claimed entities from world for transactions take-world: true
# note: commodities are RAW and FUNGIBLE materials traded in BULK that are then processed into different products # crops and building material can be commodities as well: # # IRON IS a commodity (in real life) # -All bars are the same quality, therefore interchangeable (Fungible) v # -Traded in large amounts (Traded in Bulk) v # -Usually gathered from the ground (raw material) v # # DIAMOND HELMET is NOT a commodity # -Enchantments, damage, and trims make each one unique (Non-Fungible) x # -Usually traded one at a time (not in bulk) x # -Finished product (not raw) x # # but this is only a recommendation anyway, use this plugin however you want. # generation: # Allows auto-generation of assets for commodities in each world using whitelisting/blacklisting active: true
# Enables whitelist and disables blacklist for items item-whitelisting: true commodity-item-whitelist: - COAL - CHARCOAL - IRON_INGOT - COPPER_INGOT - GOLD_INGOT - NETHERITE_SCRAP - AMETHYST_SHARD - DIAMOND - NETHER_QUARTZ - EMERALD - LAPIS_LAZULI - GLOWSTONE_DUST - REDSTONE - WHEAT - EGG - APPLE - MELON_SLICE - PUMPKIN - SWEET_BERRIES - GLOW_BERRIES - CHORUS_FRUIT - CARROT - POTATO - POISONOUS_POTATO - BEETROOT - FISH - RAW_COD - RAW_SALMON - TROPICAL_FISH - PUFFERFISH - SUGARCANE - KELP - COCOA_BEANS - HONEY_BOTTLE - SPIDER_EYE - ROTTEN_FLESH - FLINT - BONE - STRING - FEATHER - LEATHER - HONEYCOMB - INK_SAC - GLOW_INK_SAC - TURTLE_SCUTE - ARMADILLO_SCUTE - SLIME_BALL - CLAY_BALL - PRISMARINE_SHARD - PRISMARINE_CRYSTALS - NAUTILUS_SHELL - HEART_OF_THE_SEA - BLAZE_ROD - BREE
📊 Mod Details
- Game
- Minecraft Plugins
- Author
- faridfaharaj
- Version
- 0.5.3-beta
- Downloads
- 2,153
- Endorsements
- 39
- Category
- bukkit
- Created
- 4/19/2025
- Updated
- 8/11/2025
- Game Versions
- 1.20, 1.20.1, 1.20.2, 1.20.3, 1.20.4
- Tags
- economy, game-mechanics, social
🔧 How to Install Minecraft Plugins Mods
Download from Modrinth. Use Prism Launcher or drop into your mods folder.
📖 Full step-by-step install guide for Minecraft Plugins →
Visit the official mod page for specific installation instructions for this mod.
🎮 Need cheat codes or console commands? Check ur gaming wiki for Minecraft Plugins commands, item IDs, and more.
❓ Frequently Asked Questions
Which Minecraft Plugins versions does Profitable support?
The author lists 1.20, 1.20.1, 1.20.2, 1.20.3, 1.20.4, 1.20.5. Other versions may work but are untested by the author.
What is the latest version of Profitable?
Version 0.5.3-beta, published 2025-08-11 with 2,153 downloads recorded at the source.
Keep browsing — more Minecraft Plugins mods await





