Cant make channels #30


  • New
  • Defect
Open
Assigned to feildmaster
  • _ForgeUser6508353 created this issue Mar 18, 2012

    Hi iv made some more channels in the config but they dont seem to exsist ingame
    all i ever have is general when i do /cc list or /cc active

    iv tried /cc reload iv also tried reloading and restarting the server but it doesnt work.

    i also turned persist-relogs to true to see if that helped but it didnt.

    this is my channels.yml:

    #ChannelName: #No spaces in name
    #    auto_join: #true/false
    #    listed: #true/false
    #    owner: #Owner Name
    #    range: #For Local Channels
    #    tag: #Channel Tag
    #    type: #Global/Local/World
    #    password: #Channel Password
    #    shortcut: #Not yet. ;)
    General:
        listed: true
        alias: g
        tag: '[]'
        owner:
        auto_join: true
        type: Global
        password:
    Local:
        listed: true
        range: 1000
        alias: l
        tag: '[Local]'
        owner:
        auto_join: true
        type: Local
        null_message:
        password:
    World:
        listed: false
        alias: w
        tag: '[{World}]'
        owner:
        auto_join: false
        type: World
        password: 123
    Staff:
        listed: false
        alias: staff
        tag: '[Staff]'
        owner:
        auto_join: false
        type: Global
        password: staff
    Support:
        listed: true
        alias: support
        tag: '[HELP]'
        owner:
        auto_join: true
        type: Global
        password:

  • _ForgeUser6508353 added the tags New Defect Mar 18, 2012

To post a comment, please login or register a new account.