Fixed a NoClassDefFoundError crash when plugins applied potion effects to entities from sync tasks on Folia's GlobalRegionScheduler. The fix routes the CraftLivingEntity bytecode patch through a bootstrap-visible bridge class, matching the same pattern used for deferred plugin loading.
Fixed a bug where no plugins would load on startup due to a classloader issue with Folia's custom server classloader. The deferred plugin loading system now works correctly.
