promotional bannermobile promotional banner

Prattle

Chat modification to make support multiple channels

File Details

Prattle-0.0.9a.jar

  • B
  • Apr 19, 2015
  • 88.01 KB
  • 36.3K
  • 1.7.10

File Name

Prattle-0.0.9a.jar

Supported Versions

  • 1.7.10

v0.0.9a

  • FIXED : Missing server side class error.

v0.0.9

  • ADDED : Config option to switch between 24h and am/pm timestamp notation.
  • ADDED : /prattle command will display a list of all the commands relative to Prattle.
  • FIXED : Missing chat messages from mods when starting the game.
  • FIXED : Changing the name of the chans in the config file shouldn't create duplicated channels anymore. #global & #local will be renamed properly. If you already changed the name of the global and local chans in your config, you should delete the file data\Prattle.dat in your world.
  • FIXED : Proper click handling in the chat window. Should fix broken link handling and broken username clicking.
  • FIXED : Replying to private messages when the username contains special formatting chars will not kick the user anymore.
  • API : 2 new events to play with. PrattleMouseEvent.ChatClick & PrattleMouseEvent.ChatHover. Those are triggered upon clicking or hovering some text in the chat window. They contain the corresponding element, the full chat line and the position or pressed mouse button.
  • API : Added a PrattleAPI class with some nice methods. It is now possible to query the currently opened channel for a player and send messages directly to a given channel.

 

v0.0.8

  • FIXED : All channel chats are now mirored to the server console. PMs are not, as per what was the original Vanilla behavior.

 

v0.0.7

  • FIXED : Added a /pm alias for /tell as a workaround for Thee-That-Shall-Not-Be-Named. If you are using a server running anything other then normal forge, players can start tabbed communications using /pm in place of /msg. /msg will do the normal grey italic thing.
  • ADDED : Timestamps can now be turned off in the config.
  • API : The events are now cancellable.

 

v0.0.6

  • FIXED : Channels flagged as local will not show join/leave anymore.
  • FIXED : Proper updating of the player list for PART=false or FORCED=true channels
  • FIXED : Overlapping background of the chat window when there is not enough lines in the buffer and a multiline msg is visible.
  • CHANGE : Help msgs are returned with a new fashion gray italic style.
  • ADDED : Prattle will play a short audio notice when you receive a new message. You can desactivate it in the config.
  • ADDED : 4 events are now available for 3rd mods to play with.