-
Notifications
You must be signed in to change notification settings - Fork 31
Description
I’m experiencing an issue while trying to enable the BedWarsProxy plugin on my server. During the initialization process, I encounter the following error:[01:01:19 ERROR]: Error occurred while enabling BedWarsProxy v${gitVer}1.2.4 (Is it up to date?) java.lang.NullPointerException: Cannot invoke "com.andrei1058.bedwars.proxy.libs.MaterialSupport.getForCurrent(String, String, String)" because the return value of "com.andrei1058.bedwars.proxy.BedWarsProxy.getMaterialAdapter()" is null
t seems that the MaterialAdapter is returning null, which prevents the plugin from loading correctly. I have ensured that all necessary dependencies are installed and up-to-date, but the issue persists.
Could you please provide guidance on how to resolve this problem? Any assistance you can offer would be greatly appreciated.
Thank you for your time and support!