You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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!
The text was updated successfully, but these errors were encountered:
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!
The text was updated successfully, but these errors were encountered: