CommunityBridge-V1.12.8-CB1.4.7-R1.0

Details

  • Filename
    CommunityBridge.jar
  • Uploaded by
  • Uploaded
    Feb 4, 2013
  • Size
    61.46 KB
  • Downloads
    1,508
  • MD5
    6543df850922a77b9174f3d9d5190d5c

Supported Bukkit Versions

  • CB 1.4.7-R1.0

Changelog

Version 1.12.8

  • Tested against 1.4.7-R1.0
  • Fixed issue where in one configuration, CommunityBridge would set a player as being "online" when they disconnect.
  • Fixed issue where in one configuration, CommunityBridge would fail to retrieve the players web application user ID.
  • Fixed issue where in some configurations, CommunityBridge would not fully utilize the groups table settings.
  • Fixed issue where using cbrank when primary synchronization was false would fail.
  • On join synchronization now performed asynchronously (fixes issue where some servers experienced lag when a player connected).
  • Player kicks (either because of kick-unregistered or kick banned) now performed during the "PreLoginEvent".

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