How to remove prefix from /msg

Status
This thread has been locked.

Complex

Feedback score
0
Posts
93
Reactions
35
Resources
0
Is it possible to remove the group name / prefix from when people aren't talking such as in /msg or when they do /fly.

If so, how could I do it?

Thank you!
 
PebbleHost
High performance, consistent uptime and fast support. Minecraft hosting that just works.

XMario

Game developer, coder, 3D artist
Restricted
Feedback score
9
Posts
484
Reactions
178
Resources
0
With this you will be able to modify messages from essentials.
 

Complex

Feedback score
0
Posts
93
Reactions
35
Resources
0
Still haven't figured this out.

Prefixes are setup in GroupManager, but there's not a way to just show name and not display name in messages en properties.

Someone please help!
 

Complex

Feedback score
0
Posts
93
Reactions
35
Resources
0
Modify the essentials messages configuration file. I am pretty sure it is in there.
It's not man, I'm telling you. The only option in there is to show the display name.
 

SwiftBeatz

۞ Builder/Manager
Supreme
Feedback score
33
Posts
321
Reactions
240
Resources
0
Is it possible to remove the group name / prefix from when people aren't talking such as in /msg or when they do /fly.

If so, how could I do it?

Thank you!
Hi there.

Do you have DeluxeChat?

With DeluxeChat, you can modify the whole /msg format.

For /fly and such, the person who suggested essentials_en.properties is right. I'll walk you through how to do it correctly.

So first thing would be downloading it and putting it in your Essentials folder.
Next, you open and search(CTRL + F) for what you'd like changed. For example, I'll use /fly.
You would put in the search "fly mode", then you could find the messages it shows players when they type the /fly command.
Edit that how you please.

Hope this was helpful.
 

MaximC

Just looking
Supreme
Feedback score
4
Posts
179
Reactions
86
Resources
0
With DeluxeChat, you can modify the whole /msg format.

For /fly and such, the person who suggested essentials_en.properties is right. I'll walk you through how to do it correctly.

So first thing would be downloading it and putting it in your Essentials folder.
Next, you open and search(CTRL + F) for what you'd like changed. For example, I'll use /fly.
You would put in the search "fly mode", then you could find the messages it shows players when they type the /fly command.
Edit that how you please.

Hope this was helpful.

Hi there.

I was asking that question, to see if they've put a variable in that section.
 

Complex

Feedback score
0
Posts
93
Reactions
35
Resources
0
With DeluxeChat, you can modify the whole /msg format.

For /fly and such, the person who suggested essentials_en.properties is right. I'll walk you through how to do it correctly.

So first thing would be downloading it and putting it in your Essentials folder.
Next, you open and search(CTRL + F) for what you'd like changed. For example, I'll use /fly.
You would put in the search "fly mode", then you could find the messages it shows players when they type the /fly command.
Edit that how you please.

Hope this was helpful.
Thank you for the thorough response however it uses a variable for what to display. The only variable option is for display name which will also display the prefix.
 

mcparadip

Freelance Web Developer
Supreme
Feedback score
26
Posts
288
Reactions
102
Resources
0
Last edited:

Plus.

livin
Supreme
Feedback score
16
Posts
311
Reactions
158
Resources
0
Have you made their prefix + name the display name in essentials config

Line 5: change-displayname: true

Change true to false, Then add in the prefix variable to your chat format.
 
Status
This thread has been locked.
Top