is there any way to remove < & > from the chat while typing

mujkimuj

User Suspended
offline

Posts

4

Likes

0

Bits Credits

0

LEVEL

0

160 XP

Member suspended from NullForums
I know i can remove it with essentials, but im using cmi so please let me know if there is another way
 
Liked by:

nosoyelpapu

Newcomer
offline

Posts

7

Likes

11

Bits Credits

0

LEVEL

1

285 XP

yeep u have all the informatio in the chat section on the plugin wiki section
 
Liked by:

FateKid

Devil Did It
offline

Posts

16,225

Likes

371,386

Resources

3,061

Bits Credits

1,034

LEVEL

11

6,835 XP

Simple GPT prompt provided this. I'd try using the information provided by nosoyelpapu or googling the link yourself :)

How to Remove < & > from Chat While Typing in CMI

Step 1 – Open CMI Config

Navigate to your server files and locate the CMI folder.
Open the config.yml file using a text editor.

Step 2 – Find Chat Format Settings

Look for the ChatFormat section inside config.yml.
It should be under Chat:

Step 3 – Customize the Format

Modify the chat format to remove < and > by changing:
YAML:
Chat:
  GeneralFormat: '{displayName}: {message}'
Ensure there are no < or > symbols in the format.

Step 4 – Save and Restart

Save the config.yml file.
Restart your server for the changes to take effect.

Step 5 – Test the Chat

Join the server and send a message to confirm the new format.
 
Liked by:
Top Bottom