Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump com.github.Gypopo:EconomyShopGUI-API from 1.4.0 to 1.7.0 #11

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 26, 2024

Bumps com.github.Gypopo:EconomyShopGUI-API from 1.4.0 to 1.7.0.

Release notes

Sourced from com.github.Gypopo:EconomyShopGUI-API's releases.

1.7.0

This update aims to bring easy to use method to get the prices for shop items.

Since this was rather tedious/complicated because it required developers to call multiple methods before to calculate the prices and check for item limits, there are now a few methods to do this using only one API call. See more info on how to use these new methods on our wiki here: https://wiki.gpplugins.com/economyshopgui/api/api-usage#getting-item-prices-using-one-api-call

  • Added EconomyShopGUIHook#getSellPrice(OfflinePlayer, ItemStack), EconomyShopGUIHook#getSellPrices(OfflinePlayer, ItemStack...) & EconomyShopGUIHook#getCutSellPrices(OfflinePlayer, ItemStack[])
  • Added EconomyShopGUIHook#getBuyPrice(OfflinePlayer, ItemStack)
  • Added CoinsEngine and EcoBits as EconomyType

1.6.2

  • Fixed missing static event method

1.6.1

  • Added ShopItemsLoadEvent
  • Added support for ShopItem#hasSeasonModifier()

1.6.0

  • Added #getItemSellPrice(ShopItem, ItemStack, Player, int, int) method to exactly calculate the DynamicPrice
  • Added #isBuyAble(ShopItem) and #isSellAble(ShopItem) helper methods
  • Added support for getting the items multiple buy/sell prices using the AdvancedSellPrice and AdvancedBuyPrice classes
  • Added support for EXP economy type

1.5.0

  • Added support for ShopItem.getItemPath(), ShopItem.getShopItem(), ShopItem.isLinked(), ShopItem.getSubSection(), ShopItem.isHidden(), ShopItem.hasItemError(), ShopItem.isDisplayItem(), ShopItem.isDynamicPricing() and ShopItem.getLevelRequired()
  • Added support for EconomyShopGUIHook.getShopItem(Player, ItemStack) and EconomyShopGUIHook.getShopItem(String)
  • Added support for EconomyShopGUIHook.hasPermissions()
  • Added support for EconomyType.LEVELS

1.4.6

  • Added support for EconomyShopGUIHook#getEcon()
  • Added support for ShopItem#getStackSize()
  • Added support for EconomyShopGUIHook#getItemBuyPrice(ShopItem, int) & EconomyShopGUIHook#getItemBuyPrice(ShopItem, Player, int)
  • Added support for Transaction.Type.AUTOSELLCHESTS

1.4.5

  • Added support for quick buy/sell
  • Added support for max item amounts helper methods in ShopItem.class

1.4.4

  • Added support for EconomyType#getFromString()

1.4.3

  • Added support for ShopItem#getEcoType()
  • Added support for multiple currencies inside transaction events

1.4.2

  • Added method to check for the item's refill stock mode

1.4.1

... (truncated)

Commits
  • 6f27f80 Added EcoBits and CoinsEngine as EconomyType
  • 91bb586 Added simple to use method to get buy prices/update item stock in one method
  • cc0c5f7 Added simple to use method to get sell prices/update item stock in one method
  • 7546ad1 1.6.2
  • 97b7f0f Fixed missing static event method
  • 7af26c0 - Added ShopItemsLoadEvent
  • dd814a6 Pushed to v1.6.0
  • f177b6c Added #getItemSellPrice(ShopItem, ItemStack, Player, int, int) method to exac...
  • 21fe67b Added #isBuyAble(ShopItem) and #isSellAble(ShopItem) helper methods
  • 8ff8e2a Added support for getting the items multiple buy/sell prices
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [com.github.Gypopo:EconomyShopGUI-API](https://github.com/Gypopo/EconomyShopGUI-API) from 1.4.0 to 1.7.0.
- [Release notes](https://github.com/Gypopo/EconomyShopGUI-API/releases)
- [Commits](Gypopo/EconomyShopGUI-API@1.4.0...1.7.0)

---
updated-dependencies:
- dependency-name: com.github.Gypopo:EconomyShopGUI-API
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file java Pull requests that update Java code labels Feb 26, 2024
@SpraxDev SpraxDev merged commit 7bb1d87 into development Feb 26, 2024
2 checks passed
@dependabot dependabot bot deleted the dependabot/maven/development/com.github.Gypopo-EconomyShopGUI-API-1.7.0 branch February 26, 2024 12:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file java Pull requests that update Java code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant