Is it possibe to turn off the map note chat notifications? After teleporting around a few times chat gets clogged up with these messages...
Turn off chat notificationsSolved
Did you try removing the messages from the lang file?
I have just tried removing the language file messages but after reloading the plugin they come back... am i doing something wrong ?
Don't delete the key and value. Only delete the message as follows:
"NoPerms" : "", Ihave tried to delete only the messages in quotations but still get [Mapnote Teleport]: in chat each time i use it...
Could you please edit the lang for me?
{
"NotAllowed": "You do not have permission to use this command",
"Enabled": "<color=#228B22>Enabled</color>",
"Disabled": "<color=#B22222>Disabled</color>",
"Teleported": "Teleported to <color=#FFA500>{0}</color>. Godmode is now <color=#228B22>on</color> for <color=#FFA500>{1}</color>s while teleport is on cooldown.",
"CooldownEnded": "Godmode is now <color=#B22222>off</color>. You can teleport again.",
"MapNoteTeleport": "Teleporting to map marker is now {0}",
"MapNoteTeleportCooldown": "Teleporting to map marker cooldown set to <color=#FFA500>{0}</color>s.",
"MapNoteTeleportCooldownLimit": "Teleporting to map marker cooldown allowed is between <color=#FFA500>{0}</color>s and <color=#FFA500>{1}</color>s",
"MapNoteTeleportMounted": "You can't teleport while seated!",
"MapNoteTeleportDead": "You can't teleport while being dead!",
"SyntaxError": "Syntax error, type '<color=#FFFF00>/{0} <help | h></color>' to view help",
"MapNoteTeleportSyntax": "<color=#FFFF00>/{0} </color> - Enable/Disable teleporting to map marker",
"MapNoteTeleportSyntax1": "<color=#FFFF00>/{0} <time (seconds)></color> - Set teleport cooldown time, the allowed time is between <color=#FFA500>{1}</color>s and <color=#FFA500>{2}</color>s."
}
Could you please edit the lang for me?
{
"NotAllowed": "You do not have permission to use this command",
"Enabled": "<color=#228B22>Enabled</color>",
"Disabled": "<color=#B22222>Disabled</color>",
"Teleported": "Teleported to <color=#FFA500>{0}</color>. Godmode is now <color=#228B22>on</color> for <color=#FFA500>{1}</color>s while teleport is on cooldown.",
"CooldownEnded": "Godmode is now <color=#B22222>off</color>. You can teleport again.",
"MapNoteTeleport": "Teleporting to map marker is now {0}",
"MapNoteTeleportCooldown": "Teleporting to map marker cooldown set to <color=#FFA500>{0}</color>s.",
"MapNoteTeleportCooldownLimit": "Teleporting to map marker cooldown allowed is between <color=#FFA500>{0}</color>s and <color=#FFA500>{1}</color>s",
"MapNoteTeleportMounted": "You can't teleport while seated!",
"MapNoteTeleportDead": "You can't teleport while being dead!",
"SyntaxError": "Syntax error, type '<color=#FFFF00>/{0} <help | h></color>' to view help",
"MapNoteTeleportSyntax": "<color=#FFFF00>/{0} </color> - Enable/Disable teleporting to map marker",
"MapNoteTeleportSyntax1": "<color=#FFFF00>/{0} <time (seconds)></color> - Set teleport cooldown time, the allowed time is between <color=#FFA500>{1}</color>s and <color=#FFA500>{2}</color>s."
}
It's in the config
"Chat prefix": "<color=#00FFFF>[MapNote Teleport]</color>: ",
AHH got it, it works! Thank you so much for your help and your awesome plugins... keep up the great work :)
Awesome and thank you ^^
Added an option and the command to toggle notifications.
MONaH
Added an option and the command to toggle notifications.
Awesome!! Thank you :)
Locked automatically