refactoring

This commit is contained in:
okx-code
2019-07-12 16:01:58 +01:00
parent 56f8b5d09e
commit 58f38489a6
16 changed files with 261 additions and 220 deletions
@@ -185,4 +185,9 @@ public class RankupExpansion extends PlaceholderExpansion {
public String getVersion() {
return plugin.getDescription().getVersion();
}
@Override
public boolean persist() {
return true;
}
}