πŸ“ˆMultipliers

Give players bonus rates on buying and selling!


Overview

Multipliers allow you to give players boosted sell prices or discounted buy prices. Perfect for VIP perks, special events, or promotional periods.


How Multipliers Work

Type
Effect
Example

Sell Multiplier

Increases sell prices

1.5x = 50% more money when selling

Buy Multiplier

Decreases buy prices

1.5x = 33% cheaper purchases


Giving Multipliers

Command Syntax

/ishop multiplier add <type> <value> <player> [time]

Types

Type
Description

all

Both buy and sell

buy

Buy multiplier only

sell

Sell multiplier only

Examples


Removing Multipliers


Configuration

Default Settings

Multiplier Priority

If a player already has a multiplier, the higher one takes priority:


Permission-Based Multipliers

Give multipliers automatically based on permissions:


Multiplier Display

In Lore

Multipliers can be shown in shop item lore:

Active Multiplier Messages


Command Reference

Command
Description

/ishop multiplier add <type> <value> <player> [time]

Give multiplier

/ishop multiplier remove <type> <player>

Remove multiplier

/ishop multiplier info <player>

View player's multipliers

/ishop multiplier help

Show help


PlaceholderAPI

Placeholder
Description

%infiniteshops_multiplier_sell%

Current sell multiplier

%infiniteshops_multiplier_buy%

Current buy multiplier

%infiniteshops_multiplier_sell_time%

Time remaining on sell

%infiniteshops_multiplier_buy_time%

Time remaining on buy


Use Cases

VIP Perks

Give permanent multipliers to donors:

Weekend Events

Use a scheduled task to give everyone multipliers:

Voting Rewards

Integrate with voting plugins:


Permissions

Permission
Description
Default

infiniteshops.multipliers

Manage multipliers

op


Tips

  1. Stack with permission-based multipliers for best flexibility

  2. Use timed multipliers for events

  3. Display active multipliers to players

  4. Balance carefully to not break economy

  5. Combine with taxes for balance

Last updated