YesCheat/src/main/java/io/gitlab/jfronny/yescheat/Cfg.java

15 lines
582 B
Java

package io.gitlab.jfronny.yescheat;
import io.gitlab.jfronny.libjf.config.api.Entry;
import io.gitlab.jfronny.libjf.config.api.JfConfig;
public class Cfg implements JfConfig {
@Entry public static Boolean antiRubberband = true;
@Entry public static Boolean uncapEnchants = true;
@Entry public static Boolean unblockChests = true;
@Entry public static Boolean distantContainers = true;
@Entry public static Boolean unlockMending = true;
@Entry public static Boolean distantBreaking = true;
@Entry public static Boolean villagersFollowEmeralds = true;
}