Change log

  • 1.0.1 - Initial release
  • 1.0.2 - Minor bugfixes
  • 1.0.3 - Now there's option for survival
  • 1.0.4 - Bugfixes
    • Survival/Creative prefixes now apply when they should apply
    • Limiting prefix length is fixed (you should always see at least 2 characters of the player name)
    • Stacking prefixes is now better
  • 1.0.5 - Added option to use only colors from custom prefixes. OP/CREATIVE/SURVIVAL still apply as usual (make them empty string if you don't want them). You'll use this probably mainly with PEX prefixes. It's useful when you have long, colored prefixes for chat and want to display that color in the playerlist table.
  • 1.0.6 - Fixed tiny typo error
  • 1.0.7 (minor) - Changed version checking URL
  • 1.0.8 - Fixed load order/PEX dependency issue
  • 1.0.9 (minor) - Fixed long name stripping (ping now doesn't get colored now)
  • 1.1.0 - Updated to work with the new event system.
  • 1.1.1 - Bugfixes, built for MC 1.4.5 (CB 1.4.5-R1.0 #2543)
  • 1.1.2 - Added support for all gamemodes (including any new added in the future), changed truncation character from .. to (thus saving one character)
  • 1.1.3 - Added few commands to control the plugin:
    • soft reload /ppl reload
    • player table refresh /ppl refresh
    • plugin information /ppl version
    • All commands can be invoked both from console and in-game
    • Reload and refresh comes with permissions (they default to OP)
  • 1.1.4 - Changed reload behaviour to only reload config; Also made example config that is created on first run but it is not the default config which is empty (that means you can omit any config. option and it will be like empty)
  • 1.1.5 - Added command /ppl updatecheck to manually check for newer version. Added option to disable automatic version check. Fixed tiny mistake in config (current configs will work fine).
  • 1.1.6 - Updated common classes
  • 1.1.7 - Built against Bukkit 1.5.1-R0.2
  • 1.1.8 - Refactored plugin files, Fixed startup error & Updated version checking URL
  • 1.1.9 - Removed unnecessary log messages (on start and disable)