VoxelSniper

VoxelSniper

1M Downloads

Embedded metrics in the default package not advisable!

Opened this issue ยท 5 comments

commented

[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.

commented

We do not recommend using builds from the CI server. It has SNAPSHOT in its name for a reason.

commented

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

commented

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.

commented

Well, I'm using the main branch source. :( I just assume the file name SNAPSHOT is caused by pom.xml when building.

commented

I was talking about the main (master) branch. It can be dangerous if
untested and broken code somehow finds its way into a commit. I'm not
saying that the dev builds are highly unstable. We are just not 100% sure
that they work properly.