Option to remove [PVP] from map markerSolved
My server is PVP everywhere so I don't want to show [PVP] on the map markers as I believe it will confuse players into thinking the server isn't a PVP server.

Is there an option that causes it not to show? I've been unable to find it tinkering around.

Thanks in advance.
it's not a clean solution, but you can edit any text on /language/en/RaidableBase.json
jer0m
it's not a clean solution, but you can edit any text on /language/en/RaidableBase.json

I was trying to find it there. Is it this?

"PVP": "<color=#FF0000>PVP</color>",

I'll give it a test and see, but that's all I see in the language file.

jer0m
it's not a clean solution, but you can edit any text on /language/en/RaidableBase.json

It appears if you change the language file to:

"PVP": "",
"PVE": "",
Then it shows as [] instead of [PVE]

Looks like I'd have to modify the plugin to remove it completely. 

I guess my suggestion would be to put the marker format in the language file so it could be adjusted there.
Added [] in next update
nivex
Added [] in next update
Awesome thanks!
Locked automatically