Update readme example

This commit is contained in:
Minecon724 2025-05-25 14:06:53 +02:00
commit d32c19cc24
Signed by: Minecon724
GPG key ID: A02E6E67AB961189

View file

@ -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();
}
}
```