MassiveCraft / Vampire

https://www.massivecraft.com/vampire
27 stars 43 forks source link

Configuration option to disable game mechanic change #11

Closed MikeHollisJr closed 12 years ago

MikeHollisJr commented 12 years ago

The game mechanic modification that is implemented which allows all blocks to be looted as their placed form is not something that is wanted on my server, I'd like to have this mechanic disable-able,

There are other ways I prefer to implement the looting of things like the dead trees. Could you please consider allowing for a toggle in the configuration for this? Thanks.

oloflarsson commented 12 years ago

It is a set.

public static Set dropSelfOverrideMaterials = new HashSet();

Just make it empty.

MikeHollisJr commented 12 years ago

I'm sorry I probably should mention I'm not a java programmer

On Nov 17, 2011, at 12:51 AM, Olof Larssonreply@reply.github.com wrote:

It is a set.

public static Set dropSelfOverrideMaterials = new HashSet();

Just make it empty.


Reply to this email directly or view it on GitHub: https://github.com/MassiveCraft/Vampire/issues/11#issuecomment-2772502

oloflarsson commented 12 years ago

Just edit the config file on disk :) There is an entry called dropSelfOverrideMaterials. Make that set empty.

ghost commented 12 years ago

For those who are not privy to this discussion, should it not also be a simple true/false option in the config for convenience's sake?