Problem with plugin "LogBlock"

Discussion in 'Bukkit Help' started by freeze4, Oct 10, 2011.

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

    freeze4

    Hello all. I have problem with plugin LogBlock. I have mysql etc.. But when i try to check who put or destroy any block I have ALWAYS this information ;/

    [​IMG]

    [​IMG]

    Any one know whats wrong ? Mayby something with config ?


    Code:
    loggedWorlds:
    - world
    - world_nether
    mysql:
        cant give you my mysql :)
    logging:
        logCreeperExplosionsAsPlayerWhoTriggeredThese: false
        logKillsLevel: PLAYERS
        hiddenPlayers: []
        hiddenBlocks:
        - 0
        logPlayerInfo: true
    clearlog:
        dumpDeletedLog: false
        keepLogDays: -1
    questioner:
        askRedos: true
        askClearLogs: true
        askRollbacks: true
        askClearLogAfterRollback: true
        banPermission: mcbans.ban.local
        askRollbackAfterBan: false
    rollback:
        replaceAnyway:
        - 8
        - 9
        - 10
        - 11
        - 51
        dontRollback:
        - 10
        - 11
        - 46
        - 51
        maxTime: 2 days
        maxArea: 50
    consumer:
        delayBetweenRuns: 5
        forceToProcessAtLeast: 20
        timePerRun: 200
        useBukkitScheduler: true
    lookup:
        toolID: 270
        toolQuery: area 0 all sum none limit 15 desc silent
        toolblockID: 7
        toolBlockQuery: area 0 all sum none limit 15 desc silent
        defaultDist: 20
        defaultTime: 30 minutes
        linesPerPage: 15
        linesLimit: 1500
    tools:
        tool:
            item: 270
            leftClickBehavior: NONE
            params: area 0 all sum none limit 15 desc silent
            rightClickBehavior: TOOL
            aliases:
            - t
            defaultEnabled: true
            mode: LOOKUP
            permissionDefault: OP
        toolblock:
            item: 7
            leftClickBehavior: TOOL
            params: area 0 all sum none limit 15 desc silent
            rightClickBehavior: BLOCK
            aliases:
            - tb
            defaultEnabled: true
            mode: LOOKUP
            permissionDefault: OP
    updater:
        checkVersion: true
        installSpout: true
    version: '1.32'
    
     
  2. Offline

    wassilij

    Is your world 'world' ?
    If not you must change it in 'loggedWorlds'
     
  3. Offline

    freeze4

    Yes, the world have name "world"

    Any one have an idea whats can be wrong ?

    When i write /lb me its dont working too ;/
    look

    [​IMG]

    [​IMG]

    I see, plugin doesn't save who create of destroy any block

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: May 20, 2016
  4. Offline

    wassilij

    Maybe your MySQL-Database is very slow and you have to wait some minuts, i had this problem too.
    or try /lb savequeue
     
  5. Offline

    freeze4

    But i upload this plugin to my FTP yesterday, and ehh.. yester day my friend put some block too, and i cant check this blocks too ;/
     
  6. Offline

    wassilij

    Have you any errors in your 'server.log'?
     
  7. Offline

    freeze4

    No, any errors.

    or wait i see something

    I think it is interesting


    Code:
    2011-10-10 14:15:45 [INFO] [LogBlock] Permissions plugin found.
    2011-10-10 14:15:45 [SEVERE] Error occurred while enabling LogBlock v1.32 (Is it up to date?): PLAYER_CHANGED_WORLD
    java.lang.NoSuchFieldError: PLAYER_CHANGED_WORLD
        at de.diddiz.LogBlock.LogBlock.onEnable(LogBlock.java:184)
        at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:126)
        at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:920)
        at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:280)
        at org.bukkit.craftbukkit.CraftServer.loadPlugin(CraftServer.java:174)
        at org.bukkit.craftbukkit.CraftServer.enablePlugins(CraftServer.java:157)
        at net.minecraft.server.MinecraftServer.e(MinecraftServer.java:297)
        at net.minecraft.server.MinecraftServer.a(MinecraftServer.java:284)
        at net.minecraft.server.MinecraftServer.init(MinecraftServer.java:152)
        at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:348)
        at net.minecraft.server.ThreadServerApplication.run(SourceFile:417)
    2011-10-10 14:15:45 [INFO] [AdminCmd] Successfully linked with LogBlock
    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: May 20, 2016
Thread Status:
Not open for further replies.

Share This Page