YASFPlugin v1.1.6.jar

Details

  • Filename
    YASFPlugin.jar
  • Uploaded by
  • Uploaded
    Feb 8, 2013
  • Size
    46.26 KB
  • Downloads
    752
  • MD5
    c9b61f262ccf4f75065d825ffd876b0a

Supported Bukkit Versions

  • CB 1.4.7-R1.0

Changelog

Version 1.1.6

Minor fixes release:

  • Accented characters are now valid within a filter (they will be automatically de-accented during the string comparison, as we ignore accented characters; however, previously a filter with an accented character in it wouldn't work properly)
  • The German character "ß" has been added to some words.
  • A fix for one of the built-in filters which was erroneously filtering on some words.

Version 1.1.4

Changes since Version 1.0.0:

  • you can now configure any user-defined server command(s) to be executed when a Rule is violated via the new "cmd" Action!
  • all filters (Smart Filters and user-defined regexFilters) now take into account accented characters (e.g., "dűćķ") when performing matches.
  • additional word/letter/symbol combination checks for some of the built-in Smart Filters (as well as the default user-defined regexFilters).
  • new console command ("yasf player <playerName>") to query how many de-merits a given player currently has.
  • you can now disable the automatic player ban that occurs when that player's de-merits reach the maxwarnings count (by setting maxwarnings to 0).
  • some bug fixes and cleanup.
  • compiled and tested against CB 1.4.7-R1.0.

Note: while your existing filters.yaml file will still work, the new default filters.yml file contains some additional documentation describing how to use the new "cmd" Action, as well as some additional tweaks to the pre-configured regexFilters. To use the new default filters.yml file, just delete your existing filters.yml file and restart/reload the server (the new default filters.yml file will be automatically created).

Initial version (1.0.0)

Changes since Beta:

  • added additional checks in some of the built-in filters (more word variations supported);
  • added additional user-defined word filters in the default filters.yml file;
  • added org.mcstats.Metrics logging.