diff --git a/README.md b/README.md index 13ea12e..9497789 100644 --- a/README.md +++ b/README.md @@ -2,4 +2,4 @@ A port of Nerd.nu's usage tracker from CommandHelper to Java. -**This plugin should be considered experimental and unstable, as it hasn't been thoroughly tested.** \ No newline at end of file +Player times are recorded in an SQLite database, and the results are periodically compiled into a JSON file written to the plugin's data directory. All I/O is handled on a separate thread for performance.