Skip to content

Commit f877b3f

Browse files
committed
chore: remove comment with placeholders list
moving to the repo wiki on GitHub
1 parent bda4cd2 commit f877b3f

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

src/main/java/pro/cloudnode/smp/bankaccounts/integrations/PAPIIntegration.java

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -26,16 +26,6 @@ public final class PAPIIntegration extends PlaceholderExpansion {
2626
return BankAccounts.getInstance().getPluginMeta().getVersion();
2727
}
2828

29-
/**
30-
* Adds the following placeholders:
31-
* <ul>
32-
* <li>%bankaccounts_balance_&lt;accountID&gt;% - returns balance of account with specified ID</li>
33-
* <li>%bankaccounts_balance_formatted_&lt;accountID&gt;% - returns formatted balance of account with specified ID</li>
34-
* <li>%bankaccounts_owner_&lt;accountID&gt;% - returns name of the owner of account with specified ID</li>
35-
* <li>%bankaccounts_type_&lt;accountID&gt;% - returns type of account with specified ID</li>
36-
* <li>%bankaccounts_name_&lt;accountID&gt;% - returns name of account with specified ID</li>
37-
* </ul>
38-
*/
3929
@Override
4030
public String onRequest(final @NotNull OfflinePlayer player, final @NotNull String params) {
4131
final @NotNull String[] args = params.split("_");

0 commit comments

Comments
 (0)