package net.limework.gal.utils.config; public interface Configuration { String getCrackedChar(); AntiBot getAntiBot(); }