PlaceholderAPI
Placeholders exposed for scoreboards, signs, and chat plugins.
With PlaceholderAPI installed, AT-ShoppingMall registers the shoppingmall expansion.
Use any placeholder as %shoppingmall_<name>%.
All placeholders return a safe empty/zero value when the player is offline or the data
isn't available.
| Placeholder | Returns |
|---|
%shoppingmall_plot_count% | Plots the player owns or rents. |
%shoppingmall_plot_limit% | Max plots the player may hold (rank or default). |
%shoppingmall_plots_available% | Remaining plots the player can claim (limit − count). |
%shoppingmall_balance% | Player's Vault balance, formatted. |
%shoppingmall_total_rent_owed% | Sum of rent across all the player's rented plots. |
%shoppingmall_plots_rented% | Count of plots the player rents. |
%shoppingmall_plots_owned% | Count of plots the player owns. |
%shoppingmall_first_plot% | ID of the player's first plot (or none). |
%shoppingmall_next_rent_due% | Time until next rent (5d, 12h, Overdue, or N/A). |
| Placeholder | Returns |
|---|
%shoppingmall_rank_id% | Rank identifier (or none). |
%shoppingmall_rank_name% | Rank display name (or None). |
%shoppingmall_rank_plot_limit% | Plot limit from the rank. |
%shoppingmall_rank_hologram_lines% | Max hologram lines from the rank. |
| Placeholder | Returns |
|---|
%shoppingmall_total_plots% | All plots on the server. |
%shoppingmall_available_plots% | Plots currently listed for rent/sale. |
%shoppingmall_occupied_plots% | Plots that are rented or owned. |
| Placeholder | Returns |
|---|
%shoppingmall_current_plot% | ID of the plot the player is in. |
%shoppingmall_current_plot_owner% | Owner name (empty if none/server-owned). |
%shoppingmall_current_plot_status% | AVAILABLE, RENTED, PURCHASED, … |
%shoppingmall_current_plot_members% | Member count in the current plot. |