br.net.fabiozumbi12.UltimateChat.Bukkit.hooks.UCFactionsHookInterface Maven / Gradle / Ivy
The newest version!
package br.net.fabiozumbi12.UltimateChat.Bukkit.hooks;
import org.bukkit.entity.Player;
public interface UCFactionsHookInterface {
String formatFac(String text, Player sender, Object receiver);
}