package net.knarcraft.factions; public interface EconomyParticipator extends RelationParticipator { boolean msg(String msg, Object... args); }