ieoub
Epic Pika
- Joined
- Nov 25, 2023
- Messages
- 150
- Points
- 33
Minecraft username:
Suggestion:
Detailed description:
Reason(s):
Example(s):
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>