develop-fairScoreboard #4

Open
Pupsi wants to merge 3 commits from develop-fairScoreboard into develop
Collaborator

Ich hoffe es funktioniert alles...

Ich hoffe es funktioniert alles...
Pupsi added 2 commits 2025-10-10 23:08:18 +00:00
MineTec reviewed 2025-10-11 00:36:07 +00:00
@@ -59,2 +66,3 @@
.toList();
new ChatMessage(Icon.STAR)
.numberedList(this.places.stream().map(player -> String.format("%s - %s Punkte", player.getUsername(), tournament.getGameScores().get(player))).toList())
.list(players.stream().map(player -> String.format("%s. %s - %s Punkte", this.getRankPosition(player)+1, player.getUsername(), tournament.getGameScores().get(player))).toList())
Owner

korrekte verwendung von datentypen im format (%d)

korrekte verwendung von datentypen im format (%d)
Pupsi marked this conversation as resolved
MineTec reviewed 2025-10-11 00:48:18 +00:00
@@ -47,2 +47,3 @@
for (Set<Player> players : getPlaces()) {
if(count >= this.rewardConfiguration.rewardCount().size()) break;
itemCount.put(player.getUuid(), this.rewardConfiguration.rewardCount().get(count));
for(Player player : players) {
Owner

warum kein lambda foreach?

warum kein lambda foreach?
Author
Collaborator

Weil count keine effectively final temp variable (oder so) ist

Weil count keine effectively final temp variable (oder so) ist
Pupsi marked this conversation as resolved
Pupsi added 1 commit 2025-10-11 09:36:08 +00:00
This pull request can be merged automatically.
This branch is out-of-date with the base branch
You are not authorized to merge this pull request.
View command line instructions

Checkout

From your project repository, check out a new branch and test the changes.
git fetch -u origin develop-fairScoreboard:develop-fairScoreboard
git checkout develop-fairScoreboard
Sign in to join this conversation.
No Reviewers
No Label
2 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: MineNet/Minigames#4
No description provided.