Skip to main content
Requires PlaceholderAPI
PlacholderDescription
%norder_orders_total%Returns the total number of orders created on the server.
%norder_order_<id>_material%Returns the material/item type of the specified order.
%norder_order_<id>_amount%Returns the required item amount for the order.
%norder_order_<id>_price%Returns the price/reward of the order.
%norder_order_<id>_buyer%Returns the player name who created the order.
%norder_order_<id>_status%Returns the current status of the order (e.g. ACTIVE, COMPLETED, EXPIRED)
%norder_order_<id>_createDate%Returns the creation date of the order.
%norder_order_<id>_expirationDate%Returns the expiration date of the order.
%norder_player_totalOrders%Total number of orders created by the player.
%norder_player_totalEarnings%Total amount of money earned by the player from completed orders.
%norder_player_totalDelivered%Total number of items delivered by the player.
%norder_player_totalCollected%Total number of items collected by the player.
%norder_player_currentOrder%Returns the number of current orders associated with the player.
%norder_player_activeOrder%Returns the number of active orders the player is currently working on.
%norder_player_availableleftOrder%Returns how many orders the player can still create based on limits.
%norder_player_limitOrder%Returns the maximum order limit assigned to the player.
%norder_player_<player_name>_totalOrders%Returns the total number of orders created by the specified player.
%norder_player_<player_name>_totalEarnings%Returns the total earnings of the specified player.
%norder_player_<player_name>_totalDelivered%Returns the total number of items delivered by the specified player.
%norder_player_<player_name>_totalCollected%Returns the total number of items collected by the specified player.
%norder_player_<player_name>_currentOrder%Returns the number of current orders for the specified player.
%norder_player_<player_name>_activeOrder%Returns the number of active orders for the specified player.
%norder_player_<player_name>_availableleftOrder%Returns how many orders the specified player can still create.
%norder_player_<player_name>_limitOrder%Returns the maximum order limit for the specified player.