mirror of
https://github.com/asofold/CompatNoCheatPlus.git
synced 2025-04-04 18:25:45 +02:00
update wrong dependices of ncp
This commit is contained in:
parent
a1ec2f5559
commit
2e33e93c0b
@ -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
|
||||
*
|
||||
*/
|
||||
|
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user