PLM v0.4

Details

  • Filename
    PLM.jar
  • Uploaded by
  • Uploaded
    Jun 16, 2013
  • Size
    57.80 KB
  • Downloads
    890
  • MD5
    b2fe635ecf1dfe7a57d1a5b647db751c

Supported Bukkit Versions

  • CB 1.6.2-R0.1

Changelog

What is new?

  • New placeholders:
    • %logins shows the total logins of the player
    • %totallogins: The number of all logins
    • %uniqueplayers shows how many unique players logged in
    • %country: The country the player joins from (using GeoIPTools)
  • Code optimization
  • Added VanishNoPacket support
    • PLM is now able to detect whether a player is vanished when he is joining/leaving
    • Use the normal messages you defined in PLM as fake join/quit messages when you type in /vanish
  • New options for the Advanced Messages Mode:
    • WM (Welcome message): A message for the joining player (can be more than one as well)
    • PM (Public message): An additional message for the players who are already on the server. Using permissions you can define who will see this message
    • New placeholders for these two new options:
      • %playerlist: The players on the server
      • %chatplayerlist: The players on the server with formatted names
      • %groupplayerlist: The players in the same group like the joining player on the server
      • %groupchatplayerlist: The players in the same group like the joining player on the server with formatted names
  • Some fixes