This resource is not plugin
Messages script is used to add information element to game.
When player join/leave custom message is broadcast to players. Special permission can do more than that.
What is script offering?
- Simplicity
- Customizability
Requirements:
-
Skript
Installation:
- Download messages script
- Put script in file located /plugins/skript/scripts
Setting up:
- Open file messages.sk
- Edit values in "Options" section to your liking
- You can enable or disable all three message types. First join, join and quit message. If special option is enabled, and player has required permission, you can broadcast special message, or play sound to players.
Code (Text):
#-----------------------------------------------------------------------------------------------------
options:
#basic
special_permission: skript.message.special #Permission, which triggers special message, if it's enabled
#first join message
first: true #True, if you want edit first join message
first_message: "&a%player% joined for first time!" #Edited first join message
first_special: true #True, if you want enable special permission message
first_special_message: "&e%player% WOAAA. Player joined server for first time" #Edited special first join message
first_special_sound: true #True, if you want play sound when player with permission join for first time
first_special_sound_s: "minecraft:block.note_block.bell" #Special sound
#join message
join: true #True, if you want edit join message
join_message: "&2%player% joined server" #Edited join message
join_special: true #True, if you want enable special permission message
join_special_message: "&e%player% WOAAA. Player joined server" #Edited special join message
join_special_sound: true #True, if you want play sound when player with permission join
join_special_sound_s: "minecraft:entity.villager.yes" #Special sound
#quit message
quit: true #True, if you want edit leave message
quit_message: "&c%player% left server" #Edited quit message
quit_special: true #True, if you want enable special permission message
quit_special_message: "&e%player% WOAAA. Player left server" #Edited special quit message
quit_special_sound: true #True, if you want play sound when player with permission quit
quit_special_sound_s: "minecraft:entity.villager.no" #Special sound
#-----------------------------------------------------------------------------------------------------
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