Update dependency world.bentobox:bentobox to v2 #71
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.
This PR contains the following updates:
1.22.0-SNAPSHOT
->2.3.0
Release Notes
BentoBoxWorld/BentoBox (world.bentobox:bentobox)
v2.3.0
Compare Source
This release fixes a major bug where mobs were not being pasted from blueprints (MythicMobs were, but hey, not normal mobs!) and also adds some new features:
Compatibility
✔️ Minecraft 1.20.x
✔️ Java 17
✔️ Addons may need to be updated to their latest version to work with this version of BentoBox
Downloading
It's a good idea to use our download site where you can pick and choose add-ons: https://download.bentobox.world.
Upgrading
BentoBox/locales
folder to have the plugin save updated language files.What's Changed
1bce4ec
)e7055c6
)c86eb6a
)ffb955b
)Full Changelog: BentoBoxWorld/BentoBox@2.2.0...2.3.0
v2.2.0
Compare Source
This release adds support for MythicMobs to be included in island blueprints. It also fixes bugs and adds features with a lot of improvements around Teams and team management:
Other changes:
Compatibility
✔️ Minecraft 1.20.x
✔️ Java 17
✔️ Addons may need to be updated to their latest version to work with this version of BentoBox
Downloading
It's a good idea to use our download site where you can pick and choose add-ons: https://download.bentobox.world.
Upgrading
BentoBox/locales
folder to have the plugin save updated language files.What's Changed
Full Changelog: BentoBoxWorld/BentoBox@2.1.1...2.2.0
v2.1.1
Compare Source
This is a hot fix release to fix a bug with accepting team invites using the team GUI.
Compatibility
✔️ Minecraft 1.20.x
✔️ Java 17
✔️ Addons may need to be updated to their latest version to work with this version of BentoBox
Downloading
It's a good idea to use our download site where you can pick and choose add-ons: https://download.bentobox.world.
Upgrading
BentoBox/locales
folder to have the plugin save updated language files.What's Changed
Full Changelog: BentoBoxWorld/BentoBox@2.1.0...2.1.1
v2.1.0
Compare Source
Compatibility
✔️ Minecraft 1.20.x
✔️ Java 17
✔️ Addons may need to be updated to their latest version to work with this version of BentoBox
Downloading
It's a good idea to use our download site where you can pick and choose add-ons: https://download.bentobox.world.
Upgrading
BentoBox/locales
folder to have the plugin save updated language files.Changelog
Legend
What's Changed
0a9da71
)01f51f4
)API:
631a155
)Full Changelog: BentoBoxWorld/BentoBox@2.0.0...2.1.0
v2.0.0
Compare Source
This is a major release with big changes to the plugin! The top new feature is that players can now have more than one island in a world!
Players can create additional islands by running the
create
command, for example/island create
. To teleport to different islands, they can use the islandgo
command. If the island has a name, then they can use that, otherwise BentoBox will randomly assign a number to the island, e.g., "BoxManager's island 2".By default players have only have one island, but you can enable more in the BentoBox
config.yml
, for example:Players can also be given the permission
[gamemode].island.number.[number]
where[gamemode]
is the name of the game mode being played, and[number]
is how many islands the user is allowed, e.g.,bskyblock.island.number.10
.Game modes may in the future allow island number setting directly in their configs, but for now it's mostly global or via perms.
Other changes:
plugins/BentoBox/panels
. The files have comments in them.Compatibility
✔️ Minecraft 1.20.4
✔️ Java 17
✔️ Addons may need to be updated to their latest version to work with this version of BentoBox
Downloading
It's a good idea to use our download site where you can pick and choose add-ons: https://download.bentobox.world.
Upgrading
BentoBox/locales
folder to have the plugin save updated language files.Changelog
Legend
What's Changed
New Contributors
Full Changelog: BentoBoxWorld/BentoBox@1.24.1...2.0.0
v1.24.1
Compare Source
This is a bug fix release. The main fix is for an exploit where players could cause projectile damage on an adjacent island if it was allowed on the island they were in. Now damage checks are done on where the damage occurs and not where the shooter is.
Compatibility
✔️ Minecraft 1.20.1
✔️ Java 17
✔️ Addons may need to be updated to their latest version to work with this version of BentoBox
Downloading
It's a good idea to use our download site where you can pick and choose add-ons: https://download.bentobox.world.
Upgrading
Changelog
Legend
What's Changed
170c31f
)Full Changelog: BentoBoxWorld/BentoBox@1.24.0...1.24.1
v1.24.0
Compare Source
New in this release
Support for Minecraft 1.20.1. This includes adding protection for:
Other changes:
bbox perms
command added to show effective perms as registered by addons. This is only shown in the console.Compatibility
✔️ Minecraft 1.20.1
✔️ Java 17
✔️ Addons may need to be updated to their latest version to work with this version of BentoBox
Downloading
It's a good idea to use our download site where you can pick and choose add-ons: https://download.bentobox.world.
Upgrading
Changelog
Legend
What's Changed
New Contributors
Full Changelog: BentoBoxWorld/BentoBox@1.23.2...1.24.0
v1.23.2
Compare Source
This is a bug fix release for Release 1.23.0 and 1.23.1. Please see the 1.23.0 release notes for the major changes.
What's Changed
New Contributors
Full Changelog: BentoBoxWorld/BentoBox@1.23.1...1.23.2
v1.23.1
Compare Source
This is Release 1.23.0 with a hot-fix to remove debug console spam. Please see the 1.23.0 release notes for the contents.
What's Changed
Full Changelog: BentoBoxWorld/BentoBox@1.23.0...1.23.1
v1.23.0
Compare Source
New in this release
🔺With 1.19.4 comes changes to the underlying API that affects how BentoBox can load Addons that forced a number of changes to BentoBox. Now, more than ever, Addons are like Plugins and will be visible in the
/plugins
command. Therefore, make sure you update your Addons to the latest version compatible with 1.23.0 of BentoBox to ensure they load and work correctly.Other changes:
Compatibility
✔️ Minecraft 1.18.x to 1.19.4, but optimized with NMS for 1.19.4
✔️ Java 17
✔️ Adonis should be updated to their latest version to work with this version of BentoBox
Downloading
It's a good idea to use our download site where you can pick and choose add-ons: https://download.bentobox.world.
Upgrading
Changelog
Legend
What's Changed
Full Changelog: BentoBoxWorld/BentoBox@1.22.0...1.23.0
v1.22.0
New in this release
This release changes how islands are deleted to allow Game Modes to be able to use the latest Bukkit custom world generator API that allows various vanilla generation aspects to be used. The approach taken is to have a pristine reference world stored inside the game world folder (in the
bentobox
folder) that is copied over to the playing world once a reset occurs. The dummy world files act like a cache and should generally never need pruning, but they can be deleted if required because they will be regenerated when required.Compatibility
✔️ Minecraft 1.18.x to 1.19.3, but optimized with NMS for 1.19.x
✔️ Java 17
✔️ See below for DynMap tips.
Downloading
It's a good idea to use our download site where you can pick and choose add-ons: https://download.bentobox.world.
Upgrading
Changelog
Legend
What's Changed
New Contributors
Know issues
During the first run of BentoBox, you will see these worlds being generated and the associated vanilla error:
This is expected and not important... Mojang is lazy to fix the message that complains when a "flat" world without any "layers" is created via spigot api. A flat world with empty layers produces that message on first startup even in vanilla Minecraft.
Full Changelog: BentoBoxWorld/BentoBox@1.21.1...1.22.0
DynMap Tips
Dynmap will pick up on the reference worlds that are used for deletion, so to hide them from view, open 'plugins/dynmap/worlds.txt' and add/change the world-section for the world you want to hide. Add the value 'enabled: false' to that world-section, so that you get something like the following:
See also this FAQ.
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - 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 Mend Renovate. View repository job log here.