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 skyblock from 2.3.30 to 2.5.0 #312

Merged
merged 1 commit into from
Feb 16, 2023

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Feb 16, 2023

Bumps skyblock from 2.3.30 to 2.5.0.

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 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 skyblock from 2.3.30 to 2.5.0.

---
updated-dependencies:
- dependency-name: com.songoda:skyblock
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Feb 16, 2023
@sandtechnology sandtechnology merged commit 14c1dbc into master Feb 16, 2023
@dependabot dependabot bot deleted the dependabot/maven/com.songoda-skyblock-2.5.0 branch February 16, 2023 16:12
sandtechnology added a commit that referenced this pull request Mar 17, 2023
* PlayerFinder:Disable offline search when offline stash is enabled

* Bump to 5.1.1.3

* Add progress report and try-catch block for offline player caching

* Add error counting for caching offline player

* Create crowdin ota workflow

* Let workflow runs when translation PR merged

* Use crowdin ids in secrets

* Add okhttp shutdown logic on plugin disabling

* Say hello to CrowdinOTA again
Change crowdin requesting behavior to use timestamp querying files and not caching when querying manifest

* New Crowdin translations by Github Action (#288)

Co-authored-by: Crowdin Bot <support+bot@crowdin.com>

* Fix test

* Fix test again

* Fix messed okhttp cache folder

* Temporary disable custom_languages field for wrong format
See Ghost-chu/CrowdinCopyDeploy#1

* Fix enderchest shop not working

* Refactor PlayerFinder and solve lag issue for real

* Fix unwanted change to registerCustomCommands

* PlayerFinder: use toLowerCase(Locale.ROOT) when updating

* PlayerFinder: fix a bug which returning null for name2uuid

* Disable the support of reloading DatabaseManager

* Fix bug for bypassing item stacking option

* Add user agent to http query

* Fix a bug for got NPE when eco plugin not installed

* Update LandsAPI ABI

* Add include-offlineplayer-for-command option

* Fix unit test for mojang api

* Fix the bug about using static language

* Update the doc in config.yml for this fix

* #299 Set connectTimeout to 10 seconds

* update mcbbs link (#310)

* fix wrong update link

* update link

* update link

* Update MCBBS Link

* [ShopPurger] Add timeout to prevent crash server

* SubCommand_Find: Add finding enchantments on enchanted books (#306)

* SubCommand_Find: Add finding enchants on books

* Reduce nested if's into singular if statement using &&

* Combine getBooksEnchantments and listContainsString into single function

* Add missed imports

---------

Co-authored-by: sandtechnology <20417547+sandtechnology@users.noreply.github.com>

* Add manual trigger for crowdin workflow

* New Crowdin translations by Github Action (#292)

Co-authored-by: Crowdin Bot <support+bot@crowdin.com>

* #305 Fix wrong potionEffect level showing

* Bump skyblock from 2.3.30 to 2.5.0 (#312)

Bumps skyblock from 2.3.30 to 2.5.0.

---
updated-dependencies:
- dependency-name: com.songoda:skyblock
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Add listener to handle Spartan compatibility

* Add missed soft depends for Spartan

* #316 Delete wrong depends on ArmShopBridge

* New Crowdin translations by Github Action (#313)

Co-authored-by: Crowdin Bot <support+bot@crowdin.com>

* Refactor PriceLimiter
Improve code readability
Fix free shop price checking
Fix digit checking not working other than shop creation
Send detail message to player after price check failed

* Fix wrong price in price error message

* Add missed comment

* Remove GroupManager check
No idea why ghost adding this check, groupmanager should work along with QS

* Fix maximumDigitsInPrice not working
It should have extra # in formatting

* Fix broken maximumDigitsInPrice config option and config version

* Fix broken coloring

* Fix javadoc for isBookEnchantmentsMatched method

* Revert "Fix broken coloring"

This reverts commit df93077.

* Use modified MineDown to fix color issue

* Fix price limit message not correct

* Fix not calc the real tax in message when selling item (permission)

* Add PlayerShopClickEvent and Deprecated ShopClickEvent

* Add 1.19.4 support

* New Crowdin translations by Github Action (#320)

Co-authored-by: Crowdin Bot <support+bot@crowdin.com>

* Bump GriefPrevention from 16.18 to 16.18.1 (#324)

Bumps [GriefPrevention](https://github.com/TechFortress/GriefPrevention) from 16.18 to 16.18.1.
- [Release notes](https://github.com/TechFortress/GriefPrevention/releases)
- [Commits](GriefPrevention/GriefPrevention@16.18...16.18.1)

---
updated-dependencies:
- dependency-name: com.github.TechFortress:GriefPrevention
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump SongodaCore from 2.6.16 to 2.6.18 (#303)

Bumps SongodaCore from 2.6.16 to 2.6.18.

---
updated-dependencies:
- dependency-name: com.songoda:SongodaCore
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump LandsAPI from 6.26.18 to 6.28.11 (#314)

Bumps [LandsAPI](https://github.com/Angeschossen/LandsAPI) from 6.26.18 to 6.28.11.
- [Release notes](https://github.com/Angeschossen/LandsAPI/releases)
- [Commits](IncrediblePlugins/LandsAPI@6.26.18...6.28.11)

---
updated-dependencies:
- dependency-name: com.github.angeschossen:LandsAPI
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump spigot-api from 1.19.3-R0.1-SNAPSHOT to 1.19.4-R0.1-SNAPSHOT (#325)

Bumps spigot-api from 1.19.3-R0.1-SNAPSHOT to 1.19.4-R0.1-SNAPSHOT.

---
updated-dependencies:
- dependency-name: org.spigotmc:spigot-api
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump PlotSquared-Core from 6.10.5 to 6.11.1 (#321)

Bumps [PlotSquared-Core](https://github.com/IntellectualSites/PlotSquared) from 6.10.5 to 6.11.1.
- [Release notes](https://github.com/IntellectualSites/PlotSquared/releases)
- [Commits](IntellectualSites/PlotSquared@6.10.5...6.11.1)

---
updated-dependencies:
- dependency-name: com.plotsquared:PlotSquared-Core
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump to 5.1.2.0

* Fix price change log recording wrong new price

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: Crowdin Bot <support+bot@crowdin.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: YuanYuanOwO <81153017+YuanYuanOwO@users.noreply.github.com>
Co-authored-by: Efe Kurban <efekurbann@gmail.com>
Co-authored-by: Smudge <68658429+smuddgge@users.noreply.github.com>
Co-authored-by: Sarah <M.SarahGreyWolf@outlook.com>
@sandtechnology sandtechnology mentioned this pull request Mar 17, 2023
sandtechnology added a commit that referenced this pull request Mar 17, 2023
* PlayerFinder:Disable offline search when offline stash is enabled

* Bump to 5.1.1.3

* Add progress report and try-catch block for offline player caching

* Add error counting for caching offline player

* Create crowdin ota workflow

* Let workflow runs when translation PR merged

* Use crowdin ids in secrets

* Add okhttp shutdown logic on plugin disabling

* Say hello to CrowdinOTA again
Change crowdin requesting behavior to use timestamp querying files and not caching when querying manifest

* New Crowdin translations by Github Action (#288)



* Fix test

* Fix test again

* Fix messed okhttp cache folder

* Temporary disable custom_languages field for wrong format
See Ghost-chu/CrowdinCopyDeploy#1

* Fix enderchest shop not working

* Refactor PlayerFinder and solve lag issue for real

* Fix unwanted change to registerCustomCommands

* PlayerFinder: use toLowerCase(Locale.ROOT) when updating

* PlayerFinder: fix a bug which returning null for name2uuid

* Disable the support of reloading DatabaseManager

* Fix bug for bypassing item stacking option

* Add user agent to http query

* Fix a bug for got NPE when eco plugin not installed

* Update LandsAPI ABI

* Add include-offlineplayer-for-command option

* Fix unit test for mojang api

* Fix the bug about using static language

* Update the doc in config.yml for this fix

* #299 Set connectTimeout to 10 seconds

* update mcbbs link (#310)

* fix wrong update link

* update link

* update link

* Update MCBBS Link

* [ShopPurger] Add timeout to prevent crash server

* SubCommand_Find: Add finding enchantments on enchanted books (#306)

* SubCommand_Find: Add finding enchants on books

* Reduce nested if's into singular if statement using &&

* Combine getBooksEnchantments and listContainsString into single function

* Add missed imports

---------



* Add manual trigger for crowdin workflow

* New Crowdin translations by Github Action (#292)



* #305 Fix wrong potionEffect level showing

* Bump skyblock from 2.3.30 to 2.5.0 (#312)

Bumps skyblock from 2.3.30 to 2.5.0.

---
updated-dependencies:
- dependency-name: com.songoda:skyblock
  dependency-type: direct:production
  update-type: version-update:semver-minor
...




* Add listener to handle Spartan compatibility

* Add missed soft depends for Spartan

* #316 Delete wrong depends on ArmShopBridge

* New Crowdin translations by Github Action (#313)



* Refactor PriceLimiter
Improve code readability
Fix free shop price checking
Fix digit checking not working other than shop creation
Send detail message to player after price check failed

* Fix wrong price in price error message

* Add missed comment

* Remove GroupManager check
No idea why ghost adding this check, groupmanager should work along with QS

* Fix maximumDigitsInPrice not working
It should have extra # in formatting

* Fix broken maximumDigitsInPrice config option and config version

* Fix broken coloring

* Fix javadoc for isBookEnchantmentsMatched method

* Revert "Fix broken coloring"

This reverts commit df93077.

* Use modified MineDown to fix color issue

* Fix price limit message not correct

* Fix not calc the real tax in message when selling item (permission)

* Add PlayerShopClickEvent and Deprecated ShopClickEvent

* Add 1.19.4 support

* New Crowdin translations by Github Action (#320)



* Bump GriefPrevention from 16.18 to 16.18.1 (#324)

Bumps [GriefPrevention](https://github.com/TechFortress/GriefPrevention) from 16.18 to 16.18.1.
- [Release notes](https://github.com/TechFortress/GriefPrevention/releases)
- [Commits](GriefPrevention/GriefPrevention@16.18...16.18.1)

---
updated-dependencies:
- dependency-name: com.github.TechFortress:GriefPrevention
  dependency-type: direct:production
  update-type: version-update:semver-patch
...




* Bump SongodaCore from 2.6.16 to 2.6.18 (#303)

Bumps SongodaCore from 2.6.16 to 2.6.18.

---
updated-dependencies:
- dependency-name: com.songoda:SongodaCore
  dependency-type: direct:production
  update-type: version-update:semver-patch
...




* Bump LandsAPI from 6.26.18 to 6.28.11 (#314)

Bumps [LandsAPI](https://github.com/Angeschossen/LandsAPI) from 6.26.18 to 6.28.11.
- [Release notes](https://github.com/Angeschossen/LandsAPI/releases)
- [Commits](IncrediblePlugins/LandsAPI@6.26.18...6.28.11)

---
updated-dependencies:
- dependency-name: com.github.angeschossen:LandsAPI
  dependency-type: direct:production
  update-type: version-update:semver-minor
...




* Bump spigot-api from 1.19.3-R0.1-SNAPSHOT to 1.19.4-R0.1-SNAPSHOT (#325)

Bumps spigot-api from 1.19.3-R0.1-SNAPSHOT to 1.19.4-R0.1-SNAPSHOT.

---
updated-dependencies:
- dependency-name: org.spigotmc:spigot-api
  dependency-type: direct:production
  update-type: version-update:semver-patch
...




* Bump PlotSquared-Core from 6.10.5 to 6.11.1 (#321)

Bumps [PlotSquared-Core](https://github.com/IntellectualSites/PlotSquared) from 6.10.5 to 6.11.1.
- [Release notes](https://github.com/IntellectualSites/PlotSquared/releases)
- [Commits](IntellectualSites/PlotSquared@6.10.5...6.11.1)

---
updated-dependencies:
- dependency-name: com.plotsquared:PlotSquared-Core
  dependency-type: direct:production
  update-type: version-update:semver-minor
...




* Bump to 5.1.2.0

* Fix price change log recording wrong new price

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: Crowdin Bot <support+bot@crowdin.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: YuanYuanOwO <81153017+YuanYuanOwO@users.noreply.github.com>
Co-authored-by: Efe Kurban <efekurbann@gmail.com>
Co-authored-by: Smudge <68658429+smuddgge@users.noreply.github.com>
Co-authored-by: Sarah <M.SarahGreyWolf@outlook.com>
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant