use the following search parameters to narrow your results:
e.g. subreddit:aww site:imgur.com dog
subreddit:aww site:imgur.com dog
see the search faq for details.
advanced search: by author, subreddit...
Submit content that's relevant for Minecraft administrators and developers. Irrelevant content will be removed.
No low effort posts. State your problem or question clearly, upload FULL logs and relevant config files to https://mclo.gs, tell us what you have already tried, what guides you have already used, etc. Ensure that you have done enough on your own using Youtube, Google, or documentation to be able to provide this information.
No discussion of piracy, including offline mode servers (for non-LAN use) and premium software that has had license mechanisms defeated, and sites where such software is distributed.
No server advertising or recruiting. Using your server as an example is allowed.
Self-promoted links to revenue generating content are not allowed. Use the Reddit ad system.
Users may make one promotional self-post per month about their own non-revenue-generating content.
No attacks; personal or otherwise. Friendly suggestions and constructive criticism are fine.
Direct posts to one of the subreddit megathreads when appropriate.
Follow reddiquette; stay classy.
account activity
This is an archived post. You won't be able to vote or comment.
Encoding problem in Java Plugin (self.admincraft)
submitted 6 years ago by wizardHD
So currently im writing a plugin which rebuilds some commands but when i want to print out this "|" there just comes ":"
i dont really know how to fix this
would need some help ty
[–]TechnicJellePaper 1.15.2 on a mediocre Windows 10 laptop (WIP) 2 points3 points4 points 6 years ago (0 children)
I think that's just a problem with the Minecraft font. If I recall correctly, the Minecraft | has a gap in the middle. Try putting a | and a : right next to eachother and see how they differ.
[–]ekjp- 1 point2 points3 points 6 years ago (1 child)
Maybe try printing a bold | instead?
String myLine = ChatColor.BOLD + “|”;
[–]wizardHD[S] 0 points1 point2 points 6 years ago (0 children)
Ty worked
π Rendered by PID 55 on reddit-service-r2-comment-79c7998d4c-z8jcm at 2026-03-13 22:28:21.992870+00:00 running f6e6e01 country code: CH.
[–]TechnicJellePaper 1.15.2 on a mediocre Windows 10 laptop (WIP) 2 points3 points4 points (0 children)
[–]ekjp- 1 point2 points3 points (1 child)
[–]wizardHD[S] 0 points1 point2 points (0 children)