These should in no way be required anymore

This commit is contained in:
Olof Larsson 2013-04-18 15:44:47 +02:00
parent 1ee9f2bba3
commit 9e6006e7d6

View File

@ -147,18 +147,6 @@ public class Factions extends MPlugin
/*
// This value will be updated whenever new hooks are added
public int hookSupportVersion()
{
return 3;
}
// If another plugin is handling insertion of chat tags, this should be used to notify Factions
public void handleFactionTagExternally(boolean notByFactions)
{
ConfServer.chatTagHandledByAnotherPlugin = notByFactions;
}
// Get a player's faction tag (faction name), mainly for usage by chat plugins for local/channel chat
public String getPlayerFactionTag(Player player)
{