Embedded metrics in the default package not advisable!
Opened this issue ยท 5 comments
[WARNING] Plugin from file: file:/home/minecraft/multicraft/servers/server1/plugins/VoxelSniper-5.168.5-SNAPSHOT.jar has embedded Metrics in the default package. This is not advisable, go nag them!
Nag nag nag.
We do not recommend using builds from the CI server. It has SNAPSHOT in its name for a reason.
I've used builds from the CI server for months as previous builds broke compatibility with the latest craftbukkit. However, I'm currently using a manually built build as the latest version on the jenkins failed to compile. Is it dangerous to use the latest source? o.o
As I said, the SNAPSHOT in the name is there for a reason. The code we
commit to our master branch is normally well tested. However, there might
be problems which could fuck your config/chunks/world under
special circumstances.
Well, I'm using the main branch source. :( I just assume the file name SNAPSHOT is caused by pom.xml when building.