Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- ###########################
- # AnnouncementsEverywhere #
- # by: MrIvanPlays #
- ###########################
- # WARNING! IF YOU CHANGE THE LANGUAGE, YOU NEED TO RELOAD/RESTART THE SERVER!!!!!!
- # This is the language. These are supported languages for now (default language: EN):
- # - BG (Bulgarian) Translated by: me
- # - EN (English) Translated by: me
- # - RO (Romanian) Translated by: iDoomfull
- # - NL (Dutch) Translated by: SebastiaanYN
- # - DE (German) Translated by: Joe Launchpad
- # - IT (Italian) Translated by: zCri
- # - SE (Swedish) Translated by: Noodles
- # - VI (Vietnamese) Translated by: DUYSONGLOI
- # - zhCN (Chinese) Translated by: Ray_Hughes
- # You can simply translate the english file in com.github.mrivanplays.announcements.other languages
- # After you translate it just post it into the discussion section of the plugin at spigot and ill add it!
- locale: "EN"
- # This enables/disables the update check method. Recommended is to leave this true
- update-check: true
- # This enables/disables the actionbar on join to stay
- # (INCOMPATIBLE WITH THE ACTIONBAR AUTO ANNOUNCER)
- enable-actionbar-on-join-stay: false
- # These are the sent messages
- actionbar-on-join-stay-messages:
- - "&aYou are playing on: &6play.myserver.com"
- - "&aYou are playing on: &3play.myserver.com"
- - "&aYou are playing on: &eplay.myserver.com"
- # This enables/disables book on join
- enable-book-onjoin: true
- # These are the pages for the books
- # Note: every new line is a new page of the book
- # Use %nl% for a new line
- book-onjoin:
- - "&6Welcome &9%player% &6in our server! %nl% &2&lEnjoy your stay in the server!"
- # '/ae send bossbar' settings
- # Bossbar colors: PINK, BLUE, GREEN, PURPLE, RED, WHITE, YELLOW
- # Bossbar styles: SOLID, SEGMENTED_6, SEGMENTED_10, SEGMENTED_12, SEGMENTED_20
- send-command:
- bossbar-color: "GREEN"
- bossbar-style: "SEGMENTED_10"
- # Stay time of the bossbar and actionbar
- # Specified in seconds
- stay-time: 10
- # Enable welcome the player with bossbar if the player is joining for the 1st time
- enable-firstjoin-bossbar: true
- # The message that will welcome the player with bossbar if the player is joining for the 1st time
- bossbar-firstjoin-message: "&aWelcome %player% on the server! I hope you will play again!"
- # The color of the bossbar that will welcome the player if the player is joining for the 1st time
- # Bossbar colors: PINK, BLUE, GREEN, PURPLE, RED, WHITE, YELLOW
- bossbar-firstjoin-color: "GREEN"
- # The style of the bossbar that will welcome the player if the player is joining for the 1st time
- # Bossbar styles: SOLID, SEGMENTED_6, SEGMENTED_10, SEGMENTED_12, SEGMENTED_20
- bossbar-firstjoin-style: "SOLID"
- #######################
- # CHAT AUTO ANNOUNCER #
- #######################
- announce:
- enable: true
- random-ordered: true
- interval: 120 # Announcement interval (in seconds)
- messages: # These are the messages
- - '{"text": "This is a JSON message!", "color":"blue"}'
- - '{"text":"&7(&c!&7) &9Click me to go into our discord!","clickEvent":{"action":"open_url","value":"https://discord.gg/OurDiscordServer"},"hoverEvent":{"action":"show_text","value":{"text":"","extra":[{"text":"Click me (plz)!"}]}}}'
- - "&7(&c!&7) &cKeep your account safe! %nl% &cChange your password every 1 month!"
- - "&7(&c!&7) &eYou are playing on: &aplay.myserver.net"
- - "&7(&c!&7) &7Make sure to vote! &c/vote"
- - "&7(&c!&7) &9Perks, ranks: myserver.net/store"
- - "&7(&c!&7) &2Create you a residence with a wood hoe & /res"
- - "&7(&c!&7) &6Mama, is this heaven?"
- - "&7(&c!&7) &e3500 total lines of code!"
- - "&7(&c!&7) &dWelcome!"
- sound:
- enable: true
- # If this is enabled the plugin will choose random sound for every message. If this is
- # disabled you should define the sound bellow
- enable-random: true
- get: ""
- ############################
- # ACTIONBAR AUTO ANNOUNCER #
- ############################
- actionbar-announcer:
- enable: true
- random-ordered: true
- prefix: "&cIMPORTANT &7-> " # Announcer prefix
- interval: 60 # Actionbar announcement interval (in seconds)
- stay-time: 10 # Stay time specified in seconds
- messages: # Send messages
- - "&cKeep your account safe! &cChange your password every 1 month!"
- - "&eYou are playing on: &aplay.myserver.net"
- - "&7Make sure to vote! &c/vote"
- - "&9Perks, ranks, etc: www.myserver.net/store"
- - "&2Create you a residence with a wood hoe & /res"
- ##########################
- # BOSSBAR AUTO ANNOUNCER #
- ##########################
- # Bossbar colors: PINK, BLUE, GREEN, PURPLE, RED, WHITE, YELLOW
- # Bossbar styles: SOLID, SEGMENTED_6, SEGMENTED_10, SEGMENTED_12, SEGMENTED_20
- bossbar-announcer:
- enable: true
- random-ordered: true
- prefix: "&cIMPORTANT &7-> " # Announcer prefix
- interval: 90 # Bossbar announcement interval (in seconds)
- stay-time: 15 # Stay time specified in seconds
- barColor: "BLUE"
- barStyle: "SEGMENTED_6"
- messages: # Send messages
- - "&cKeep your account safe! &cChange your password every 1 month!"
- - "&eYou are playing on: &aplay.myserver.net"
- - "&7Make sure to vote! &c/vote"
- - "&9Perks, ranks, etc: www.myserver.net/store"
- - "&2Create you a residence with a wood hoe & /res"
- # End of the configuration
Add Comment
Please, Sign In to add comment