Too Much Stock

This plugin aims to provide an API for dynamic pricing based on trade volume and popularity of items. In order to keep the Server economy within limits the following factors are put in place:

  • Trade volume per player & item, per shop & item, globally per item in
    • Limit of total sold items (disperseAmount)
    • Limit of total items purchased (purchaseAmount)
    • Limit of total income through trade per currency (incomeLimit)
    • Limit of total spedings through trande per currency (spendingLimit)
  • Price modifications per player & item, per shop & item, globally per item with
    • Price multiplier for any sold item (dispersionDevaluation)
    • Price decay rate per item sold by a player
    • Price growth rate per item bought by a plaer
    • Discrapency returns over time with half life in minutes
    • Reset periods to prevent permanent damage to prices

Every aspect can be tuned and disabled through a config file. Most configurations can be done per item through item type / meta or nbt filters.

Keep in mind that this plugin primarily tracks price increase, this means you can still make shops that sell items for more or less money (e.g. black markets) but the prices still scale with demand and supply!

Additional features:

  • Create Item aliases through a command, for use in per item configurations
  • Visually display global price history and player specific price history per item

Commands & Permissions

  • /toomuchstock reload [--hard] (Permission: toomuchstock.command.reload)
    Reload the config. If –hard is specified, will also reset cooldowns.
  • /toomuchstock define <filter> <name> (Permission: toomuchstock.command.define)
    Hold an item to add it to the config under the specified name for per item configuration
  • /toomuchstock history [item] (Permission: toomuchstock.command.stonks)
    Hold an item or type the item name in the command to get a visual history of the item price (as multiplier to a base price) over the last 30 minutes.

Example config

An example configuration with comments can be found here.

External connections

none

I’m always open for suggestions:

Join my Discord

Category: Economy

Published on Mar 15, 2020

views

stars

watchers

total downloads

Promoted Versions

Members