Learn how to join our server and start playing in 60 seconds!
Play Now
  • Hey Guest, If you have any suggestions regarding the Forums/Website we would love to hear them!

Survival add xp amount in the scoreboard

ieoub

Epic Pika
Joined
Nov 25, 2023
Messages
150
Points
33
Minecraft username:
ieoub​

Suggestion:
add xp amount in the scoreboard​

Detailed description:
add experience levels amount in the scoreboard​

Reason(s):
it's cool and it's the missing one from the list​

Example(s):
🧴 experience: 413 /xp

Code:
<p> 🧴 <span class="ExpName">experience : </span> <span class="amount">413</span> <span class="CmdShourtcut">/xp</span> </p>
<style>
.ExpName {
color: white;
}
.amount {
color : blue;
}
.CmdShortcut {
color : grey;
}

</style>
 
Top