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

Battlepoints don't load on plugin startup due to invalid world #35

Open
HaedHutner opened this issue Nov 23, 2019 · 1 comment
Open
Labels
bug Something isn't working

Comments

@HaedHutner
Copy link
Contributor

HaedHutner commented Nov 23, 2019

If a battlepoint exists in a custom world, it is created before the custom world, and will fail with the following message:

[16:31:14] [Server thread/ERROR] [atherysbattlegrounds]: Configured location for battlepoint point-id contains invalid world "custom-world-id". Skipping.
@HaedHutner HaedHutner added the bug Something isn't working label Nov 23, 2019
@HaedHutner HaedHutner reopened this Nov 24, 2019
@HaedHutner
Copy link
Contributor Author

HaedHutner commented Nov 24, 2019

Custom worlds will only be loaded when a player belonging to said world joins the game. The world remains unloaded at server startup. This issue still persists for custom worlds, but it should not exist for the default minecraft world.

The current solution to this would just be to reload the plugin ( using /sponge plugins reload ) upon loading the custom world which contains the battlepoint(s) ).

@HaedHutner HaedHutner changed the title Battlepoints don't load on plugin startup Battlepoints don't load on plugin startup due to invalid world Nov 24, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant