Skip to content

Commit

Permalink
Persist PAPI placeholders
Browse files Browse the repository at this point in the history
  • Loading branch information
MetallicGoat committed Mar 29, 2024
1 parent d706fd5 commit ab3e1de
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/main/java/me/metallicgoat/tweaksaddon/Placeholders.java
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,11 @@ public Placeholders(MBedwarsTweaksPlugin plugin) {
return plugin.getDescription().getVersion();
}

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

@Override
public String onRequest(OfflinePlayer offlinePlayer, @NotNull String params) {
if (offlinePlayer == null)
Expand Down

0 comments on commit ab3e1de

Please sign in to comment.