Ultra Mention allows you to add a mention system to your server. The plugin is fully customizable so you can configure it to be as close as possible to your expectations.
________________________________________________________________________________________________________
- Fully customizable
- Easy to configure
- Easy to use
- 1.8 to 1.16 support
- Support PlaceholderAPI
- Very lightweight and clean-written
- Regular updates
- AntiSpam
- Bypass Permission
- Sound notifications
- Notifications in the chat
- Notifications in as titles
- Notifications in the action bar
- Possibility to toggle mention (per player)
- @everyone & @here mention
- Custom mention (you can create your own mention)
- Support all chat plugins
- Active discord support anytime you need it
________________________________________________________________________________________________________
- /ultramention
- /um
- /mention
- /ultramention reload
- /ultramention toggle
- /ultramention ignore <player>
- /ultramention ?
________________________________________________________________________________________________________
- ultramention.*
- ultramention.reload
- ultramention.bypass
- ultramention.bypass.delay
- ultramention.everyone
- ultramention.ignore
- ultramention.toggle
- ultramention.reload
________________________________________________________________________________________________________
Code (YAML):
[/CENTER
]
# ====================================== #
# UltraSMention #
# Version ${project.version} #
# Developed by Sharkz #
# #
# This plugin support PlaceholderAPI #
# ====================================== #
# ====================================== #
# PREFIX #
# ====================================== #
prefix : "&c&lULTRA&e&lMENTION &7|"
# ====================================== #
# UPDATE #
# ====================================== #
checkUpdate : true
# ====================================== #
# MENTION #
# #
# chatFormat define the format of #
# mentioned users in the chat #
# #
# "delay" corresponds to the time #
# between two mentions to the same player#
# #
# The "price" option requires Vault #
# Leave 0 to disable #
# #
# Leave 0 to disable "xp" option #
# (The "xp" option takes levels) #
# ====================================== #
mention:
prefix : "@"
delay : 60
chatFormat : "&e&l%player%"
xp : 0
price : 0
text:
enabled : false
message : "%prefix% &c&lHEY ! &a%player%&7 has mentioned you !"
title:
enabled : true
title : "&c&lHEY !"
subtitle : "&a%player%&7 has mentioned you !"
actionBar:
enabled : false
message : "&c&lHEY ! &a%player%&7 has mentioned you !"
# ====================================== #
# CUSTOM MENTION #
# #
# The text option support multi lines #
# ====================================== #
customMention:
staff : # define the mention key (@staff)
permission : "ultramention.staff" # If players has this permission it'll get mentionned
format : "&c&l@Staff"
delay : 120 # Delay each mention from a player
sound : "EXPLODE"
actionBar : # You could also put title & text like on the following examples
message : "&aHey ! &e&l%player%&7 has mentioned the staff !"
moderators:
permission : "ultramention.moderators"
format : "&a@Moderators"
delay : 60
sound : "LEVEL_UP"
title:
title : "&a&l%player%"
subtitle : "&7has mentioned moderators"
helpers:
permission : "ultramention.helpers"
format : "&e@Helpers"
delay : 30
text:
message : "&a%player% &7has mentioned helpers !"
# ====================================== #
# SOUNDS #
# #
# Leave blank to disable the sound #
# ====================================== #
sounds:
noPermission : "VILLAGER_NO"
reload : "EXPLODE"
mention : "ZOMBIE_WOODBREAK"
# ====================================== #
# TRANSLATIONS #
# ====================================== #
noPermission : "%prefix% &cYou don't have the permission."
reloaded : "%prefix% &a&lThe plugin has been reloaded !"
mentionOn : "%prefix% &7You have &a&lenabled&7 your mention !"
mentionOff : "%prefix% &7You have &c&ldisabled&7 your mention !"
ignored : "%prefix% &e%player%&7 can't mention you anymore !"
unignored : "%prefix% &a%player%&7 can now mention you !"
cannotIgnoreYourself : "%prefix% &eYou can't ignore yourself..."
missingArg : "%prefix% &eMissing argument..."
offlinePlayer : "%prefix% &eCannot find this player !"
notEnoughXp : "&cYou don't have enough experience level to mention this player !" # This message is send by action bar
notEnoughMoney : "&cYou don't have enough money to mention this player !" # This one too
# ====================================== #
# PLEASE DON'T EDIT THIS #
# ====================================== #
config_version : 6
# ====================================== #
# UltraSMention #
# Version ${project.version} #
# Developed by Sharkz #
# #
# This plugin support PlaceholderAPI #
# ====================================== #
# ====================================== #
# PREFIX #
# ====================================== #
prefix : "&c&lULTRA&e&lMENTION &7|"
# ====================================== #
# UPDATE #
# ====================================== #
checkUpdate : true
# ====================================== #
# MENTION #
# #
# chatFormat define the format of #
# mentioned users in the chat #
# #
# "delay" corresponds to the time #
# between two mentions to the same player#
# #
# The "price" option requires Vault #
# Leave 0 to disable #
# #
# Leave 0 to disable "xp" option #
# (The "xp" option takes levels) #
# ====================================== #
mention:
prefix : "@"
delay : 60
chatFormat : "&e&l%player%"
xp : 0
price : 0
text:
enabled : false
message : "%prefix% &c&lHEY ! &a%player%&7 has mentioned you !"
title:
enabled : true
title : "&c&lHEY !"
subtitle : "&a%player%&7 has mentioned you !"
actionBar:
enabled : false
message : "&c&lHEY ! &a%player%&7 has mentioned you !"
# ====================================== #
# CUSTOM MENTION #
# #
# The text option support multi lines #
# ====================================== #
customMention:
staff : # define the mention key (@staff)
permission : "ultramention.staff" # If players has this permission it'll get mentionned
format : "&c&l@Staff"
delay : 120 # Delay each mention from a player
sound : "EXPLODE"
actionBar : # You could also put title & text like on the following examples
message : "&aHey ! &e&l%player%&7 has mentioned the staff !"
moderators:
permission : "ultramention.moderators"
format : "&a@Moderators"
delay : 60
sound : "LEVEL_UP"
title:
title : "&a&l%player%"
subtitle : "&7has mentioned moderators"
helpers:
permission : "ultramention.helpers"
format : "&e@Helpers"
delay : 30
text:
message : "&a%player% &7has mentioned helpers !"
# ====================================== #
# SOUNDS #
# #
# Leave blank to disable the sound #
# ====================================== #
sounds:
noPermission : "VILLAGER_NO"
reload : "EXPLODE"
mention : "ZOMBIE_WOODBREAK"
# ====================================== #
# TRANSLATIONS #
# ====================================== #
noPermission : "%prefix% &cYou don't have the permission."
reloaded : "%prefix% &a&lThe plugin has been reloaded !"
mentionOn : "%prefix% &7You have &a&lenabled&7 your mention !"
mentionOff : "%prefix% &7You have &c&ldisabled&7 your mention !"
ignored : "%prefix% &e%player%&7 can't mention you anymore !"
unignored : "%prefix% &a%player%&7 can now mention you !"
cannotIgnoreYourself : "%prefix% &eYou can't ignore yourself..."
missingArg : "%prefix% &eMissing argument..."
offlinePlayer : "%prefix% &eCannot find this player !"
notEnoughXp : "&cYou don't have enough experience level to mention this player !" # This message is send by action bar
notEnoughMoney : "&cYou don't have enough money to mention this player !" # This one too
# ====================================== #
# PLEASE DON'T EDIT THIS #
# ====================================== #
config_version : 6
________________________________________________________________________________________________________
________________________________________________________________________________________________________
Join our discord to be kept informed of updates, news, give your opinion and get assistance in case of problem.
If you like the plugin please rate it & if you have any problems or have ideas to add to the plugin let me know.
Quick facts
- Edition: Minecraft Java
- File type: .jar
- Minecraft versions listed: 1.8, 1.9, 1.10
- How to install: Install the matching mod loader (Forge, Fabric or NeoForge) for your Minecraft version. → Download the .jar. → Put it in the .minecraft/mods folder and launch that loader profile.
- Where to get it: Opens on Spigot — not every file is mirrored on our own servers.
Install steps are the general flow for this file type — How to install Minecraft Java mods & modpacks walks through it step by step.
UltraMention | 1.8 - 1.16 | Fully customizable is a free Minecraft Java mod. Compatible with Minecraft 1.8, 1.9, 1.10, 1.11 and newer. Downloaded 964 times (via Spigot). Download it and open it directly in the game.