LogBlock Plugin (1.19) is one of the most mature and most used logging tools available. It can log nearly all block and entity changes, has a versatile query system, and can roll back those changes. But not only its extremely powerful – it’s also blazing fast! Hundreds of thousands of log entries can be looked up and rolled back in just a few seconds.

Features:

  • To store the data a MySQL database is used, allowing developers to hook in and produce things such as player stats and even administrative panels. All database access is done in separate threads to avoid any negative impact on the server performance. There are a lot of config options to optimize LogBlock for your server’s requirements. You can decide what is logged and for how long and you even can configure your own tools to simplify log queries!
  • LogBlock was originally created by boots with defer in 2010 for HMod, ported to Bukkit by DiddiZ, and continued by md_5, ammar2 and others. Currently, it is maintained by Brokkonaut. We accept pull requests on GitHub frequently which means that community developers can add features they wish to see quicker than LogBlock developers are able to from tickets.

Commands:

  • /lb sum p

    List all players and how many blocks they changed.

  • /lb sum p since 1d

    List all players and how many blocks they changed in the last 24 hours.

  • /lb player <name> sum blocks

    Sums up all blocks a player has changed.

  • /lb lookup block fire created radius 20*

    Listing all placing of fire in radius 20.

  • /lb rb player <name> since <timespec>

    Replacement for the old /lb rollback player <name> <timespec>.

  • /lb rb mob creeper area 10

    Rolls back a creeper explosion.

  • /lb tp block fire created

    Teleports you to the last started fire.

  • /lb block fire created sum p

    Lists all players who started a fire

  • /lb rb player TNT area 10

    Rolls back TNT damage.

  • /lb rb last

    Re-runs the last command that you used.

  • /lb undo last

    Undoes your last rollback.

  • /lb redo last

    Redoes your last rollback.

Permissions:

  • logblock.lookup

    Grants user access to /lb lookup (Users can’t use their tools without this node!)

  • logblock.rollback

    Grants user access to /lb rollback

  • logblock.clearlog

    Grants user access to /lb clearlog

  • logblock.hide

    Grants user access to /lb hide (This hides all new edits by the user from the log [their edits won’t get added to the queue]!)

  • logblock.tp

    Grants user access to /lb tp

  • logblock.me

    Grants user access to /lb me

  • logblock.ignoreRestrictions

    Grants user access to override all rollback and lookup restrictions

  • logblock.spawnTools

    Grants user access to spawn tools with /lb <tool/toolblock>

  • logblock.tools.toolblock

    Enables access to the “toolblock” tool

  • logblock.tools.tool

    Enables access to the “tool” lookup tool

Screenshots:

How to install:

  • Download a plugin of your choice.
  • Place the .jar and any other files in your plugin’s directory.
  • Run the server and wait for it to fully load.
  • Type stop in your Minecraft server console to bring the server to a clean stop.
  • Run the server.
  • All done! Your plugin should be installed and ready to be used.

LogBlock Plugin (1.19) Download Links

For Minecraft Spigot 1.19

Download from Server 1

Click to rate this post!
[Total: 0 Average: 0]