FabioZumbi12 / UltimateChat

Ultimate and advanced Chat for Bukkit and Sponge
GNU General Public License v3.0
31 stars 33 forks source link

[BUG] \n's replaced with nothing #244

Closed Shmeeb closed 4 years ago

Shmeeb commented 4 years ago

Even if a player has uchat.chat.newline set to false, any \n's get replaced with nothing in chat.

Using UltimateChat-1.8.9-b242-Universal.jar

FabioZumbi12 commented 4 years ago

This is intended, as \n will be replaced with a new line, and without permission, get removed.

Shmeeb commented 4 years ago

What if a player is instructing someone

Player: "What is the command for the nexus" Another player: "./nexus X" turns into ".exus X" Player: "wut?"

(real situation that happens a lot)

SrBedrock commented 4 years ago

O mesmo ocorre no meu servidor quando jogadores tentam enviar no chat o comando /news. A melhor opção nessa caso seria alterar o "comando" para \n.

FabioZumbi12 commented 4 years ago

Fixed on newer latest dev build.