Advertisement
CrazyBlackYT

Untitled

Aug 14th, 2019
109
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 10.96 KB | None | 0 0
  1. # +------------------------------------------------------+
  2. # | Notes |
  3. # +------------------------------------------------------+
  4.  
  5.  
  6. # Config comment style borrowed from the Essentials config.
  7. #
  8. # If you want to use special characters (ASCII, UTF-8 characters) in the config, you need to save the file as UTF-8.
  9. # - 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
  10. #
  11. # Config errors, such as the plugin not loading or the config resetting can be fixed by ensuring that:
  12. # - No tabs are present: YAML only allows spaces.
  13. # - You have escaped all apostrophes or quotes in your text:
  14. # - If you surround your text with apostrophes like this 'don't', double all of your apostrophes like this: 'don''t'
  15. # - If you surround your text with quotes like this "Quote: "hello"", switch to apostrophes instead like this 'Quite: "hello"'.
  16. #
  17. # If you've got problems:
  18. # - Join the Discord server here: https://discord.gg/MFpHaAn
  19. # - Write a ticket on the Issue Tracker here: https://github.com/Puharesource/TitleManager/issues
  20. #
  21. # 1 second = 20 ticks
  22. #
  23. # For more information check: https://github.com/Puharesource/TitleManager/wiki
  24.  
  25.  
  26. # +------------------------------------------------------+
  27. # | General |
  28. # +------------------------------------------------------+
  29.  
  30.  
  31. # Never change this value
  32. config-version: 5
  33.  
  34. # Toggles debug mode, which prints additional information when the plugin does something.
  35. debug: false
  36.  
  37. # Toggles whether or not all of the features of TitleManager will be toggled.
  38. using-config: true
  39.  
  40. # Toggles whether or not all of the BungeeCord functionality will be toggled.
  41. using-bungeecord: false
  42.  
  43. # (Feature only works on 1.7-1.8 Protocol Hack)
  44. # Toggles whether or not 1.7 players will see actionbar messages when they're holding an item.
  45. legacy-client-support: false
  46.  
  47. # Toggles whether or not the plugin should warn administrators if there's a new version out.
  48. check-for-updates: true
  49.  
  50. # The locale used for some of the placeholders.
  51. locale: 'en-US'
  52.  
  53. # +------------------------------------------------------+
  54. # | Player List |
  55. # +------------------------------------------------------+
  56.  
  57.  
  58. # Sets the header and footer of the player list. (Shown when you hold the TAB key.)
  59.  
  60. player-list:
  61.  
  62. # Toggles this feature.
  63. enabled: true
  64.  
  65. # Sets the header of the player list.
  66. #
  67. # Single line format.
  68. # header: 'My header text'
  69. #
  70. # Multiple line format.
  71. # header:
  72. # - 'My first line'
  73. # - 'My second line'
  74. # - 'My third line'
  75. header:
  76. - ''
  77. - '${right-to-left} ${shine:[0;2;0][0;25;0][0;25;0][&5;&d]Miraz-Craft} ${left-to-right}'
  78. - ''
  79.  
  80. # Sets the footer of the player list.
  81. #
  82. # Single line format.
  83. # footer: 'My footer text'
  84. #
  85. # Multiple line format.
  86. # footer:
  87. # - 'My first line'
  88. # - 'My second line'
  89. # - 'My third line'
  90. footer:
  91. - ''
  92. - '&e Время на ${shine:[0;2;0][0;25;0][0;25;0][&5;&d]Miraz-Craft}: &a%{24h-world-time}'
  93. - ''
  94. - '${right-to-left} &e%{online}&7/&a%{max} &6Онлайн игроков ${left-to-right}'
  95.  
  96.  
  97. # +------------------------------------------------------+
  98. # | Welcome Title |
  99. # +------------------------------------------------------+
  100.  
  101.  
  102. # Sets the title that is sent to the player when they join the server.
  103.  
  104. welcome-title:
  105.  
  106. # Toggles this feature.
  107. enabled: true
  108.  
  109. # The title shown.
  110. title: '&6Welcome to Miraz-Craft'
  111.  
  112. # The subtitle shown.
  113. subtitle: ''
  114.  
  115. # The time it takes for the title to fade into the screen. (In ticks)
  116. fade-in: 20
  117.  
  118. # The time it takes for the title to stay on the screen. (In ticks)
  119. stay: 40
  120.  
  121. # The time it takes for the title to fade out of the screen. (In ticks)
  122. fade-out: 20
  123.  
  124. # The title shown when the player joins the server for the first time.
  125. first-join:
  126.  
  127. # The title shown.
  128. title: '&6Welcome to Miraz-Craft'
  129.  
  130. # The subtitle shown.
  131. subtitle: ''
  132.  
  133.  
  134. # +------------------------------------------------------+
  135. # | Welcome Actionbar |
  136. # +------------------------------------------------------+
  137.  
  138.  
  139. # Sets the actionbar that is sent to the player when they join the server.
  140.  
  141. welcome-actionbar:
  142.  
  143. # Toggles this feature.
  144. enabled: true
  145.  
  146. # The message shown.
  147. title: 'Welcome to Miraz-Craft'
  148.  
  149. # The message shown when the player joins the server for the first time.
  150. first-join: 'Welcome to Miraz-Craft, this is your first time!'
  151.  
  152.  
  153. # +------------------------------------------------------+
  154. # | Placeholders |
  155. # +------------------------------------------------------+
  156.  
  157.  
  158. # Configures anything placeholder related.
  159.  
  160. placeholders:
  161.  
  162. # The format used by the balance placeholder.
  163. number-format:
  164.  
  165. # Toggles this feature.
  166. enabled: true
  167.  
  168. # The format used.
  169. format: '#,###.##'
  170.  
  171. # The format used by the server-time placeholder.
  172. # The format used can be found here: https://docs.oracle.com/javase/7/docs/api/java/text/SimpleDateFormat.html
  173. date-format: 'EEE, dd MMM yyyy HH:mm:ss z'
  174.  
  175.  
  176. # +------------------------------------------------------+
  177. # | Scoreboard |
  178. # +------------------------------------------------------+
  179.  
  180.  
  181. # Sets the scoreboard (sidebar) that is sent to the player
  182.  
  183. scoreboard:
  184.  
  185. # Toggles this feature
  186. enabled: true
  187.  
  188. # The title displayed at the very top of the scoreboard
  189. # The title must consist of 32 or less characters (this includes color codes)
  190. title: '${shine:[0;2;0][0;25;0][0;25;0][&5&l;&d&l]Miraz-Craft}'
  191.  
  192. # The lines of the scoreboard (Maximum of 15 lines allowed)
  193. # Each line can only have 40 characters (this includes color codes)
  194. # 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.
  195. lines:
  196. - '&e Ваш ник: &a%{name}'
  197. - '&e Ваша привилегия: &c%{group}'
  198. - '&e'
  199. - '&e Ваш баланс: &a %{balance}'
  200. - '&e Ваш пинг: &a%{ping}'
  201. - '&e Онлайн сервера: &a%{online}'
  202.  
  203.  
  204. # +------------------------------------------------------+
  205. # | Announcer |
  206. # +------------------------------------------------------+
  207.  
  208.  
  209. # Automatically send titles and/or actionbar messages to the players on the server.
  210.  
  211. announcer:
  212.  
  213. # Toggles this feature.
  214. enabled: true
  215.  
  216. # The announcements
  217. #
  218. # The format:
  219. #
  220. # announcement-name:
  221. # interval: 60 (Seconds, Default: 60)
  222. # timings:
  223. # fade-in: 20 (Ticks, Default: 20)
  224. # stay: 40 (Ticks, Default: 40)
  225. # fade-out: 20 (Ticks, Default: 20)
  226. # titles:
  227. # - 'First title' (The title sent)
  228. # - 'Second title\nSecond subtitle' (The next title sent, this time using \n to split the title and subtitle from each other)
  229. # actionbar:
  230. # - 'First actionbar' (The actionbar message sent)
  231. # - 'The next actionbar sent' (The next actionbar message sent)
  232. announcements:
  233. my-announcement:
  234. interval: 60
  235. timings:
  236. fade-in: 20
  237. stay: 40
  238. fade-out: 20
  239. titles:
  240.  
  241. actionbar:
  242.  
  243.  
  244.  
  245. # +------------------------------------------------------+
  246. # | Bandwidth |
  247. # +------------------------------------------------------+
  248.  
  249.  
  250. # Configures all of the bandwidth saving options.
  251.  
  252. bandwidth:
  253. # Prevents sending identical packets, lowering bandwidth (but might be more CPU intensive).
  254. prevent-duplicate-packets: true
  255.  
  256. # The tick rate of the player list in milliseconds. (Lower = More bandwidth & CPU usage, Higher = Less bandwidth & CPU usage)
  257. player-list-ms-per-tick: 50
  258.  
  259. # The tick rate of the scoreboard in milliseconds. (Lower = More bandwidth & CPU usage, Higher = Less bandwidth & CPU usage)
  260. scoreboard-ms-per-tick: 50
  261.  
  262.  
  263. # +------------------------------------------------------+
  264. # | Messages |
  265. # +------------------------------------------------------+
  266.  
  267. # Configures all of the messages sent to the users.
  268.  
  269. messages:
  270. # The message shown when a player doesn't have permission to run a command.
  271. no-permission: '&eТы &n&lне &eможешь использовать эту команду!'
  272.  
  273. # The messages from the command /tm version
  274. command-version:
  275. description: 'Gives you the current running version of TitleManager'
  276. version: '&aВерсия %version'
  277.  
  278. # The messages from the command /tm reload
  279. command-reload:
  280. description: 'Обновление таблиц'
  281. reloaded: '&aТаблицы обновлены'
  282.  
  283. # The messages from the command /tm animations
  284. command-animations:
  285. description: 'Displays all loaded animations'
  286. format: '&aLoaded animations (&f%count&a): %animations'
  287. separator: '&f, &a'
  288.  
  289. # The messages from the command /tm scripts
  290. command-scripts:
  291. description: 'Displays all loaded scripts'
  292. format: '&aLoaded scripts (&f%count&a): %scripts'
  293. separator: '&f, &a'
  294.  
  295. # The messages from the command /tm broadcast
  296. command-broadcast:
  297. description: 'Broadcasts a title to the server'
  298. usage: '<title>|<title\nsubtitle>'
  299. title-sent: '&aYou have broadcasted the title "&r%title&a".'
  300. subtitle-sent: '&aYou have broadcasted the subtitle "&r%subtitle&a".'
  301. both-sent: '&aВы вывели на экран "&r%title&a" "&r%subtitle&a".'
  302.  
  303. # The messages from the command /tm abroadcast
  304. command-abroadcast:
  305. description: 'Broadcasts an actionbar title to the server'
  306. usage: '<title>'
  307. sent: '&aYou have broadcasted the message "&r%title&a".'
  308.  
  309. # The messages from the command /tm message
  310. command-message:
  311. description: 'Sends a title to the specified player'
  312. usage: '<player> <title>|<title\nsubtitle>'
  313. title-sent: '&aYou have sent %player the title "&r%title&a".'
  314. subtitle-sent: '&aYou have sent %player the subtitle "&r%subtitle&a".'
  315. both-sent: '&aYou have sent %player the titles "&r%title&a" "&r%subtitle&a".'
  316. invalid-player: '&c%player is not a valid player.'
  317.  
  318. # The messages from the command /tm amessage
  319. command-amessage:
  320. description: 'Sends an actionbar title to the specified player'
  321. usage: '<player> <title>'
  322. sent: '&aYou have sent %player the actionbar title "&r%title&a".'
  323. invalid-player: '&c%player is not a valid player.'
  324.  
  325. # The messages from the command /tm scoreboard
  326. command-scoreboard:
  327. description: 'Toggles the scoreboard on or off.'
  328. usage: 'toggle'
  329. toggled-on: '&aYou have enabled your scoreboard.'
  330. toggled-off: '&cYou have disabled your scoreboard.'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement