From 9e6006e7d6e484ea605332dc7e2e4ecde420346f Mon Sep 17 00:00:00 2001 From: Olof Larsson Date: Thu, 18 Apr 2013 15:44:47 +0200 Subject: [PATCH] These should in no way be required anymore --- src/com/massivecraft/factions/Factions.java | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/src/com/massivecraft/factions/Factions.java b/src/com/massivecraft/factions/Factions.java index e30132e5..12a88a22 100644 --- a/src/com/massivecraft/factions/Factions.java +++ b/src/com/massivecraft/factions/Factions.java @@ -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) {