*New*everyoneMention feature: 'allow-no-tag' is 'false' for default
but you can use 'everyone' without the tag if you wish.
*New*mentionColor: you can now change the color of each mention type + you can set if you want it bold or not.
*New*ActionBar Support: this plugin now comes with actionbars that will tell
if you get mentioned by a player, you can disable this feature if you wish.
*New / Personal Feature*bStats: can now track live stats on 'AdvancedMention'
*PLUGIN CODE*Optimize: some of the plugin has been recoded in *v1.0.2* to support new features + better performance.
Code (YAML):
advancedmention: # ------------------------------------------------- # TOGGLE SETTINGS # ------------------------------------------------- # cooldown settings: # if you want to disable one set it to (0) settings:
enable-player: true
#disable/enable player mentioning enable-everyone: true
#disable/enable everyone mentioning # ------------------------------------------------- # EDITABLE FEATURES # ------------------------------------------------- # player settings player:
spaces: true
tag: '@'
#tag in front of the players name @<playerName> onlytag: false
#if playerMention should only be tag featured, if not keep (false) action-bar: true
#sends action bar to make players notice more that they been mentioned color-settings:
mention-color-player: 'YELLOW'
mention-color-bold: false
sound-settings: #sound settings sounds-enable: true
sound: 'ENTITY_PLAYER_LEVELUP'
#sound when a player mentions you volume: 1
pitch: 1
# everyone settings everyone:
spaces: true
tag: '@'
allow-no-tag: false
action-bar: true
color-settings:
mention-color-everyone: 'YELLOW'
mention-color-bold: true
sound-settings:
sounds-enable: true
sound: 'ENTITY_PLAYER_LEVELUP'
#sound when someone mentions @everyone volume: 2
pitch: 2