Top Hologram
The Top Hologram system allows you to display dynamic leaderboards for InfiniteCrops stats directly in your Minecraft world. These holograms can cycle through pages, showing player rankings for various statistics like harvested crops, bushes, money trees, and more.
Key Configuration Options
users_per_hologram
Maximum number of players displayed per page.Default:
10
hologram_header
Defines the text lines for the hologram, including placeholders for dynamic data.update_time
Time (in milliseconds) for how often holograms update and rotate pages.Default:
2500.0
Placeholders
%id%
– Rank position (e.g.,1
,2
,3
).%infinitecrops_{identifier}_name%
– Player name for a specific stat.%infinitecrops_{identifier}%
– Stat value for a specific identifier.%page%
– Current page number.%maxPage%
– Total number of pages.
Identifiers: harvest_crop
, harvest_bush
, harvest_moneyTree
, harvest_total
.
Example Configuration
Commands
Create Hologram
/createhologram <id> <location> <identifier> <max_players>
Creates a new hologram leaderboard.Delete Hologram
/deletehologram <id>
Deletes an existing hologram.
Last updated