Bug Verified

BulletType mob config error on server startup

#1634 opened by Unknown 5 years ago

Unknownreported this bug

Summary

Causes the following error only on startup not when reloading the plugin. https://pastebin.com/G8EKzCy6 The projectile seems to work normally even with the error stated.

Steps to reproduce

  1. Use these Mob/skill files to test or make your own. Skill: https://pastebin.com/x8rNmLPZ Mob: https://pastebin.com/x3LcPatC
  2. Use Minecraft 1.16.4 and MythicMobs 4.11.0 BETA
  3. Start the server and look at console to spot the error.

Current behavior

Doesn't seem to affect the functionality of the skill still does damage, launches the mob type projectile with all the effects.

Intended correct behavior

It should not state that the mob type is invalid when it's not.

Server log file

Provide a link to a Pastebin paste with a copy of your server's latest.log file from startup to "Done!" AND includes a player connecting.

Debug: https://pastebin.com/8m2GKSez

Provide a link to a Pastebin paste with an excerpt of your latest.log file that includes debug output where you trigger the bugged behavior.

Log File: https://pastebin.com/GhBpqGTE

Describe what you think the issue or any potential fixes may be.

Fixing how it detects if bullet mob type to be valid or invalid.

Unknowncommented

This has been verified a few times in discord that I have seen.

Unknowncommented

duplicate

Unknowncommented

Thanks for sharing the details! This reminds me of my colombiavisa experience—at first, it threw errors and delays even though everything was technically correct. I had to rely on fast, accountable colombiavisa support to make sure every step was handled correctly and nothing was mishandled. Similarly, it looks like the plugin is functioning but the startup check is flagging a false error. Maybe adjusting how it validates mob types on startup could prevent the unnecessary warning while keeping functionality intact.

Sign in to join the discussion.