added epic counters
This commit is contained in:
parent
10c51f6825
commit
09a6cd4946
4 changed files with 963 additions and 8 deletions
|
|
@ -17,12 +17,33 @@
|
|||
<!-- Container for sort and filter controls -->
|
||||
<div id="sortButtons" class="sort-buttons"></div>
|
||||
|
||||
<h2>Active Players</h2>
|
||||
<h2 id="activePlayersHeader">Active Mosswart Enjoyers</h2>
|
||||
<!-- Total rares counter -->
|
||||
<div id="totalRaresCounter" class="total-rares-counter">
|
||||
🔥 Total Rares: <span id="totalRaresCount">Loading...</span>
|
||||
</div>
|
||||
<!-- Server KPH counter -->
|
||||
<div id="serverKphCounter" class="server-kph-counter">
|
||||
⚡ Server KPH: <span id="serverKphCount">Loading...</span>
|
||||
</div>
|
||||
<!-- Total kills counter -->
|
||||
<div id="totalKillsCounter" class="total-kills-counter">
|
||||
⚔️ Total Kills: <span id="totalKillsCount">Loading...</span>
|
||||
</div>
|
||||
|
||||
<!-- Text input to filter active players by name -->
|
||||
<input type="text" id="playerFilter" class="player-filter" placeholder="Filter players..." />
|
||||
|
||||
|
||||
<ul id="playerList"></ul>
|
||||
</aside>
|
||||
|
||||
<!-- Epic rare notifications container -->
|
||||
<div id="rareNotifications" class="rare-notifications"></div>
|
||||
|
||||
<!-- Fireworks container -->
|
||||
<div id="fireworksContainer" class="fireworks-container"></div>
|
||||
|
||||
<!-- Main map container showing terrain and player data -->
|
||||
<div id="mapContainer">
|
||||
<div id="mapGroup">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue