Output integer in binary format. System.out.println(String.format("%32s", Integer.toBinaryString(Integer.MAX_VALUE)).replace(' ', '0')); System.out.println(String ...
When building text for messages, logs, lore, titles, or any other user-facing or logged string, use `String.format` whenever the text includes a variable or object (player names, colors, numbers, ...