IndividualSigns v2.1

Details

  • Filename
    IndividualSigns_v2.1.jar
  • Uploaded by
  • Uploaded
    Jan 1, 2015
  • Size
    18.99 KB
  • Downloads
    501
  • MD5
    109c35d940b2f3ee6268dab86a2e8c07

Supported Bukkit Versions

  • 1.8.1
  • 1.8

Changelog

IndividualSigns v2.1

  • The SignSendEvent now ignores line changes if the line wasn't actually changed.
  • When a player places a sign we now stop scanning the lines of that sign after we find the first tag which the player has no permission for.
  • InSigns.sendSignChange(Player, Sign) now uses bukkit's api for sending the sign update packet.
  • Added new default replacement: [DISPLAY] gets replaced with a players display/nick name (permission: insigns.create.display)
  • Update for MC (spigot) 1.8 and the 1.8 version of ProtocolLib (found here):
    • Removed 15 character limit for Changer and SimpleChanger keys: in MC 1.8 the sign line length now depends on the character widths of the client. Also sign lines can be even longer when using json-formatted lines.
    • Also removed the line wrapping feature because of that.
    • The lines of the SignSendEvent are now in json format as well. Also when you set lines those have to be in proper json-format as well.

Does not work on versions below 1.8.x