Inactive [INFO/ADMIN] LogBlock v1.54 - Enderdragon Logging! Tree Grow Logging! [1.4.5]

Discussion in 'Inactive/Unsupported Plugins' started by DiddiZ, Feb 15, 2011.

  1. Offline

    DiddiZ

    Version: 1.50​
    [​IMG]
    [​IMG]
    Find and Backroll those Damn Griefers
    LogBlock release are on DevBukkit:
    http://dev.bukkit.org/server-mods/logblock/

    LogBlock dev builds:
    http://ci.kitteh.org/job/LogBlock/

    Please read the installation guide

    I won't port LogBlock myself to mcAPI. Source code is available, so it shouldn't be to difficult for someone else to do it, also I'm still here. so I can answer questions. If there is more than one willing, that's up to you to handle that.




    The reasons I take this step, are the usual: I quit playing Minecraft about 5 months ago and lastly I was struggling to keep up with updates. The developement of Guardian made slow progress, so I fear it won't be ready to fully replace LB in time.


    Download latest dev build: Jenkins
    View the source code: GitHub
    Table of contents:
    1. Description
    2. Features
    3. Why to use LogBlock
    4. Example command
    5. Older versions
    6. Change log
    7. Todo list / feature requests
    8. Permission nodes
    9. Plugins supporting this
    10. Support the dev
    11. How to post error messages
    12. Advertizing
    Description:

    LogBlock logs block changes into a MySQL database. Block changes can be placed or destroyed block, explosions, burned blocks, sign text changes, chest access, leaves decay etc.
    It can be used as griefer identification tool, to find out who build a particular building, or even roll back changes by certain players. Other purposes can be e.g: Undoing of forest fires
    All additional features are optional, to keep the database as short as possible. All database actions run in their own threads to avoid server lags.
    The use of permissions plugin (or any clone) is possible, but not necessary.
    Uses Spout for chest logging (but it's fully optional, and there is no need for the client mod at all).

    Features:
    • Logging for block placing, block braking, fire, explosions, leaves decay, signtexts, lava flow and chest content
    • Very mighty commands system, not only allowing to rollback and redo, but also to tp to blockchanges, delete log ingame etc. Full list of commands.
    • Many parameters for lookup/rollback/redo/tp/clearlog commands: Block changes of one ore more player, in a specific area, in a world edit selection, specific block types only, block changes older or newer that a specific date, destroyed/created block only, in a different world and combinations of all these parameters. Full list of parameters.
    • Rebuilding map after importing a backup (/lb redo)
    • Last parameter to use the parameters of the last command
    • Quick ingame lookup of block history a wood pickaxe or a bedrock block.
    • All commands accessible from console (exept tools :D)
    • Custom queries for tools.
    • Different tool modes (lookup, rollback, redo, writelogfile and clearlog)
    • Saves block data like wool color, log type, torch adjustment, etc
    • Multiworld and multiserver support (some servers sharing the same database)
    • BigBrother log import
    • Loggable super pickaxe plugin (not to confuse with WorldEdit's super pickaxe)
    • API
    • Webstats
    Why to use LogBlock:

    Example commands: (thanks to tha d0ctor, read more about commands here)

    /lb rollback player fire since 1d3h – rolls back fire 1 day 3 hours
    /lb rollback player fire since 1d3h area 15 – rolls back fire 1 day 3 hours within a radius of 15 blocks

    /lb rollback player thad0ctor since 1h - rolls back thad0ctor 1 hour
    /lb rollback player thad0ctor since 1d area 5 – rolls back thad0ctor actions for the last day within 5 blocks
    /lb rollback area 10 since 1h30m - rolls back all modifications within 10 blocks since the list 1 hours and 30 mins
    /lb rollback area 10 before 06.11.2011 - roll back all changes in an area of 1o before June 11th, 2011
    /lb rollback player thad0ctor since 05:36:00 - roll back all changes of thad0ctor since 05:36 (server time)


    Download, Command, Configuration and Details:
    [​IMG]http://diddiz.insane-architects.net/logblock.php

    Changelog:
    -> Full changelog
    • LogBlock v1.50 # 81 (Dez. 13, 2011)
      Works with CraftBukkit 1.0.1-R1
      • Feature: /lb me shows the total block count
      • Feature: Chest logging without spout
      • Feature: Enderdragon logging
      • Feature: Logging for tree and mushroom grow (thanks to MD5 for the api)
      • Fix: Area param works again with default radius
      • Fix: Rollbacks got slowed down a bit to avoid rare server crashes
      • Fix: If mysql username, password or database only consist of unquoted numbers, LB will read them now
      • Config: World configs changed totally, some names changed and all logging options are now in an own section
    • LogBlock v1.41 #63 (Nov. 15, 2011)
      Works with CraftBukkit recommended build #1337
      • Fix: Players with spawnTools permission are no longer allowed to spawn all tools.
      • Fix: Added a check to avoid "The permission xy is already defined!" errors
    • LogBlock v1.40 #60 (Nov. 09, 2011)
      Works with CraftBukkit recommended build #1337
      • Feature: Custom auto ClearLog
      • Feature: Reduced error spam. Instead of like 40 line of error code, there is now just a warning stating the MySQL con
      • Feature: The queue will now be dumped after 10 tries even when the MySQL server is connected
      • Feature: Custom material names, allows naming custom blocks
      • Feature: LogBlock will now respond to messages when started without MySQL connection
      • Fix: Log import runs now async
      • Fix: Log import errors won't crash the server
      • Fix: Console commands work again
      • Fix: You can now use upper case letter in tool names (I don't know why you even should, but ...)
      • Config: Added clearlog.auto, clearlog.enableAutoClearlog in main config. Added materials.yml. Removed clearlog.keepLogDays
      • Permissions: Added 'logblock.spawnTools'
    • LogBlock v1.32 (Oct. 04, 2011)
      Works with CraftBukkit recommended build #1240
      • Feature: Player info logging: firstLogin, lastLogin, onlinetime, ip. No ingame lookup yet.
      • Feature: /lb queuesize to see the current queue size
      • Fix: Door logging logs now also fence gates
      • Fix: Bukkit api break in CB #1191
      • Fix: time restriction works now as intended. Thanks to xrobau
      • Fix: Players with insufficient permissions can't smuggle bedrock from one world to another
      • Config: Added logPlayerInfo
    • LogBlock v1.30 (Sep. 22, 2011)
      Works with CraftBukkit recommended build #1185
      • Feature: Chat lookup /lb chat player diddiz search +admin +sucks +dicks (more info)
      • Feature: Door logging
      • Feature: Dynamic tools, define your own tools
      • Feature: Use since and before to define a timespan
      • Feature: Enderman logging
      • Feature: cake logging (who ate it)
      • Config: Added logEndermen, logCakes and logDoors to world config and moved the tool section in main config.
      • Permissions: logblock.tool changed to logblock.tools.tool and
        logblock.toolblock to logblock.tools.toolblock.
    Todo List:

    https://github.com/LogBlock/LogBlock/issues

    Permission Nodes:
    https://github.com/LogBlock/LogBlock/wiki/Permissions

    Plugins supporting Logblock:
    List (open)

    When you want to appear your plugin here, tell me about



    Support the developer (that's me :D):
    If you want to support me writing plugins or want to thank me for the plugin/support, you can: Suggest features I missed, report bugs (best with fix :D), donate via PayPal, flattr my plugins, gift me The Witcher 2 (thanks to newyoukdaily), 2x 1GB DDR1 modules (thanks to HonestFlames), or send me the inner life of a laptop or netbook with a broken display (need it to build a model aircraft, so there is no need for parts like display and keyboard).

    [​IMG]


    How to post error messages:


    I won't aswer questions to general MySQL setup/installation/what is MySQL (there are lots of good tutorials out there, use google)
    Please read the installation guide before asking a question about installation problems.
    Please read the FAQ before posting a error report. It may be solved there.
    In case of rollback or lookup problems: Type /lb savequeue and try again (when it's fixed then, it was a consumer problem, see FAQ)
    When you post error messages, it's important to paste the whole stack trace!

    Advertizing:
    Newyorkdailys Plugin Support Buisness (open)
    Still can't get LogBlock working, or any other plugin? Are you getting errors in your console and cant figure out why? Newyorkdaily offers Basic/Advanced Plugin support.
    • General/Advanced troubleshooting: FREE!
    • Plugin Installations: 1-2 Plugins - FREE!
    • 3 or More Plugins - $2
    Click on the link below to connect to him now!
    http://wbe001.mibbit.com/?settings=7cb4fd3cdd72754df475fb92a0b65f6c&server=irc.Mibbit.Net&channel=#CBPluginSupport


    There is a LogBlock irc channel: #logblock at irc.esper.net.
    You can ask me on skype. My name is 'hawky.diddiz'.
     
  2. somebody had try to connect an mysql hosted on db4free.net with lbwebstats ? because for me, my bukkit serveur succefully connect to my db4free.net database and log everything but when i try to configure whit lbwbstates (hosted on a different serveur) i've got this error :

    Warning: mysql_connect() [function.mysql-connect]: Access denied for user 'zoneminecraft'@'192.168.1.1' (using password: YES) in /www/99k.org/z/o/n/zone-minecraft/htdocs/lbwebstats/index.php on line 21
    Can't connect to MySQL server!

    ps: Great Plugin and thanks for you're work !
     
  3. Offline

    nitroburn

    Is it correct the only way to have LogBlock roll back things like cobblestone & obsidian created by lava and water interacting is with both LavaFlow and WaterFlow logging enabled? Biggest thing I wish to be able to do is roll back all the cobble and obsidian created during griefing that uses both water and lava.
     
  4. Offline

    Monkz

    So my bad its nothing to do with this. It actually is spout causing the issue. Sorry again, i found out it's due to me having the ore obfuscation plugin.
     
  5. Offline

    Raycrash

    Which feature uses spout ?
     
  6. Offline

    RustyDagger

    @Raycrash i believe it is the logging of what items are taken from or put into chests.

    in the future once sprout has gui support i would love to see some kind of highlight command like some goggles you can put on and set to a guys name and it highlights all his changes on your screen that would be awesome
     
  7. Offline

    Infectedd

  8. Offline

    Grzepcio

    Help me...
    Code:
    2011-08-07 07:17:39 [INFO] [LogBlock] Connecting to minecraft@jdbc:mysql://darknessots.pl:3306/minecraft...
    2011-08-07 07:17:39 [SEVERE] [LogBlock] Error while fetching connection
    com.mysql.jdbc.exceptions.jdbc4.CommunicationsException: Communications link failure
    
    The last packet sent successfully to the server was 0 milliseconds ago. The driver has not received any packets from the server.
        at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
        at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:39)
        at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27)
        at java.lang.reflect.Constructor.newInstance(Constructor.java:513)
        at com.mysql.jdbc.Util.handleNewInstance(Util.java:407)
        at com.mysql.jdbc.SQLError.createCommunicationsException(SQLError.java:1116)
        at com.mysql.jdbc.MysqlIO.<init>(MysqlIO.java:343)
        at com.mysql.jdbc.ConnectionImpl.coreConnect(ConnectionImpl.java:2334)
        at com.mysql.jdbc.ConnectionImpl.connectOneTryOnly(ConnectionImpl.java:2371)
        at com.mysql.jdbc.ConnectionImpl.createNewIO(ConnectionImpl.java:2163)
        at com.mysql.jdbc.ConnectionImpl.<init>(ConnectionImpl.java:794)
        at com.mysql.jdbc.JDBC4Connection.<init>(JDBC4Connection.java:47)
        at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
        at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:39)
        at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27)
        at java.lang.reflect.Constructor.newInstance(Constructor.java:513)
        at com.mysql.jdbc.Util.handleNewInstance(Util.java:407)
        at com.mysql.jdbc.ConnectionImpl.getInstance(ConnectionImpl.java:378)
        at com.mysql.jdbc.NonRegisteringDriver.connect(NonRegisteringDriver.java:305)
        at java.sql.DriverManager.getConnection(DriverManager.java:582)
        at java.sql.DriverManager.getConnection(DriverManager.java:185)
        at de.diddiz.util.MySQLConnectionPool.getConnection(MySQLConnectionPool.java:71)
        at de.diddiz.LogBlock.LogBlock.getConnection(LogBlock.java:247)
        at de.diddiz.LogBlock.LogBlock.onLoad(LogBlock.java:76)
        at org.bukkit.craftbukkit.CraftServer.loadPlugins(CraftServer.java:131)
        at org.bukkit.craftbukkit.CraftServer.<init>(CraftServer.java:97)
        at net.minecraft.server.ServerConfigurationManager.<init>(ServerConfigurationManager.java:51)
        at net.minecraft.server.MinecraftServer.init(MinecraftServer.java:132)
        at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:335)
        at net.minecraft.server.ThreadServerApplication.run(SourceFile:422)
    Caused by: java.net.ConnectException: Connection refused
        at java.net.PlainSocketImpl.socketConnect(Native Method)
        at java.net.PlainSocketImpl.doConnect(PlainSocketImpl.java:333)
        at java.net.PlainSocketImpl.connectToAddress(PlainSocketImpl.java:195)
        at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:182)
        at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:366)
        at java.net.Socket.connect(Socket.java:519)
        at java.net.Socket.connect(Socket.java:469)
        at java.net.Socket.<init>(Socket.java:366)
        at java.net.Socket.<init>(Socket.java:209)
        at com.mysql.jdbc.StandardSocketFactory.connect(StandardSocketFactory.java:254)
        at com.mysql.jdbc.MysqlIO.<init>(MysqlIO.java:292)
        ... 23 more
    2011-08-07 07:17:39 [SEVERE] [LogBlock] Error while loading:
    java.lang.NullPointerException
        at de.diddiz.LogBlock.LogBlock.onLoad(LogBlock.java:76)
        at org.bukkit.craftbukkit.CraftServer.loadPlugins(CraftServer.java:131)
        at org.bukkit.craftbukkit.CraftServer.<init>(CraftServer.java:97)
        at net.minecraft.server.ServerConfigurationManager.<init>(ServerConfigurationManager.java:51)
        at net.minecraft.server.MinecraftServer.init(MinecraftServer.java:132)
        at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:335)
        at net.minecraft.server.ThreadServerApplication.run(SourceFile:422)
    
     
  9. Offline

    RustyDagger

    @Grzepcio looks like a mysql connection failed at first glance.
     
  10. Offline

    sheep100

    what does this mean?
    Code:
     01:49:42 [info] [LogBlock Consumer] Queue overloaded. Size: 6647 
     
  11. i have a little probleme with lbwebstats,i don't understand how to acces to the player.png i have read the wiki but i don't understand how to let the webserveur download the player.png on my minecraft serveur...
     
  12. Offline

    DiddiZ

    I will have a look on it.
    -> https://github.com/DiddiZ/LogBlock/wiki/MySQL-Connection-Problems
    -> https://github.com/DiddiZ/LogBlock/wiki/FAQ

    With WinSCP it's right clicking the players folder, giving writing rights to group and setting group to minecraft (or whatever your user is called that runs the minecraft server)

    New Todo List:
    https://github.com/DiddiZ/LogBlock/issues

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: Jul 18, 2016
  13. Offline

    Volkanlp

  14. Offline

    DiddiZ

  15. Offline

    Kainzo

  16. Offline

    DiddiZ

    LB normally doesn't use more than 2-3 connections.
    It can use more when the MySQL server has a really bad ping any many players are calling lookups.

    Can also be due to unclosed connections, so a MySQL restart could help.
     
  17. Offline

    mefisto1542

    Any way to disable logKillsLevel: PLAYERS ?
     
  18. Offline

    theC

    it doesn't rollback in my nether, when i want to rollback something there stands often: Cleared out tabel lb-World_nether Deleted 4entries.
    WHY?
     
  19. Offline

    Kainzo

    What's strange is, Mysql was just restarted... doesnt make sense that that would kick up and we have 10-15 players making calls to LB
     
  20. Offline

    DiddiZ

    That's only the log level ...
    Disable log kills :D
    I guess you didn't type /no to the last "Do you want to delete the rolled back log?" after rollback.
    You can disable this question.
     
  21. Offline

    embty

    LogBlock uses recommended spout only, righ? just making sure :D
     
  22. Offline

    boksa

    lbwebstats isn't downloading or cacheing player skins. I have the group set to www-data w/ write permissions.
    It's a great plugin. Thanks!
     
  23. Offline

    DiddiZ

    Nah, you can use any Spout build.
    Hm, change the owner also?
     
  24. Hey DiddiZ i get this error now

    Code:
    2011-08-08 02:26:51 [SEVERE] Could not pass event ENTITY_EXPLODE to LogBlock
    java.lang.NullPointerException
        at de.diddiz.LogBlock.LBEntityListener.onEntityExplode(LBEntityListener.java:50)
        at org.bukkit.plugin.java.JavaPluginLoader$61.execute(JavaPluginLoader.java:670)
        at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:58)
        at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:332)
        at net.minecraft.server.Explosion.a(Explosion.java:195)
        at net.minecraft.server.World.createExplosion(World.java:1467)
        at net.minecraft.server.WorldServer.createExplosion(WorldServer.java:145)
        at net.minecraft.server.World.a(World.java:1459)
        at toadmess.explosives.MCNative.playSoundExplosion(MCNative.java:27)
        at toadmess.explosives.events.handlers.HandlePreventTerrainDamage.handle(HandlePreventTerrainDamage.java:29)
        at toadmess.explosives.events.handlers.EventRouter.handle(EventRouter.java:79)
        at toadmess.explosives.BukkitListeners$EntityListenerImpl.onEntityExplode(BukkitListeners.java:104)
        at org.bukkit.plugin.java.JavaPluginLoader$61.execute(JavaPluginLoader.java:670)
        at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:58)
        at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:332)
        at net.minecraft.server.Explosion.a(Explosion.java:195)
        at net.minecraft.server.World.createExplosion(World.java:1467)
        at net.minecraft.server.WorldServer.createExplosion(WorldServer.java:145)
        at net.minecraft.server.EntityCreeper.a(EntityCreeper.java:118)
        at net.minecraft.server.EntityCreature.c_(EntityCreature.java:64)
        at net.minecraft.server.EntityLiving.v(EntityLiving.java:685)
        at net.minecraft.server.EntityMonster.v(EntityMonster.java:26)
        at net.minecraft.server.EntityLiving.m_(EntityLiving.java:218)
        at net.minecraft.server.EntityMonster.m_(EntityMonster.java:30)
        at net.minecraft.server.EntityCreeper.m_(EntityCreeper.java:68)
        at net.minecraft.server.World.entityJoinedWorld(World.java:1198)
        at net.minecraft.server.WorldServer.entityJoinedWorld(WorldServer.java:48)
        at net.minecraft.server.World.playerJoinedWorld(World.java:1180)
        at net.minecraft.server.World.cleanUp(World.java:1104)
        at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:447)
        at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:361)
        at net.minecraft.server.ThreadServerApplication.run(SourceFile:422)
     
  25. Offline

    theC

    oh ok thank ya
     
  26. Offline

    DiddiZ

    It seems like it's general rule that all creeper nerf plugins fire their own explode events, but without providing the entity ...
    Without entity LB fails to log it.
     
  27. Offline

    andune

    @DiddiZ Is it possible to build in chest logging without the Spout dependency? As is probably the case with most people who use it, LogBlock is one of those critical plugins I cannot live without as it is one of our primary anti-grief tools and it works so well. And chest logging, since you added it, has become one of our favorite tools for both catching griefers as well as rolling back the Bukkit chunk coruption/chest wipe bug.

    However, Spout, as cool as it is, is something I don't need. The early versions (BukkitContrib) lagged our server like crazy. We put up with it because the LogBlock chest logging was a great feature. The newer versions (Spout) lag behind Bukkit changes (every plugin I use except Spout is working fine on #1043) and Spout was causing crashes on my server (RB #1000) when used with other plugins, such as CraftBook. I finally removed Spout and my server is now extremely stable on, first on #1000 and now #1043.

    So, I know what I'm asking is a bit of work since Spout basically provides the interface for free. But it's open source, so it'd be great if you just integrated some of the chest inventory tracking into LogBlock and didn't require us to use Spout for that feature. That way we can use Spout or not based on it's own merits and if happens to be incompatible with other plugins or Bukkit releases, we can still have the awesomeness of LogBlock chest logging without it!

    Thanks for considering.
     
  28. Offline

    embty

    I get logblock disabled suddenly for no reason I dont know whats wrong im using the latest logblock and bukkit1000
    Code:
    CONSOLE: This server is running Craftbukkit version git-Bukkit-0.0.0-945-g73697a4-b1000jnks (MC: 1.7.3)
    Permissions: (Phoenix) was Initialized.
    LogBlock: Version check: Your version is up to date
    LogBlock: Connecting to*************************
    CONSOLE: AutoClear version 1.2 is enabled!
    CONSOLE: ButtonWarp 1.0 is enabled!
    ButtonWarp: Successfully linked with Permissions!
    CombatTag: Operational.
    CombatTag: 2.9 Detected existing config file and loading.
    CONSOLE: creaturebox version 0.7.6 is enabled!
    EconomyPunga: EconomyPunga v.1.1 enabled!
    EconomyPunga: Config loaded successfully!
    EconomyPunga: Successfully linked with Permissions v.2.7.4
    EconomyPunga: Successfully linked with Essentials v.2.2
    CONSOLE: Loaded Essentials build 2.5.6 by [Zenexer, ementalo, Aelux, Brettflan, KimKandor, snowleo, ceulemans, Xeology]
    CONSOLE: Loaded EssentialsChat build 2.5.6 by essentials team
    CONSOLE: Loaded EssentialsSpawn build 2.5.6 by essentials team
    HeroicDeath: 1.8.2.157 enabled.
    JTH: Permissions plugin found and enabled
    CONSOLE: LogBlockQuestioner v0.02 enabled
    CONSOLE: cMMO] Permissions version 2.7.4 found, using Permissions.
    CONSOLE: McMyAdmin Compatibility Plugin version r15A started.
    CONSOLE: cMMO] Permissions version 2.7.4 found, using Permissions.
    CONSOLE: mcMMO version 1.0.50 is enabled!
    MonsterHunt: MonsterHunt Loaded!
    MultiVerse: Permissions Found
    MultiVerse: - Version 1.7.2 Enabled
    MultiVerse: Loading World & Settings - 'FactionAction' - NORMAL
    MultiVerse: Loading World & Settings - 'Nether' - NETHER
    MysteryBox: Checking for updates...
    MysteryBox: Currently no updates available!
    MysteryBox: Permissions detected, MysteryBox hooked into permissions
    MysteryBox: Loading Config File...
    MysteryBox: SQLite Initializing
    MysteryBox: Loading Mystery Box's...
    MysteryBox: MysteryBox - Version 1.4 has been enabled.
    MysteryBox: MysteryBox found an Economy Plugin, MysteryBox hooked into Essentials Version 2.2
    ObsidianDestroyer: ObsidianDestroyer v1.052 enabled
    ObsidianDestroyer: ObsidianDestroyer config file found, loading config...
    OKSpamSecurity: Attempting to enable OKSpamSecurity v1.0.1 by Kalman Olah...
    OKSpamSecurity: Initiating auto-update...
    OKSpamSecurity: You already have the latest version of OKSpamSecurity.
    Permissions: version [2.7.4] (Phoenix) loaded
    MultiVerse: Found Permissions, enabling commands.
    OKSpamSecurity: Successfully hooked into Permissions plugin.
    OKSpamSecurity: Attempting to load configuration file...
    OKSpamSecurity: Configuration file successfully loaded.
    OKSpamSecurity: OKSpamSecurity v1.0.1 enabled successfully.
    OpenInv: version 1.3.3 enabled!
    Paintball: Version 1.4 by IC3D enabled!
    PistonAlert: by MuisYa has been enabled.
    PistonAlert: Permissions v2.7.4 found. Enabled!
    VanishNoPickup: Essentials detected and hooked.
    VanishNoPickup: 1.9.12+essentials2 enabled.
    CONSOLE: WorldBorder version 1.3.0 loading
    WorldBorder: [CONFIG] Using square border, knockback of 3.0 blocks, and timer delay of 5.
    WorldBorder: [CONFIG] Border-checking timed task started.
    WorldBorder: [CONFIG] World "FactionAction" has border radius 5000 at X: 5,3 Z: 13,6
    WorldBorder: [CONFIG] Will use plugin for permissions: Permissions v2.7.4
    CONSOLE: For reference, the main world's spawn location is at X: -21 Y: 118 Z: 16
    CONSOLE: WorldEdit 4.6 enabled.
    CONSOLE: WorldEdit: Permissions plugin detected! Using Permissions plugin for permissions.
    CONSOLE: WorldGuard: Permissions plugin detected! Using Permissions plugin for permissions.
    CONSOLE: WorldGuard: (FactionAction) Single session is enforced.
    CONSOLE: WorldGuard: (FactionAction) TNT ignition is PERMITTED.
    CONSOLE: WorldGuard: (FactionAction) Lighters are PERMITTED.
    CONSOLE: WorldGuard: (FactionAction) Lava fire is blocked.
    CONSOLE: WorldGuard: (FactionAction) Fire spread is UNRESTRICTED.
    CONSOLE: WorldGuard: Loaded configuration for world 'FactionAction"
    CONSOLE: WorldGuard: (Nether) Single session is enforced.
    CONSOLE: WorldGuard: (Nether) TNT ignition is PERMITTED.
    CONSOLE: WorldGuard: (Nether) Lighters are PERMITTED.
    CONSOLE: WorldGuard: (Nether) Lava fire is blocked.
    CONSOLE: WorldGuard: (Nether) Fire spread is UNRESTRICTED.
    CONSOLE: WorldGuard: Loaded configuration for world 'Nether"
    CONSOLE: WorldGuard: (Events) Single session is enforced.
    CONSOLE: WorldGuard: (Events) TNT ignition is PERMITTED.
    CONSOLE: WorldGuard: (Events) Lighters are PERMITTED.
    CONSOLE: WorldGuard: (Events) Lava fire is blocked.
    CONSOLE: WorldGuard: (Events) Fire spread is UNRESTRICTED.
    CONSOLE: WorldGuard: Loaded configuration for world 'Events"
    CONSOLE: WorldGuard: (Lava) Single session is enforced.
    CONSOLE: WorldGuard: (Lava) TNT ignition is PERMITTED.
    CONSOLE: WorldGuard: (Lava) Lighters are PERMITTED.
    CONSOLE: WorldGuard: (Lava) Lava fire is blocked.
    CONSOLE: WorldGuard: (Lava) Fire spread is UNRESTRICTED.
    CONSOLE: WorldGuard: Loaded configuration for world 'Lava"
    CONSOLE: WorldGuard: 23 regions loaded for 'FactionAction'
    CONSOLE: WorldGuard: 6 regions loaded for 'Events'
    CONSOLE: WorldGuard 5.2.2 enabled.
    Factions: v1.4.4] === ENABLE START ===
    Factions: v1.4.4] Loading conf from disk
    Factions: v1.4.4] Loading players from disk
    Factions: v1.4.4] Loading factions from disk
    Factions: v1.4.4] Loading board from disk
    Factions: v1.4.4] Found and will use plugin Permissions v2.7.4
    Factions: v1.4.4] Found and will integrate chat with EssentialsChat v2.5.6
    Factions: v1.4.4] === ENABLE DONE (Took 1502ms) ===
    CONSOLE: LogBlock disabled.
    MobArena: Payment method found (Essentials version: 2.2)
    MobArena: v0.93.4 enabled.
    CONSOLE: (NoCheat) Did you know? NoCheat now supports the new Bukkit-Permission system. You can activate it in the config file.
    CONSOLE: (NoCheat) Did you know? There will be a change in the near future to how movement in CraftBukkit works, which will break NoCheats moving-check(s) completely, causing tons of false positives. Be careful if you tend to run bleeding edge builds of CraftBukkit.
    CONSOLE: (NoCheat) Did you know? You can find detailed information about all configuration options of NoCheat in the file "descriptions.txt" in your "plugins/NoCheat" folder
    CONSOLE: (NoCheat) Did you know? You can deactivate these Messages in the config file, if they annoy you.
    CONSOLE: (NoCheat) Did you know? This version of NoCheat was written for CraftBukkit RB 1000, but may still work for some older or newer versions.
    NoCheat: version [1.11a] is enabled with the following checks: moving speedhack airbuild nuke flying fastswim
    NoCheat: version [1.11a] couldn't find CrafTIRC plugin. Disabling logging to IRC.
     
  29. Offline

    boksa

    no. I don't see why I need that if it has write perms
     
  30. Offline

    DiddiZ

    It's not that simple, as it modifies the packet handler (afaik, I'm not sure) and due to that are Contrib and Spout incompatible to each other.

    So I could rip the code and make a plugin that consists only of the chest api as replacement.
    There is actually no way for LB to disable itself without any message ...
    If there is a queue dump, rename/delete plugins/LogBlock/consumer/queue.sql, could maybe cause that ...
    Unix permissions are difficult :D
    Once I got only to work when group was root and owner www-data ...
     
  31. Offline

    monir

    should i remove bukkitcontrib jar for latest uppdate or download spout? im confused :p
     

Share This Page