TheBusyBiscuit / CS-CoreLib2

This is an updated (LITE) Version of CS-CoreLib. Instead of being a hard dependency, it should be shaded instead.
MIT License
19 stars 18 forks source link

Update dependency world.bentobox:bentobox to v1.17.2 #202

Open renovate[bot] opened 3 years ago

renovate[bot] commented 3 years ago

WhiteSource Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
world.bentobox:bentobox 1.16.2 -> 1.17.2 age adoption passing confidence

Release Notes

BentoBoxWorld/BentoBox ### [`v1.17.2`](https://togithub.com/BentoBoxWorld/BentoBox/releases/1.17.2) [Compare Source](https://togithub.com/BentoBoxWorld/BentoBox/compare/1.17.1...1.17.2) #### Compatibility βœ”οΈ Minecraft 1.17.1, 1.17 βœ”οΈ Java 16 #### Upgrading If you are on BentoBox 1.17.1 then this should just be a drop-in replacement, but as always, take backups just in case. 1. Stop server 2. Replace the BentoBox jar with this one 3. Make a backup of your server worlds and the BentoBox folder 4. Restart the server 5. You should be good to go! #### Changelog ##### Legend - πŸ”‘ locale files may need to be regenerated or updated. - βš™οΈ config options have been removed, renamed or added. - πŸ”Ί special attention needed. ##### Change Log - Fix for empty chests with Paper Spigot. (commit: [`b5725e7`](https://togithub.com/BentoBoxWorld/BentoBox/commit/b5725e7)) - Quote filename of addon that cannot be loaded. (commit: [`3b136f0`](https://togithub.com/BentoBoxWorld/BentoBox/commit/3b136f0)) - Removes unneeded exploit protection code for skulls ([#​1810](https://togithub.com/BentoBoxWorld/BentoBox/issues/1810)) (commit: [`9b1d616`](https://togithub.com/BentoBoxWorld/BentoBox/commit/9b1d616)) - Fix bucket dupe ([#​1806](https://togithub.com/BentoBoxWorld/BentoBox/issues/1806)) (commit: [`21fed6e`](https://togithub.com/BentoBoxWorld/BentoBox/commit/21fed6e)) - Note - this does not fix all dupes - Add alternative Addon#getIslandManager method ([#​1797](https://togithub.com/BentoBoxWorld/BentoBox/issues/1797)) (commit: [`2044c73`](https://togithub.com/BentoBoxWorld/BentoBox/commit/2044c73)) ### [`v1.17.1`](https://togithub.com/BentoBoxWorld/BentoBox/releases/1.17.1) [Compare Source](https://togithub.com/BentoBoxWorld/BentoBox/compare/1.17.0...1.17.1) #### Compatibility βœ”οΈ Minecraft 1.17.1, 1.17 βœ”οΈ Java 16 #### Upgrading If you are on BentoBox 1.17.0 then this should just be a drop-in replacement, but as always, take backups just in case. 1. Stop server 2. Replace the BentoBox jar with this one 3. Make a backup of your server worlds and the BentoBox folder 4. Restart the server 5. You should be good to go! #### Changelog ##### Legend - πŸ”‘ locale files may need to be regenerated or updated. - βš™οΈ config options have been removed, renamed or added. - πŸ”Ί special attention needed. ##### Change Log - Add support for Minecraft 1.17.1 - Add homes command to default player options. - BStats: Implements better online player counter. ([#​1791](https://togithub.com/BentoBoxWorld/BentoBox/issues/1791)) - Current one is based on online player count when bStats sends data to the server. - This one will send data about amount of players who logged in the server. - Add Boxed Gamemode to the list. ([#​1793](https://togithub.com/BentoBoxWorld/BentoBox/issues/1793)) - Add Bank addon ([#​1792](https://togithub.com/BentoBoxWorld/BentoBox/issues/1792)) - Add Holographic Displays as SoftDepend for AOneBlock ([#​1794](https://togithub.com/BentoBoxWorld/BentoBox/issues/1794)) - Custom date time format support for / info ([#​1783](https://togithub.com/BentoBoxWorld/BentoBox/issues/1783)) - Fixes [#​1720](https://togithub.com/BentoBoxWorld/BentoBox/issues/1720) - βš™οΈπŸ”‘ Parent/sub-flag support, split up and designate CONTAINER flag as parent flag ([#​1784](https://togithub.com/BentoBoxWorld/BentoBox/issues/1784)) - Fixes [#​1777](https://togithub.com/BentoBoxWorld/BentoBox/issues/1777) - Split CONTAINER flag into multiple flags. CONTAINER split into - CONTAINER (Chest/Minecart Chest) - BARREL (Barrel) - COMPOSTER (Composter) - FLOWER_POT (Flower Pot) - SHULKER_BOX (Shulker Box) - TRAPPED_CHEST (Trapped Chest) - Add subflag support - βš™οΈπŸ”‘ Add world setting flag for island visitors keep inventory ([#​1785](https://togithub.com/BentoBoxWorld/BentoBox/issues/1785)) - BStats: Implement 3 bar charts: addons, gamemodes, hooks ([#​1790](https://togithub.com/BentoBoxWorld/BentoBox/issues/1790)) - BStats supports sending Bar chart data, however, it does not display it via their site directly. It can be called manually, to view. PieChart does not work very well for addons and hooks. BarChart however allows viewing each addon separately. This change allows sending data to the server about bar charts. Co-authored-by: BONNe, Fredthedoggy, Justin, tastybento ### [`v1.17.0`](https://togithub.com/BentoBoxWorld/BentoBox/releases/1.17.0) [Compare Source](https://togithub.com/BentoBoxWorld/BentoBox/compare/1.16.2...1.17.0) #### Compatibility βœ”οΈ Minecraft 1.17 βœ”οΈ Java 16 **Note: This version requires Paper/Spigot 1.17+ and Java 16 to run.** BentoBox now has a new API that enables Addons to be loaded using the server plugin classloader. This will mean that plugins will be able to access API and data directly in Addons. These new Addon/Plugin hybrids are called **Pladdons**. You will need to update BSkyBlock and other addons to use this version of BentoBox. ### Upgrading Upgrading from 1.16.5 must be done very carefully and is beyond the scope of BentoBox. Make sure you make a lot of backups and be prepared to use them. ### Downloading You can download the addons and BentoBox in GitHub or download from https://download.bentobox.world. ### Change Log - Translate tr.yml via GitLocalize ([#​1761](https://togithub.com/BentoBoxWorld/BentoBox/issues/1761)) (commit: [`03417a7`](https://togithub.com/BentoBoxWorld/BentoBox/commit/03417a7)) - Fixes Invincible Visitor settings panel (commit: [`e472e07`](https://togithub.com/BentoBoxWorld/BentoBox/commit/e472e07)) - Total translation rate that appears to be incorrect in the system ([#​1765](https://togithub.com/BentoBoxWorld/BentoBox/issues/1765)) (commit: [`7f82974`](https://togithub.com/BentoBoxWorld/BentoBox/commit/7f82974)) - Add GSON enum type adapter for compatibility with Mohist (commit: [`bedeb7c`](https://togithub.com/BentoBoxWorld/BentoBox/commit/bedeb7c)) - Update es.yml ([#​1775](https://togithub.com/BentoBoxWorld/BentoBox/issues/1775)) (commit: [`a91203d`](https://togithub.com/BentoBoxWorld/BentoBox/commit/a91203d)) - Remove SLIME_SPLIT spawn reason from natural mob spawning flag ([#​1774](https://togithub.com/BentoBoxWorld/BentoBox/issues/1774)) (commit: [`7768cc6`](https://togithub.com/BentoBoxWorld/BentoBox/commit/7768cc6)) - Minecraft 1.17 support ([#​1781](https://togithub.com/BentoBoxWorld/BentoBox/issues/1781)) (commit: [`c2e8320`](https://togithub.com/BentoBoxWorld/BentoBox/commit/c2e8320))

Configuration

πŸ“… Schedule: At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

β™» Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

πŸ”• Ignore: Close this PR and you won't be reminded about this update again.



This PR has been generated by WhiteSource Renovate. View repository job log here.