geforkt von Mirrors/Paper
net/minecraft/world/scores
Dieser Commit ist enthalten in:
Ursprung
a9d7ae7213
Commit
a546b39e58
@ -1,10 +1,10 @@
|
||||
--- a/net/minecraft/world/scores/ScoreboardSaveData.java
|
||||
+++ b/net/minecraft/world/scores/ScoreboardSaveData.java
|
||||
@@ -148,6 +148,7 @@
|
||||
@@ -148,6 +_,7 @@
|
||||
ListTag listTag = new ListTag();
|
||||
|
||||
for (PlayerTeam playerTeam : this.scoreboard.getPlayerTeams()) {
|
||||
+ if (!io.papermc.paper.configuration.GlobalConfiguration.get().scoreboards.saveEmptyScoreboardTeams && playerTeam.getPlayers().isEmpty()) continue; // Paper - Don't save empty scoreboard teams to scoreboard.dat
|
||||
CompoundTag compoundTag = new CompoundTag();
|
||||
compoundTag.putString("Name", playerTeam.getName());
|
||||
compoundTag.putString("DisplayName", Component.Serializer.toJson(playerTeam.getDisplayName(), registries));
|
||||
compoundTag.putString("DisplayName", Component.Serializer.toJson(playerTeam.getDisplayName(), levelRegistry));
|
Laden…
In neuem Issue referenzieren
Einen Benutzer sperren