CommunityBridge-V1.11.1-CB1.3.2-R3.0

Details

  • Filename
    CommunityBridge.jar
  • Uploaded by
  • Uploaded
    Nov 10, 2012
  • Size
    73.11 KB
  • Downloads
    340
  • MD5
    acccef7d13df08971441f2d45ca9aac9

Supported Bukkit Versions

  • CB 1.3.2-R3.0

Changelog

Version 1.11.1

  • Added logging levels to control the amount of information printed to the console/log (see below for more detail).
  • Added a configuration section for group-synchronization settings. Two actual options added, see below for more detail.
  • Changed many of the error catches to display an error instead of a stacktrace.
  • Fixed issue where Community Bridge attempted to use the banlist_table even though banlist_table was not enabled.
  • Fixed issue where some configuration setting paths were incorrect.
  • Fixed issue where comments in the config.yml file were destroyed after loading the configuration.
  • Began building a unit test suite for Community Bridge.

Details about the logging levels

# Log level controls the degree of detail that is sent to the console/log
# The possible settings are (in order of quietest to noisiest:
#   info, config, fine, finer, finest, all
# - During configuration, I recommend using 'config'.
# - During normal operation, I recommend using 'info'.
# - If you want to see the notifications that the synchronize and reminder
#   notices have been sent, use 'fine'
# - During troubleshooting of problems, set this to either finest or all.
log-level: config

Details about the new group-synchronization options

group-synchronization:
  primary-group:
# If this is set to false, primary group synchronization will not happen.
    enabled: true
# If a user's group ID on the web application side is on this list, it
# won't be synchronized. Example: ['1','2','3','115'], use [] for an empty list.
    group-ids-to-ignore: []