Compare commits

..

4 Commits

Author SHA1 Message Date
Pierre Maurice Schwang
ab6f7173f9 chore: update gradle plugin 2023-09-26 21:59:00 +02:00
Pierre Maurice Schwang
48308400f7 chore: exclude minor versions >= 10 by default (no need for < 10) 2023-09-26 21:57:25 +02:00
Pierre Maurice Schwang
2b821db963 chore: gitignore runServer-1.20 folder as well 2023-09-26 21:57:25 +02:00
Pierre Maurice Schwang
0c2f002bad chore/feat: download fawe & only use latest patch versions in runServer 2023-09-26 21:57:25 +02:00
2 changed files with 0 additions and 2 deletions

View File

@@ -517,7 +517,6 @@ public class ListCmd extends SubCommand {
}
}
finalResolver.tag("players", Tag.inserting(builder.asComponent()));
finalResolver.tag("size", Tag.inserting(Component.text(plot.getConnectedPlots().size())));
caption.set(TranslatableCaption.of("info.plot_list_item"));
caption.setTagResolvers(finalResolver.build());
}

View File

@@ -187,7 +187,6 @@ public final class PlaceholderRegistry {
}
});
this.createPlaceholder("currentplot_biome", (player, plot) -> plot.getBiomeSynchronous().toString());
this.createPlaceholder("currentplot_size", (player, plot) -> String.valueOf(plot.getConnectedPlots().size()));
}
/**