Skip to content

ezShops - The Problem: make unlimit economy with automation machine #85

Description

@wangzhizhou

In config.yml (lines 182-192), the dynamic pricing feature has default settings that do NOT prevent economy farming:

dynamic-pricing:
  enabled: true
  defaults:
    starting-multiplier: 1.0
    min-multiplier: 0.5
    max-multiplier: 3.0
    buy-change: 0.0      # ← Zero change on buy
    sell-change: 0.0     # ← Zero change on sell

The critical issue: Both buy-change and sell-change are set to 0.0 by default. This means:

When a player buys items from the shop, the price multiplier does not increase (buy-change: 0.0)
When a player sells items back to the shop, the price multiplier does not decrease (sell-change: 0.0)
Result: Players can buy low and immediately sell high repeatedly with zero consequences — infinite economy farming

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions