Features ● Unlimited Broadcasts
● PlaceholderAPI Support
● Hex Color Support
● Broadcast Message Hover
● Broadcast Clickable Message (Suggest or Execute Commands, Open Link)
● Broadcast Titles and Sounds
● Broadcast Delay and Permission
● Broadcast Commands (Player and Server)
Code (YAML):
# # Plugin made by SimplePlugins # # Further Resources: # https://www.spigotmc.org/members/simple-plugins.1956834/#resources # placeholders:
PlaceholderAPI: true
SimplePlaceHolders: true
# # DELAY: The delay is the delay after the previous broadcast and is specified in seconds # Messages and titles can be changed in messages.json # auto-broadcasts:
1:
delay: 15
permission: SimpleAnnouncements.broadcast.1
message:
message: broadcast.1.message
hover: broadcast.1.hover
onClick:
open-link: 'https://www.spigotmc.org/members/simple-plugins.1956834/
#resources' sound:
name: ENTITY_EXPERIENCE_ORB_PICKUP
pitch: 1
volume: 1
2:
delay: 15
message:
message: broadcast.2.message
title:
title: broadcast.2.title
subtitle: broadcast.2.subtitle
fadeIn: 1
stay: 20
fadeOut: 1
# example: # delay: 15 # permission: SimpleAnnouncements.broadcast.example # # message: # message: broadcast.example.message # hover: broadcast.example.hover # # onClick: # open-link: 'https://www.spigotmc.org/members/simple-plugins.1956834/#resources' # suggest-command: "A Super Plugin" # execute-command: "A Good Plugin" # # title: # title: broadcast.2.title # subtitle: broadcast.2.subtitle # # fadeIn: 1 # stay: 20 # fadeOut: 1 # # sound: # name: ENTITY_EXPERIENCE_ORB_PICKUP # pitch: 1 # volume: 1 # # commands: # broadcast: # - "give @a dirt" # # player: # - "give %player_name% dirt"
Code (Text):
{
"broadcast.1.message": [
"§7§m--------§8[§eYOURSERVER.NET§8]§7§m--------",
"",
"§aVisit our store now!",
"§bhttps://simple-plugins.com",
"",
"§7§m--------§8[§eYOURSERVER.NET§8]§7§m--------"
],
"broadcast.1.hover": [
"§bA link to our store"
],
"broadcast.2.title": "§c§lWARNING",
"broadcast.2.subtitle": "§cCheck out the chat for more information!",
"broadcast.2.message": [
"§7§m--------§8[§c§lWARNING§8]§7§m--------",
"",
" §4Our website is currently offline due to various problems!",
"",
"§7§m--------§8[§c§lWARNING§8]§7§m--------"
]
}