Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- # AnnounceMessages 10.4 - Thanks for using my plugin.
- #
- # check_updates: Notify if there are new updates?
- # date_format: This is the format of time for the placeholder <time>.
- # options.sounds - {
- #
- # reproduce: Reproduce sounds to player?
- # volume & pitch: Set the level of volume & pitch for the sounds.
- #
- # options.titles_actionbar - {
- #
- # send_titles: Send titles to player?
- # send_actionbar: Send actionbar to player?
- # in, show, out: This is the parameters of time for the titles.
- #
- # options.messages - {
- #
- # prefix: This is the prefix of the messages.
- # events - {
- #
- # motd: This is the welcome message for the player.
- # hover: This is the text will be appears if the player put the mouse over the join or quit message, if you like add an section use the symbol \n.
- # actions_type - { Set the mode type.
- # COMMAND: This execute a command.
- # SUGGEST: This suggest a command.
- # URL: This open a url.
- #
- # networks - {
- # enabled: Send networks to player?
- # first - {
- # (!) This is the same format for the other networks.
- # name: This is the name of the network.
- # link: This is the URL for the ClickEvent.
- # lore: This is the hovertext of the network.
- #
- # join_announce: Send the join message?
- # quit_announce: Send the quit message?
- # join - {
- #
- # (!) This format is exactly the same for the messages of quit.
- # default_join: This is the format per default, will be use if the group of player is invalid, or doesn't exists in 'groups'.
- # 'group':
- # message: This is the message of join for the group.
- #
- # placeholders - {
- #
- # <player>: Return the player name.
- # <level>: Return the player level.
- # <exp>: Return the player experience.
- # <group>: Return the player group.
- # <prefix> - {
- # messages: This is the prefix of the messages.
- # join & quit: This is the prefix of the group.
- # <suffix>: This is the suffix of the group.
- # <time>: This show the time of server.
- check_updates: true
- date_format: "dd/MM/yyyy HH:mm:ss"
- options:
- # Sounds section.
- sounds:
- reproduce: true
- permission: ENTITY_ITEM_BREAK
- reload: UI_BUTTON_CLICK
- volume: 1.0
- pitch: 1.0
- # Titles & ActionBar section.
- titles_actionbar:
- send_titles: true
- send_actionbar: true
- in: 20
- show: 40
- out: 20
- world:
- # Messages section.
- messages:
- prefix: "&eAnnounceMessages &8ยป"
- not_permission: "<prefix> &cYou don't have permission!"
- not_console: "<prefix> &cThis command can't be executed in console!"
- not_command: "<prefix> &cThis command doesn't exists in the plugin!"
- list_cmds: |-
- &l
- &e AnnounceMessages &610.4
- &l
- &8 - &a/amsg &fMain Command.
- &8 - &a/amsg reload &fReload the plugin.
- &8 - &a/amsg commands &fShow the commands of plugin.
- &l
- &8 - &a/announce <message> &fSend a message to all server.
- &l
- reload: "<prefix> &7The plugin was reloaded in &a<ms>ms&7."
- announce_prefix: "&8[&6Announce&8] &f"
- announce_usage: "&cYou must be insert a message!"
- new_update: "<prefix> &bThere are a new version available: &6<version>"
- no_update: "<prefix> &aNo are new updates."
- # Events section.
- events:
- motd: |-
- &7&m============================================
- &a&lWelcome &b&l<player> &a<o &2&lServerName
- &l
- &7Networks:
- &6&lSTORE: &fstore.servername.com
- &9&lFACEBOOK: &ffacebook.com/servername
- &e&lDISCORD: &fdiscord.gg/servername
- &c&lYOUTUBE: &fyoutube.com/servername
- &7&m============================================
- title: "&aWelcome to the server"
- subtitle: "&c&l<player>"
- actionbar: "&6Welcome to the server!"
- hover: "&7<time>\n&l\n&7Player: &a<player>\n&7Rank: &r<prefix>\n&l\n&eClick to send a message!"
- action_type: SUGGEST
- actions:
- command: "/effect <player> minecraft:speed 1000000 1"
- suggest: "/msg <player> "
- url: "https://www.spigotmc.org/members/ialqjdv.1471925/"
- networks:
- enabled: true
- first:
- name: "&6 Store"
- link: store.servername.com
- lore: "&a&lCLICK TO GET THE LINK"
- second:
- name: "&9 Facebook"
- link: facebook.com/servername
- lore: "&a&lCLICK TO GET THE LINK"
- third:
- name: "&e Discord"
- link: discord.gg/servername
- lore: "&a&lCLICK TO GET THE LINK"
- four:
- name: "&b Twitter"
- link: twitter.com/servername
- lore: "&a&lCLICK TO GET THE LINK"
- join_announce: true
- quit_announce: true
- # Groups section.
- join:
- default_join: "&8[&a&l+&8] &e<player>"
- groups:
- default:
- message: "&8[&a&l+&8] &7<player>"
- ceo:
- message: "&8[&a&l+&8] &b<player>"
- quit:
- default_quit: "&8[&c&l-&8] &e<player>"
- groups:
- default:
- message: "&8[&c&l-&8] &7<player>"
- ceo:
- message: "&8[&c&l-&8] &b<player>"
Advertisement
Add Comment
Please, Sign In to add comment