WolverinDEV / BungeeUtil

BungeeUtils [Unmaintained]
25 stars 13 forks source link

Error on server start #49

Closed player04 closed 7 years ago

player04 commented 7 years ago

when i start server, it throws exception with class loading. java.lang.NoClassDefFoundError: dev/wolveringer/configuration/Configuration i think error is here: https://github.com/WolverinDEV/BungeeUtil/blob/b977e949f48ebc5482357e6e3ff1945d5bed8bd4/src/main/java/dev/wolveringer/bungeeutil/Configuration.java#L8 and yes, sorry for my bad English) P.S. using BungeeUtil 2.5.5

WolverinDEV commented 7 years ago

Hey, i guass that youre using the jar and not the standalone build , right? The jar contains only the compiled source of BungeeUtil without any libraries. You have to install them separately. You also can download BungeeUtil with libraries included from here https://github.com/WolverinDEV/BungeeUtil/tree/jars/buildedJars/standalone

player04 commented 7 years ago

Oh, yes Thank you!