package com.massivecraft.factions; public interface Selector { String getId(); SelectorType getType(); }