Skip to content

Commit

Permalink
Merge pull request #393 from Mindgamesnl/feature/persistent-papi
Browse files Browse the repository at this point in the history
Add persist method
  • Loading branch information
Mindgamesnl authored Feb 7, 2024
2 parents b9890e6 + 4e919c3 commit e4c6ebb
Showing 1 changed file with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -112,4 +112,10 @@ public String onRequest(OfflinePlayer player, @NotNull String params) {
return "invalid parameter";
}

@Override
public boolean persist() {
// persist between papi reloads, thank you Verum
return true;
}

}

0 comments on commit e4c6ebb

Please sign in to comment.