update wrong dependices of ncp

This commit is contained in:
asofold 2012-08-04 14:44:05 +02:00
parent a1ec2f5559
commit 2e33e93c0b
2 changed files with 2 additions and 2 deletions

View File

@ -29,7 +29,7 @@ import org.bukkit.plugin.java.JavaPlugin;
import org.bukkit.scheduler.BukkitScheduler;
/**
* Quick attempt to provide compatibility to NoCheatPlus for some other plugins that change the vanilla game mechanichs, for instance by fast block breaking.
* Quick attempt to provide compatibility to DeadNoCheat (former NoCheatPlus by NeatMonster) for some other plugins that change the vanilla game mechanichs, for instance by fast block breaking.
* @author mc_dev
*
*/

View File

@ -25,7 +25,7 @@ public class Settings {
public static CompatConfig getDefaultConfig(){
CompatConfig cfg = new NewConfig(null);
Settings ref = new Settings();
cfg.set("plugins.force-enable-later", ConfigUtil.asList(new String[]{ "NoCheatPlus" }));
cfg.set("plugins.force-enable-later", ConfigUtil.asList(new String[]{ "DeadNoCheat" }));
cfg.set("plugins.ensure-enable", ConfigUtil.asList(new String[]{ "WorldGuard" }));
cfg.set("hooks.player-class.exempt-names", new LinkedList<String>());
cfg.set("hooks.player-class.exempt-all", ref.exemptAllPlayerClassNames);