This resource is not plugin
Mention script is used to add chat element to game.
When player is mentioned in chat, he eventually can get sound warning, or title message.
What is script offering?
- Simplicity
- Customizability
Requirements:
-
Skript
Installation:
- Download the mention script
- Put script in file located /plugins/skript/scripts
Setting up:
- Open file mention.sk
- Edit values in "Options" section to your liking
- You can set color of mention, sound, permission for not getting sound mention, permission for using mention, title showing, it's messages and timings
Code (Text):
#-----------------------------------------------------------------------------------------------------
options:
#basic
color: &a #Color of nickname in chat
permission: skript.mention.use #Permission for player to use mention
permission_no: skript.mention.dontdisturb #When player has this permission, he can't be pinged with sound and title
sound: "minecraft:block.note_block.bell" #You can set there ping sound
title: true #True if you want send title to pinged player
title_title: "&2%player%" #Message of title if title is true
title_subtitle: "&amentioned you" #Subtitle of title if title is true
time: 2 #Time for how long is title shown
fadein: 0.5 #Fadein time if title is true
fadeout: 0.5 #Fadeout time if title is true
#-----------------------------------------------------------------------------------------------------
FAQ:
Can i edit the file?
Yes, script is written to be easily understood and edited
Can i order custom scripts?
Yes, you can contact me on my discord
Where to send ideas for improvements?
Join my discord and send the idea
Can i order one image, like is the one at top of page?
Yes, you can contact me on my discord
Don't use reviews to report bugs or give ideas