Fixes Arabic text rendering for cross-platform servers, so messages display correctly for every player regardless of platform.
ArabicFix reshapes and reverses Arabic text so it reads correctly across both Bedrock and Java players, in chat and on signs. It solves the common problem of Arabic letters appearing disconnected or in the wrong reading order on cross-platform servers.
It supports LuckPerms prefixes and DiscordSRV chat relay, so formatted text stays readable wherever it's displayed.
Turn this "ﻚﻟﺎﺣ ﻒﻴﻛ ﻢﻜﻴﻠﻋ مﻼﺴﻟﺍ" in to this "السلام عليكم كيف حالك".
# Chat format configuration
# Available placeholders:
# <prefix> - Player prefix (from LuckPerms or default)
# <player> - Player display name
# <message> - The chat message
chat-format: "<prefix><player> &8→ &f<message>"