############################################################ # +------------------------------------------------------+ # # | Notes | # # +------------------------------------------------------+ # ############################################################ # Config comment style borrowed from the Essentials config. # # If you want to use special characters (ASCII, UTF-8 characters) in the config, you need to save the file as UTF-8. # - If you don't know how this is done, you can see the guide on the wiki: https://github.com/Puharesource/TitleManager/wiki/Unicode---UTF-8-characters-for-TitleManager # # Config errors, such as the plugin not loading or the config resetting can be fixed by ensuring that: # - No tabs are present: YAML only allows spaces. # - You have escaped all apostrophes or quotes in your text: # - If you surround your text with apostrophes like this 'don't', double all of your apostrophes like this: 'don''t' # - If you surround your text with quotes like this "Quote: "hello"", switch to apostrophes instead like this 'Quite: "hello"'. # # If you've got problems: # - Join the Discord server here: https://discord.gg/NwdtW2d # - Write a ticket on the Issue Tracker here: https://github.com/Puharesource/TitleManager/issues # # 1 second = 20 ticks # # For more information check: https://github.com/Puharesource/TitleManager/wiki ############################################################ # +------------------------------------------------------+ # # | General | # # +------------------------------------------------------+ # ############################################################ # Never change this value config-version: 5 # Toggles debug mode, which prints additional information when the plugin does something. debug: false # Toggles whether or not all of the features of TitleManager will be toggled. using-config: true # Toggles whether or not all of the BungeeCord functionality will be toggled. using-bungeecord: true # (Feature only works on 1.7-1.8 Protocol Hack) # Toggles whether or not 1.7 players will see actionbar messages when they're holding an item. legacy-client-support: false # Toggles whether or not the plugin should warn administrators if there's a new version out. check-for-updates: true # The locale used for some of the placeholders. locale: 'en-US' ############################################################ # +------------------------------------------------------+ # # | Player List | # # +------------------------------------------------------+ # ############################################################ # Sets the header and footer of the player list. (Shown when you hold the TAB key.) player-list: # Toggles this feature. enabled: true # Sets the header of the player list. # # Single line format. # header: 'My header text' # # Multiple line format. # header: # - 'My first line' # - 'My second line' # - 'My third line' header: - '' - §e** §e§lPex-Dest§e ** - ' §8§m------------------------§f' - '§fИнформация о донате: §a/donate' - ' §fСкидки на донат §c§l90% §fтолько сегодня' - §8§m------------------------§f - '§fОнлайн: §e572 §7| §fПинг: §b%{ping}' - '' - §fСписок игроков§8:§r§r footer: - '' - §6[ МЕГА СУПЕР-СКИДКА ] - §8︽︽︽ - §4☾Оператор☽§f всего за §a59§f рублей - ' §r§fДо конца скидок осталось: §b${time} §r' - §8︾︾︾ - ' §r §r§fПокупать на сайте §chttp://pexdest.mcdonate.ru §r §r' - §r ############################################################ # +------------------------------------------------------+ # # | Welcome Title | # # +------------------------------------------------------+ # ############################################################ # Sets the title that is sent to the player when they join the server. welcome-title: # Toggles this feature. enabled: true # The title shown. title: '&fДобро пожаловать на &e&LPex-Dest' # The subtitle shown. subtitle: '&E&LУдачной игры' # The time it takes for the title to fade into the screen. (In ticks) fade-in: 20 # The time it takes for the title to stay on the screen. (In ticks) stay: 40 # The time it takes for the title to fade out of the screen. (In ticks) fade-out: 20 # The title shown when the player joins the server for the first time. first-join: # The title shown. title: '&fДобро пожаловать на &e&LPex-Dest' # The subtitle shown. subtitle: '' ############################################################ # +------------------------------------------------------+ # # | Welcome Actionbar | # # +------------------------------------------------------+ # ############################################################ # Sets the actionbar that is sent to the player when they join the server. welcome-actionbar: # Toggles this feature. enabled: true # The message shown. title: '&fДобро пожаловать на &e&LPex-Dest' # The message shown when the player joins the server for the first time. first-join: '' ############################################################ # +------------------------------------------------------+ # # | Placeholders | # # +------------------------------------------------------+ # ############################################################ # Configures anything placeholder related. placeholders: # The format used by the balance placeholder. number-format: # Toggles this feature. enabled: true # The format used. format: '#,###.##' # The format used by the server-time placeholder. # The format used can be found here: https://docs.oracle.com/javase/7/docs/api/java/text/SimpleDateFormat.html date-format: 'EEE, dd MMM yyyy HH:mm:ss z' ############################################################ # +------------------------------------------------------+ # # | Scoreboard | # # +------------------------------------------------------+ # ############################################################ # Sets the scoreboard (sidebar) that is sent to the player scoreboard: # Toggles this feature enabled: true # The title displayed at the very top of the scoreboard # The title must consist of 32 or less characters (this includes color codes) title: '&a&LСКИДКИ!!' # The lines of the scoreboard (Maximum of 15 lines allowed) # Each line can only have 40 characters (this includes color codes) # Each line must also be unique, a work around would be to put a color code at the end your line, to make it unique. lines: - ' &a&l✔&r &bПроверено! Обмана нет!' - '&b' - ' &4☾Demon☽&f всего за &e555&f руб' - ' &fУспей купить донат со скидой' - '&r&r&r&r' - ' &f&e⭔ &fВозможность: &c/d-pex' - ' &f&e⭔ &fДоступ к &c&lSSH' - ' &f&e⭔ &fВозможность: &b/deop' - ' &f&e⭔ &fБот-Ркон' - ' &f&e⭔ &c&n10000%&f команд сервера' - '&r&r' - ' &7&l› &eРеал скидки: &c&m50%&c&l 90%' - '&r&r&r' - ' &fПокупать на сайте:' - ' &6ꉩ &bhttpspexdest.mcdonate.ru' ############################################################ # +------------------------------------------------------+ # # | Announcer | # # +------------------------------------------------------+ # ############################################################ # Automatically send titles and/or actionbar messages to the players on the server. announcer: # Toggles this feature. enabled: true # The announcements # # The format: # # announcement-name: # interval: 60 (Seconds, Default: 60) # timings: # fade-in: 20 (Ticks, Default: 20) # stay: 40 (Ticks, Default: 40) # fade-out: 20 (Ticks, Default: 20) # titles: # - 'First title' (The title sent) # - 'Second title\nSecond subtitle' (The next title sent, this time using \n to split the title and subtitle from each other) # actionbar: # - 'First actionbar' (The actionbar message sent) # - 'The next actionbar sent' (The next actionbar message sent) announcements: my-announcement: interval: 60 timings: fade-in: 20 stay: 40 fade-out: 20 titles: actionbar: ############################################################ # +------------------------------------------------------+ # # | Bandwidth | # # +------------------------------------------------------+ # ############################################################ # Configures all of the bandwidth saving options. bandwidth: # Prevents sending identical packets, lowering bandwidth (but might be more CPU intensive). prevent-duplicate-packets: true # The tick rate of the player list in milliseconds. (Lower = More bandwidth & CPU usage, Higher = Less bandwidth & CPU usage) player-list-ms-per-tick: 50 # The tick rate of the scoreboard in milliseconds. (Lower = More bandwidth & CPU usage, Higher = Less bandwidth & CPU usage) scoreboard-ms-per-tick: 50 ############################################################ # +------------------------------------------------------+ # # | Messages | # # +------------------------------------------------------+ # ############################################################ # Configures all of the messages sent to the users. messages: # The message shown when a player doesn't have permission to run a command. no-permission: '&cYou do not have permission to run that command!' # The messages from the command /tm version command-version: description: 'Gives you the current running version of TitleManager' version: '&aThe server is running %version' # The messages from the command /tm reload command-reload: description: 'Reloads TitleManager' reloaded: '&aTitleManager reloaded' # The messages from the command /tm animations command-animations: description: 'Displays all loaded animations' format: '&aLoaded animations (&f%count&a): %animations' separator: '&f, &a' # The messages from the command /tm scripts command-scripts: description: 'Displays all loaded scripts' format: '&aLoaded scripts (&f%count&a): %scripts' separator: '&f, &a' # The messages from the command /tm broadcast command-broadcast: description: 'Broadcasts a title to the server' usage: '