Advertisement
Guest User

Config

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