From d32c19cc243da154c568ce39a5694f814cedaf75 Mon Sep 17 00:00:00 2001 From: Minecon724 Date: Sun, 25 May 2025 14:06:53 +0200 Subject: [PATCH] Update readme example --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 94dff1a..9e7a156 100644 --- a/README.md +++ b/README.md @@ -26,5 +26,10 @@ public class MyPlugin extends MStatsPlugin { // instead of JavaPlugin mStats(1); // Replace 1 of course with your plugin ID } + + @Override + public void onDisable() { + mStatsDisable(); + } } ``` \ No newline at end of file