Skip to content

Commit

Permalink
Make PAPI expansion persist (#4986)
Browse files Browse the repository at this point in the history
  • Loading branch information
gecko10000 committed Mar 30, 2024
1 parent 04ed2a4 commit bead5fe
Showing 1 changed file with 5 additions and 0 deletions.
Expand Up @@ -41,6 +41,11 @@ public String getVersion() {
return "1.0,0";
}

@Override
public boolean persist() {
return true;
}

@Override
public String getRequiredPlugin() {
return "mcMMO";
Expand Down

0 comments on commit bead5fe

Please sign in to comment.