Update readme example
This commit is contained in:
parent
8e72d619f9
commit
d32c19cc24
1 changed files with 5 additions and 0 deletions
|
@ -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();
|
||||
}
|
||||
}
|
||||
```
|
Loading…
Add table
Add a link
Reference in a new issue