CommunityBridge-V1.12.2-CB1.4.5-R1.0

Details

  • Filename
    CommunityBridge.jar
  • Uploaded by
  • Uploaded
    Dec 24, 2012
  • Size
    58.66 KB
  • Downloads
    845
  • MD5
    dc2044ed2577047d6013a831b0218317

Supported Bukkit Versions

  • CB 1.4.5-R1.0
  • CB 1.4.5-R0.2
  • CB 1.3.2-R3.0

Changelog

Version 1.12.2

  • Added code to cleanup during a onDisable() event.
  • Added plugin metrics and a config.yml option to disable it for CommunityBridge. See mcstats.org for more information.
  • Tidied the config output to the log.
  • Fixed issue where a player wasn't being notified that they are not registered.
  • Fixed issue where version checking code could generate a null pointer error.
  • Some code reorganization to make future enhancements easier.

Changes from 1.11 To be Aware Of

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: []