Setup
Installation
To install this plugin, first download SQLibrary, then drop WhoBrokeIt-x.jar into your /plugins directory.
When you have completed this step, simply restart or reload your server, and you should find the default configuration inside the /plugins/WhoBrokeIt directory.
In the next section, you will learn what each option does. Make sure to check the download information incase the configuration changes that release!
Configuration
After following the steps under installation, you will need to open /plugins/WhoBrokeIt/config.yml in a text editor. Make sure that you use 4 spaces instead of tabs, otherwise you will probably find that you get errors about the YAML format in your server console.
When you first start using the plugin, you need to decide if you are going to use MySQL or SQLite, MySQL is recommended, and fully tested. I may add more storage formats in the future.
To change the format, set storage to mysql or sqlite.
If you are using MySQL, you will need to set my_host, my_user, my_pass and so on. If you are using SQLite, you will need to set the sq_ variables.
When you have done this, restart your server again, and open the database up. If all has worked, you should find 2 tables (wbi_loggings and wbi_users). Now all block modifications will be logged to this database, and you can use the Commands to search them.
Permissions
You can find the command permissions on the Commands page.

Comments