-
Notifications
You must be signed in to change notification settings - Fork 0
Installation
DevDocDrewskii edited this page Jun 10, 2026
·
2 revisions
- A Spigot or Paper server, version 1.8 through 26.x.
-
One supported shop plugin (this is where the multiplier is applied):
EconomyShopGUI, EconomyShopGUI-Premium, ShopGUI+, zShop, UltimateShop, GUIShop, or
EssentialsX (its
/sellcommand). - Vault plus an economy plugin, if your shop uses Vault for payouts.
- Optional: PlaceholderAPI for placeholders, and any of Nexo / Oraxen / ItemsAdder / HeadDatabase for custom menu icons.
None of the optional plugins are required to load ProfitMultiplier. It detects whatever is installed and hooks it automatically.
- Download
ProfitMultiplier-x.x.x.jar. - Place it in your server's
plugins/folder. - Restart the server (a reload is not recommended for first install).
- Open
plugins/ProfitMultiplier/config.yml, adjust to taste, then run/pm reload.
On startup the console logs which shops were hooked:
[ProfitMultiplier] Sell hooks active: [EconomyShopGUI]
If you see No supported shop plugin detected, install one of the supported shops or check
the hooks section in your config. Enable debug: true in config.yml for verbose
logging while you set things up.
plugins/ProfitMultiplier/
config.yml # ladders, groups, currencies, shop hooks
lang.yml # all player-facing messages
data.yml # per-player sold totals (do not edit by hand)
menus/
sellmulti.yml # the /sellmulti menu
groups.yml # the paginated group browser
- Learn the model: How It Works
- Set up ladders: Items and Groups
- Customise the menu: Menus
ProfitMultiplier by DocDrewskii - Repository - Issues - Developer API
Getting started
Configuration
- Overview
- Items
- Groups
- Stacking Multipliers
- Custom Currencies
- Milestones & Discord
- Auto-Reset
- Messages (lang.yml)
Shops
Menus (GUI)
Placeholders
Developers
Help