Skip to content

Commit

Permalink
update: wiki
Browse files Browse the repository at this point in the history
  • Loading branch information
sakurawald committed Jul 23, 2024
1 parent 3b4a2af commit b9a70a8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -614,6 +614,7 @@ public class DeathLog {
- %fuji:player_playtime%
- %fuji:server_playtime%
- %fuji:health_bar% -> shows the health bar of the player
- %fuji:rotate hello% -> rotate the "hello" string each time.
Tips:
- You can also use [the default available placeholders](https://placeholders.pb4.eu/user/default-placeholders/)
Expand Down Expand Up @@ -1404,7 +1405,7 @@ public class Style {
public List<String> footer = new ArrayList<>() {
{
this.add("<#FFA1F5>-----------------<newline>TPS: %server:tps_colored% PING: %player:ping_colored%<newline><rainbow>Memory: %server:used_ram%/%server:max_ram% MB<newline>%fuji:rotate Welcome to the server. %");
this.add("<rainbow>This is another one");
this.add("<#FFA1F5>-----------------<newline><rainbow>This is another one");
}

};
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,6 @@
@Mixin(value = ServerPlayerEntity.class, priority = 1000 - 125)
@Slf4j
public abstract class OverrideTabListNameMixin {
@Unique
TabListSortInitializer module = ModuleManager.getInitializer(TabListSortInitializer.class);

@Unique
private static Map<String, Text> realPlayerGetDisplayNameSave = new HashMap<>();
Expand Down

0 comments on commit b9a70a8

Please sign in to comment.