Legendchat (V1.1.0)

Details

  • Filename
    Legendchat.jar
  • Uploaded by
  • Uploaded
    Mar 8, 2014
  • Size
    103.23 KB
  • Downloads
    2,725
  • MD5
    2db457ff3c1dfcd85cc0894d8d99921b

Supported Bukkit Versions

  • 1.7.4
  • 1.6.4
  • 1.5.2

Changelog

General updates

+ Addition: Temporary channels! Read the temporary channel configuration section at the main page.
+ Addition: Simplified chinese translation (Special thanks to Liouftgoo)

Command updates

+ Addition: /lc deltempchannel <channel>
+ Addition: /lc listtempchannels
+ Addition: /tempchannel (or /tc)
+ Addition: /<channel-name> (work as /<channel-nickname>)

Permission updates

+ Addition: legendchat.tempchannel.manager
+ Addition: legendchat.tempchannel.manager.color
+ Addition: legendchat.tempchannel.user
+ Addition: legendchat.admin.tempchannel

Configuration updates

More info at Plugin configuration section.
+ Addition: text_to_tag
+ Addition: log_to_file
+ Addition: send_fake_message_to_chat
+ Update (inside plugin only): force_remove_double_spaces_from_bukkit

Bugs fixed

+ Fixed: needFocus (channel config)
+ Fixed: issue with Mac .DS_Store
+ Fixed: issue with CommandBook

API changes

+ Update: Channel is now an interface
Managers
+ Addition: TemporaryChannelManager
+ Addition: LogManager
+ Addition: ConfigManager
Methods
+ Update: createChannel -> createPermanentChannel
+ Update: setPlayerChannel -> setPlayerFocusedChannel
+ Update: getPlayerChannel -> getPlayerFocusedChannel
+ Update: getPlayersInChannel -> getPlayersFocusedInChannel
+ Update: isPlayerInAnyChannel -> isPlayerFocusedInAnyChannel
+ Addition: createChannel(Channel c) - New function
+ Addition: getChannelByNameOrNick(String name_or_nick)
+ Addition: existsChannelAdvanced(String name_or_nick)
+ Addition: getPlayersWhoCanSeeChannel(Channel c)
+ Addition: canPlayerSeeChannel(Player, Channel c)