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

Plugin Skipping worlds that have not yet been loaded. #747

Closed
Brasil150 opened this issue Aug 11, 2024 · 0 comments · Fixed by #762
Closed

Plugin Skipping worlds that have not yet been loaded. #747

Brasil150 opened this issue Aug 11, 2024 · 0 comments · Fixed by #762
Labels
incompatibility A plugin that OldCombatMechanics is incompatible with

Comments

@Brasil150
Copy link

Information

  • Server Version: Dionysus-1.12.2

  • OldCombatMechanics version: OldCombatMechanics [commit: 431198e]

[16:02:18 WARN]: [OldCombatMechanics] Configured world End not found, skipping...
[16:02:18 WARN]: [OldCombatMechanics] Configured world LostIslands not found, skipping...
[16:02:18 WARN]: [OldCombatMechanics] Configured world Temple not found, skipping...

Problem Description

Skipping plugin worlds that have not yet been loaded.

To Reproduce

Steps to reproduce the behavior:

  1. Use a plugin that load worlds after Oldcombatmechanics
  2. Start the server
  3. The plugin will ignore the defined worlds in the configuration.

Expected Behaviour

The plugin should wait for all worlds to be loaded and then perform their verification.

Actual Behaviour

The plugin executes verification before all the world are loaded.

I am running a skywars server whose plugin is loaded after OldcombatmeChanics. Causing the oldcombatmechanics to ignore these worlds.

@Brasil150 Brasil150 added the investigate We have yet to investigate this issue label Aug 11, 2024
@kernitus kernitus added incompatibility A plugin that OldCombatMechanics is incompatible with and removed investigate We have yet to investigate this issue labels Oct 28, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
incompatibility A plugin that OldCombatMechanics is incompatible with
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants