[HELP] BigBrother

Discussion in 'Bukkit Help' started by Bluemonkey, Jul 5, 2011.

Thread Status:
Not open for further replies.
  1. Offline

    Bluemonkey

    Hello, i got a problem with my Bigbrother Plugin :(. I've see many more people have htis problem but diodent fix it.. so ill give a try and ask here. When i insyalled BB it where all fine. Exept that the Stick dident work.. so i thouth.. mayby it isent Logging the Edits and sutch.. then forgot that i had to fix wit hthe MySQL.. hah... i i get right on it.. lol.. and now when i try to make a command.. it says

    Code:
    command unrecognised by bigbrother. see documentation or use /bb help.
    but not even /bb help, would work O_O so i stop'd the server and got to filemananger.. then plugins then Bigbrother then bigbrother.yml.. and efit it so it looks like this.

    Code:
    general:
        excluded-blocks: []
        rollbacks-per-tick: 2000
        personal-log-files: false
        auto-watch: true
        debug-mode: false
        store-owners: true
        default-search-radius: 5
        tnt-threshold: 10.0
        restore-fire: false
        stick-item: 280
        library-autodownload: true
    database:
        port: 3306
       ¤ username: 'lobscast_smf'
       ¤ prefix: 'big'
       ¤ hostname: 'localhost'
        cleanser:
            age: 7d
            deletes-per-operation: 20000
       ¤ type: MYSQL
       ¤ password: '******'
       ¤ database: 'lobscast_bb'
        send-delay: 4
       ¤ mysql: true
            engine: INNODB
            low-priority-insert: true
    watched:
        environment:
            lava-flow: false
            leaf-decay: false
        player:
            drop-item: false
            ip-player: true
            disconnect: true
            login: true
            pickup-item: false
            teleport: true
        explosions:
            tnt: true
            creeper: true
            misc: true
        chat:
            commands: true
            chat: true
        blocks:
            chest-changes: true
            block-place: true
            block-break: true
        misc:
            flint-logging: true
            door-open: false
            lever-switch: false
            button-press: false
    

    and
    my database name is: lobscast_bb
    and the prefix i made is: big

    and for the Account.. the Account name is: lobscast_bb
    and the password is secret ^^
    and i use the normal MYSQL..

    I've only edited:

    the ones with a ¤ at the beggining.

    how that anyone can try to help me :(.

    sorry for my bad English.. ^^
     
Thread Status:
Not open for further replies.

Share This Page