package nautilus.game.arcade.kit.perks; import mineplex.core.common.util.C; import nautilus.game.arcade.kit.Perk; public class PerkNotFinished extends Perk { public PerkNotFinished() { super("Not Completed", new String[] { C.cRed + C.Bold + "KIT IS NOT FINISHED", }); } }