✨ AdvancedMention (DISCONTINUED) icon

✨ AdvancedMention (DISCONTINUED) -----

Most Needed Chat Mention System! (Player/Everyone/Staff)



ampreview.png
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

Supported JARS:
* Bukkit/Spigot
* Paper/PaperSpigot


If you have a serverJar that the plugin doesn't fully work on pls DM me on discord or SpigotMC.

6706646_preview.png
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):
import me.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 ) ;

// mentionPlayer in chat(send message)
mentionPlayer (Player target, String msg ) ;

// send a sound to player
sendPlayerSound (Player target, Sound sound, float volume, float pitch ) ;

--- stats area ---

// returns number of player mentions
getPlayerMentions ( )

// returns number of everyone mentions
getEveryoneMentions ( )

// returns number of player+everyone mentions (total)
getTotalMentions ( )

--- other ---

// checks if everyone feature is true
isEveryoneMention ( ) ;

// checks if player feature is true
isPlayerMention ( ) ;

// sets the plugin lanauage
setLanguage ( String lang ) ;

// returns the current language
getCurrentLanguage ( ) ;

6706646_preview.png
Sources:
Sounds: 1.8, 1.9, 1.10, 1.11, 1.12, 1.13, 1.14, 1.15, Latest
particles: https://hub.spigotmc.org/javadocs/spigot/org/bukkit/Particle.html#enum.constant.summary
Plugin bStats: https://bstats.org/plugin/bukkit/AdvancedMention/7881

Code (YAML):
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
 

Code (YAML):

# AdvancedMention | Config.yml
# Developed by @Syxteen(SpigotMC)
#-------------------------------------------------------------------------
advancedmention
:
  settings
:
    enable-player
: true
    enable-everyone
: true
    enable-staff
: true
    enable-new-player
: true
    support-vanish
: true
    lang
: 'english'
    notify
: true
    new-player
:
      formatting
:
        staff-alert-chat
: '&9Staff-Notify> &a %player% is new!'
        enable-staff-alert-chat
: true
      sound-settings
: #sound settings
        sounds-enable
: true
        sound
: 'ENTITY_PLAYER_LEVELUP'
        volume
: 1
        pitch
: 1
    player
:
      formatting
:
        spaces
: true
        tag
: '@'
        onlytag
: false
      title-settings
:
        enable
: true
        top
: '&f&lMENTION'
        bottom
: '&e&l %player% &b&lhas mentioned you in chat!'
        fade-in-time
: 3
        stay-time
: 5
        fade-out-time
: 3
      actionbar-settings
:
        enable
: true
        text
: '&e&l %player% &b&lhas mentioned you in chat!'
      particle-settings
:
        enable
: true
        particle
: 'LAVA'
        spawn-size
: 50
      color-settings
:
        color-after-mention
: 'GRAY'
        mention-color
: 'YELLOW'
        mention-color-bold
: false
      sound-settings
: #sound settings
        sounds-enable
: true
        sound
: 'ENTITY_PLAYER_LEVELUP'
        volume
: 1
        pitch
: 1
      count-settings
:
        enable
: true
        count
: 0
    everyone
:
      formatting
:
        spaces
: true
        tag
: '@'
        allow-no-tag
: false
      title-settings
:
        enable
: true
        top
: '&f&lMENTION'
        bottom
: '&e&l %player% &b&lhas mass mentioned you in chat!'
        fade-in-time
: 2
        stay-time
: 3
        fade-out-time
: 2
      actionbar-settings
:
        enable
: true
        text
: '&e&l %player% &b&lhas mass mentioned you in chat!'
      color-settings
:
        color-after-mention
: 'GRAY'
        mention-color
: 'YELLOW'
        mention-color-bold
: true
      sound-settings
:
        sounds-enable
: true
        sound
: 'ENTITY_PLAYER_LEVELUP'
        volume
: 2
        pitch
: 2
      count-settings
:
        enable
: true
        count
: 0
    implements
:
      plugins
:
        stikepractice
:
          disable-in-fight
: true
          disable-in-event
: true
          disable-in-queue
: false
 
6706646_preview.png

TUTORIALS

English

Servers using AdvancedMention:
1. play.terraemc.net
2. mgu.one


If you are looking for help join my discord
CLICK HERE
Resource Information
Author:
----------
Total Downloads: 4,648
First Release: Jun 15, 2020
Last Update: Sep 8, 2021
Category: ---------------
All-Time Rating:
7 ratings
Version -----
Released: --------------------
Downloads: ------
Version Rating:
----------------------
-- ratings