Skip to content

General Placeholders

To use these placeholders, you must have the PlaceholderAPI plugin installed on your server. These can be used in any plugin that supports PlaceholderAPI (Scoreboards, Chat, Menus, Holograms, etc.).


These placeholders display server-wide data regarding the Easter Eggs you have configured and placed in your world.

PlaceholderDescription
%eastereggs_total%Returns the total number of Easter Eggs physically placed in the world.

These placeholders are used to display the collection progress of the player who is viewing the placeholder.

PlaceholderDescription
%eastereggs_total_found%Returns the total number of eggs the player has successfully found.
%eastereggs_total_left%Returns the total number of eggs the player still needs to find across the entire server.

You can also fetch a player’s progress for a specific type of Easter Egg by replacing <id> with the exact egg ID from your config.yml (e.g., green_present, candy-basket).

PlaceholderDescription
%eastereggs_found:<id>%Returns how many eggs of the specified <id> the player has found.
%eastereggs_left:<id>%Returns how many eggs of the specified <id> the player still needs to find.
%eastereggs_total:<id>%Returns the total number of placed eggs that match the specified <id>.

These placeholders return specific properties defined in your configuration for a particular egg type. Replace <id> with the egg ID.

PlaceholderDescription
%eastereggs_<id>:persistent%Returns the translated message (from messages.yml) indicating whether the specified egg is persistent (saves data) or not.