pre-warn: For people who plans to use this plugin with DiscordSRV, make sure you disable mentions in the discordsrv config (ill make sure to add support, if needed) Features: * Player-Mention
* Everyone-Mention
* New-Player Mention
* Mention-Colour
* Mention Counter
* Action Bar Support
* Title Support
* Sounds
* Particles
* Editable Tag Symbol
* Noticeable mentions with spaces
* Enable/Disable both features
* Plugin API (For Developers)
* AutoUpdateChecker built in
* Multi Language Support
* Vanish Support
If you have a
serverJar that the plugin doesn't fully work on pls DM me on discord or SpigotMC.
FAQ?
Does this plugin support chat plugins? yes certainly, this only replaces a certain target part of a 'message'. Chat plugins without a mention addon should be 100% fine (If you find any issues that this is interfering with any other plugins, then please pm me ASAP!)
Chat is getting spammy with the spaces when people mention me, what can I do? If so, you can disable spaces in the config. (you can disable the spaces for both mention types) if you get spammed by tags, i suggest getting a anti-spam(I will try update the plugin with a mention-spam system in the next updates)
is everything editable? 100%, all features are editable in the config.yml. You can not edit the messages as of right now, however, there's not really anything to edit with 'messages' (may add editable messages for actionbars)
AdvancedMention doesn't support my language? If so, please message me on spigot or join my discord server (I will try add support for the language ASAP)
What's the best/quickest way to get support? via. discord. yes I would say discord for quickest response but you can always DM me on spigot convocations (You can join my discord, scroll down to the bottom and you will see the last message. click 'CLICK HERE')
How does this plugin work? Player mentioning is easily done with saying the player's name in the message or you can @<playerName> and it will ping the player, plus space the message out for that player you pinged (if enabled, is enabled for default).
Everyone mention is easily done with stating @everyone in your message and it will ping everyone on the server, plus space the message out (if enabled, is enabled for default).
Why use AdvancedMention? Not only because it's free, there's no performance issues & compatible with multiple version! This plugin comes with over 10+ features with all editable in the config, this plugin beats most paid/non-paid mention plugins out (No need to be spending a cent anymore)
You're a developer? This plugin comes with a built in API.
* Open the spoiler below to see what it offers!
Make sure in your plugin.yml, use: soft-depend: [AdvancedMention]
Code (Java):
importme.syxteen.advancedmention.API.amAPI;
amAPI api
;
--- mentioning
/sounds area
---
// mentionEveryone in chat(Broadcast) mentionEveryone
(String msg
);
// send a sound to everyone sendEveryoneSound
(Sound sound,
float volume,
float pitch
);
Commands: /am - version/help Guide
/am help - help page
/am reload - reload the plugin files
/am stats - get mention stats live!
Code (YAML):
Permissions: am.* - access to everything
(ADMIN PERM
) am.command.access - access to /am
am.command.help - access to /am help
am.command.reload - access to /am reload
am.command.stats - access to /am stats
[I
]am.command.resetstats - access to /am resetstats
[/I
]
am.mention.player - be able to mention a player/get mentioned
am.mention.everyone - be able to mention everyone
am.newplayer.notify - get pinged when someone new joins, don't miss a new player joining your server again!
am.updatechecker - be able to get update alerts when a new update is out