We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9f9d5bf commit 3fef1ceCopy full SHA for 3fef1ce
src/main/java/org/bukkit/map/MapCanvas.java
@@ -70,7 +70,7 @@ public interface MapCanvas {
70
/**
71
* Render text to the map using fancy formatting. Newline (\n) characters
72
* will move down one line and return to the original column, and the text
73
- * color can be changed using sequences such as "§12;", replacing 12 with
+ * color can be changed using sequences such as (removed) replacing 12 with
74
* the palette index of the color (see {@link MapPalette}).
75
*
76
* @param x The column to start rendering on.
src/main/java/org/bukkit/map/MinecraftFont.java
@@ -1,4 +1,4 @@
1
-package org.bukkit.map;
+package org.bukkit.map;
2
3
4
* Represents the built-in Minecraft font.
0 commit comments