Skip to content

An economy-simulating shop plugin for Paper Minecraft 1.16+

License

Notifications You must be signed in to change notification settings

Brokk-Eitri/MarketCraft

Repository files navigation

MarketCraft

About

An economy-simulation plugin for MineCraft.
Item prices are calculated based on their rarity, and can then be bought and sold at the GUI shop using in-game money.

Details

Price is calculated by:

rarity = 1 - ((count - lowest) / (highest - lowest))
price = min + (max - min) * rarity

count: The number of this item that have been collected.
lowest, highest: The counts of the most and least common items.
min, max, the minimum and maximum price an item can have.

Count is affected by:

  • Breaking blocks
  • Placing blocks
  • Crafting items
  • Smelting items
  • Mob drops
  • Harvesting crops

About

An economy-simulating shop plugin for Paper Minecraft 1.16+

Topics

Resources

License

Code of conduct

Stars

Watchers

Forks

Packages

No packages published

Languages