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

Entities not loading in upon bskyblock island generation #2340

Closed
shezzaleenders opened this issue Apr 13, 2024 · 3 comments
Closed

Entities not loading in upon bskyblock island generation #2340

shezzaleenders opened this issue Apr 13, 2024 · 3 comments
Assignees
Labels
Status: Done This issue has been completed or answered. This pull request has been merged. Type: Bug

Comments

@shezzaleenders
Copy link

Expected behavior

A mob should be on the island when a player first creates their island, since it was there when the island blueprint was copied and saved.

Observed/Actual behavior

The island generates everything correctly except the mob is not spawned. The island blueprint was indeed copied and saved with a mob present on it.

Steps/models to reproduce

  • Player does /sb create or /sb reset and generates a new island

  • Everything about the blueprint that is loaded in is correct except the mob(s) that were intended to be there are not there.

  • New blueprints of many different varieties have been created and tested, all of which did indeed have a mob on them when copied and save, but not a single mob will load in upon island generation.

(mobs in question are all either cows, pigs, or chickens, and they have all been renamed by a nametag to something unique)

BentoBox version

[13.04 16:43:07] [Server] [INFO] Running PAPER 1.20.4.
[13.04 16:43:07] [Server] [INFO] (git-Paper-484 (MC: 1.20.4))
[13.04 16:43:07] [Server] [INFO] BentoBox version: 2.2.0
[13.04 16:43:07] [Server] [INFO] Database: JSON
[13.04 16:43:07] [Server] [INFO] Loaded Game Worlds:
[13.04 16:43:07] [Server] [INFO] bskyblock_world (BSkyBlock): Overworld, Nether, The End
[13.04 16:43:07] [Server] [INFO] caveblock-world (CaveBlock): Overworld, Nether, The End
[13.04 16:43:07] [Server] [INFO] skygrid-world (SkyGrid): Overworld, Nether, The End
[13.04 16:43:07] [Server] [INFO] Loaded Addons:
[13.04 16:43:07] [Server] [INFO] Biomes 2.1.1 (ENABLED)
[13.04 16:43:07] [Server] [INFO] BSkyBlock 1.17.1 (ENABLED)
[13.04 16:43:07] [Server] [INFO] CaveBlock 1.18.0 (ENABLED)
[13.04 16:43:07] [Server] [INFO] Challenges 1.3.0 (ENABLED)
[13.04 16:43:07] [Server] [INFO] ControlPanel 1.13.1 (ENABLED)
[13.04 16:43:07] [Server] [INFO] DimensionalTrees 1.7.0 (ENABLED)
[13.04 16:43:07] [Server] [INFO] Level 2.12.0 (ENABLED)
[13.04 16:43:07] [Server] [INFO] Limits 1.20.1 (ENABLED)
[13.04 16:43:07] [Server] [INFO] SkyGrid 1.19.0 (ENABLED)
[13.04 16:43:07] [Server] [INFO] Warps 1.14.0 (ENABLED)

Plugin list

No response

Other

We recently upgraded our server from 1.17 to 1.20.4. I uploaded our old blueprints onto the new version of the server, but I also tried creating entirely new blueprints and in both cases I cannot get any mobs to appear on island generation.

@shezzaleenders
Copy link
Author

Update: I downgraded to BentoBox version 2.1.1 and the issue is fixed! It definitely seems to be a version 2.2.0 issue.

@tastybento tastybento self-assigned this Apr 14, 2024
@tastybento tastybento added Status: Under investigation Investigating the interest and the feasability of the issue. Type: Bug labels Apr 14, 2024
@tastybento
Copy link
Member

Bug replicated. Investigating...

@tastybento tastybento added Status: Done This issue has been completed or answered. This pull request has been merged. and removed Status: Under investigation Investigating the interest and the feasability of the issue. labels Apr 15, 2024
@tastybento
Copy link
Member

Fixed in 2.3.0

tastybento added a commit that referenced this issue May 5, 2024
* Switch to use database for team invites.

* WIP multipaper

* Fixes teams. Test still need to be fixed.

* Islands are now updated correctly across servers.

This build has a lot of debug in it!

* Fix tests

* Remove debug

* Remove primary island listing

* Version id

* Fix team management and ranks

* Removed debug

* Handle island deletion better

* Island deletion across servers.

* Fix bug with MythicMobs changes #2340

* 2.4.0

* Load of debug - trying to solve the settings slowness

* Debug debug

* Bug found - addPlayer being called instead of getPlayer

* Uncomment code after debug

* Fix tests
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Status: Done This issue has been completed or answered. This pull request has been merged. Type: Bug
Projects
None yet
Development

No branches or pull requests

2 participants