FactionChat v1.6411

Details

  • Filename
    FactionChat.jar
  • Uploaded by
  • Uploaded
    Oct 2, 2013
  • Size
    82.93 KB
  • Downloads
    619
  • MD5
    d17725bef7efb06a892b11133329758f

Supported Bukkit Versions

  • 1.6.4
  • 1.6.2
  • 1.5.2

Changelog

FactionChat Change Log

version 1.6411

  • added a bypass mute public permission "FactionChat.mutebypass" Allows staff to bypass publicMute and send messages to all players
  • bug fix: enemy chat now works correctly with Factions 2.0.x. (also checked the others too)

version 1.641

  • tested and works with 1.6.4
  • added Officer chat: please note for both Officer chat and Leader chat players must be in that ChatMode to receive the message
  • added a mute Public feature which is disable by default (see config). command to toggle off and on is /fc mute or /fc mutepublic
  • source code is now included in the jar file.

version 1.627

  • Bug fix: API setup was called to early. Plugin now support correctly 1.8.0-2.1.x (tested)

version 1.626

  • added Leader chat. You must be a leader of a faction and be in the Leader ChatMode to see it
  • most of the config now supports colours '&' see http://dev.bukkit.org/bukkit-plugins/factionchat/?comment=387
  • bugfix: colour codes in messages now requires the permission "essentials.chat.color" (without quotes)

version 1.625

  • bugfix: colour codes in messages now requires the permission "essentials.chat.color" (without quotes)
  • added recruit tag in chat
  • you can now customize Your chat mode has been changed to: "Faction" to Your chat mode has been changed to: "Kingdom" or what ever you like, see "ChatModeChange:" in line 77ish in cong.yml
  • Added a "FactionsCommand" in config in case you use a different letter for faction, e.g. /k chat

version 1.624

  • in config you can now enable/disable Truce and Ally-truce chat
  • /fchatao is now /fchata and /fchata is now /fchatat

version 1.623

  • Ranks are now customizable in config - Plugin should automatically re-add Config

version 1.6221

bugfix: messages not appearing due to change in config (plugin will now automatically reload config)

version 1.622

bug fix: role.isAtLeast(Rel.recuit) changed to role.isAtLeast(Rel.MEMBER)

version 1.621

  • Chat mode now uses HashMap (should be a lot faster than old method)

version 1.620

  • tested and supports bukkit 1.6.2
  • ally chat is now Ally&Truce and ally only is ally chat
  • you are now able to cycle to truce,ally,and ally&truce chat
  • changed the Chat priority a tad so it has a less chance of bypassing spam/chat filters
  • removed the auto-update. to update please use /fc update
  • added a API : nz.co.lolnet.james137137.FactionChat.FactionChatAPI.java.
//example of my API
import nz.co.lolnet.james137137.FactionChat.FactionChatAPI
            FactionChatAPI api = new FactionChatAPI();
            String factionName = api.getFactionName(player);
            String playerChatMode = api.getChatMode(player);

version 1.610

  • Fully tested on 1.6.1 and works perfectly
  • added Truce chat /fc t or /ft [message]
  • added Ally-Only Chat /fc ao or /fao [message]

full change log please see http://dev.bukkit.org/server-mods/factionchat/pages/change-log/

doesn't work correctly with factions version below 2.0.0 please use version 1.6412 and above (or version 1.624 and below I think)