Relique Help

Placeholders

Relique registers several placeholders into AbyssalLib's central placeholder registry. These can be used to display a player's equipped items or their slot capacities in GUIs, scoreboards, or chat messages.

Equipped

ID: relique:equipped

Returns the display name of the item(s) equipped in the specified slot. If no index is provided, it returns a comma-separated list of all items currently equipped in that slot. The returned text automatically includes hover events showing the item's full tooltip. Returns empty if no items are equipped.

Parameter

Information

<slot>

The ID of the slot to check (e.g., ring, charm).

[index]

The specific index within the slot to check (starts at 0). Optional.

Examples:

  • relique:equipped:ring-> Returns all equipped rings.

  • relique:equipped:ring:0-> Returns only the first equipped ring.

Limit

ID: relique:limit

Returns the maximum number of items the player is allowed to equip in the specified slot based on their current entity attributes and limits.

Parameter

Information

<slot>

The ID of the slot to check the capacity for.

Example:

  • relique:limit:ring-> Returns 2 (by default).

07 May 2026