Docs/sync missing features#68
Merged
Merged
Conversation
…ermissions - Add /sell (Quick Sell GUI) to Commands reference - Add /shopadmin [browse|market] admin command section - Add /teamshop market subcommand to Commands and TeamsAPI integration page - Fix /teamshop tab-completion list to include 'market' - Add ezshops.shop.admin, ezshops.teamshop.market, ezshops.pricing.admin.set, ezshops.pricing.admin.disable, ezshops.pricing.admin.list to Permissions reference - Add ezshops.teamshop.market to TeamsAPI integration permissions table
…k: schema The documented 'stock-market:' key with volatility-min/max, demand-multiplier, min-price and update-interval never existed in the plugin. The real config key is 'stock:' with enabled, cooldown-millis, blocked, overrides and categories. Volatility (±10%) and demand factor (2% per unit) are hardcoded engine constants in StockMarketManager and are not user-configurable. Updated: - docs/configuration/main-settings.md - docs/shops/pricing/stock-market.md - CHANGELOG.md (2.5.5 bugfix entry)
…val configurable Add volatility-min, volatility-max, demand-multiplier, min-price, and update-interval as real config.yml options under the stock: section. - StockMarketConfig: reads five new keys with backward-compatible defaults - StockMarketManager: replaces static constants with instance fields; add configure() method; setPrice/updatePrice/estimateBulkTotal all use the configurable fields - StockComponent: calls configure() after construction; derives persistence interval from getSaveIntervalMinutes() - config.yml: documents and ships the five new keys with defaults - Docs: main-settings.md and stock-market.md updated to list the options as configurable (not hardcoded) - CHANGELOG: [Unreleased] Added section lists the five new options
|
Codecov Report❌ Patch coverage is
📢 Thoughts on this report? Let us know! |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.