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