File tree Expand file tree Collapse file tree 1 file changed +0
-10
lines changed
src/main/java/pro/cloudnode/smp/bankaccounts/integrations Expand file tree Collapse file tree 1 file changed +0
-10
lines changed Original file line number Diff line number Diff 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_<accountID>% - returns balance of account with specified ID</li>
33- * <li>%bankaccounts_balance_formatted_<accountID>% - returns formatted balance of account with specified ID</li>
34- * <li>%bankaccounts_owner_<accountID>% - returns name of the owner of account with specified ID</li>
35- * <li>%bankaccounts_type_<accountID>% - returns type of account with specified ID</li>
36- * <li>%bankaccounts_name_<accountID>% - 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 ("_" );
You can’t perform that action at this time.
0 commit comments