package me.totalfreedom.totalfreedommod.commands; public enum SourceType { ONLY_IN_GAME, ONLY_CONSOLE, BOTH; }