Z0rdak / Yet-Another-World-Protector

Yet Another World Protector is a server-side protection mod which allows you to protect your creations against various different events/actions of players, mobs and the environment. It was inspired by the forge mod WorldProtector and the WorldGuard plugin.
https://www.curseforge.com/minecraft/mc-mods/yawp
GNU Affero General Public License v3.0
22 stars 8 forks source link

Wrong Encoding for text symbol #119

Closed Walrus98 closed 1 month ago

Walrus98 commented 1 month ago

image

Is it normal?

Z0rdak commented 1 month ago

Hey, thanks for the issue.

this is not „normal“. But you are the first to report this issue.

Are you using the resource pack or just the mod itself?

Which YAWP version are you using?

Walrus98 commented 1 month ago

I'm using the latest version of the mod for 1.20.1. No resource pack or something like that. I tried to fix the issues downloading your repository and compile the mod by myself. As expected, I get an error about missing encoding in windows 10, I don't know why

Z0rdak commented 1 month ago

I see. I had this issue also during development. i though I fixed it. Sorry.

its because the code is interpreted with a wrong encoding (some windows specific encoding which does not support these symbols) since then I switched back to develop on linux so this should not happen in the future.

IIRC this was a setting in gradle or the project setup. Anyway… I’ll fix this in the next days.

for now you can try to add the resource pack from the discord server add list it to be loaded last to fix this issue.