CommunityBridge-V1.12.2-CB1.4.6-R0.1 (BETA)

Details

  • Filename
    CommunityBridge.jar
  • Uploaded by
  • Uploaded
    Dec 24, 2012
  • Size
    58.66 KB
  • Downloads
    359
  • MD5
    3e6ea819adac5404d4fc582bf7ef1f6c

Supported Bukkit Versions

  • CB 1.4.6-R0.1

Changelog

This is a BETA release. It is a for a BETA version of CraftBukkit. Do not use a beta release for an actual production server! Until the CraftBukkit team have fully tested CraftBukkit-1.4.6 and released a Recommended Build, no plugin can be said to be stable on 1.4.6. Use at your own risk.

Version 1.12.2

  • Tested against 1.4.6-R0.1

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