Advertisement
taktie0304

Untitled

Apr 14th, 2019
168
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 12.16 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. - '${shine:[0;2;0][0;25;0][0;25;0][&e;&6]TDM hardcore}'
  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. - '&ePlayer: &6%{online}'
  92.  
  93. ############################################################
  94. # +------------------------------------------------------+ #
  95. # | Welcome Title | #
  96. # +------------------------------------------------------+ #
  97. ############################################################
  98.  
  99. # Sets the title that is sent to the player when they join the server.
  100.  
  101. welcome-title:
  102.  
  103. # Toggles this feature.
  104. enabled: true
  105.  
  106. # The title shown.
  107. title: '&aTDM hardcore'
  108.  
  109. # The subtitle shown.
  110. subtitle: '&eBow PvP'
  111.  
  112. # The time it takes for the title to fade into the screen. (In ticks)
  113. fade-in: 20
  114.  
  115. # The time it takes for the title to stay on the screen. (In ticks)
  116. stay: 40
  117.  
  118. # The time it takes for the title to fade out of the screen. (In ticks)
  119. fade-out: 20
  120.  
  121. # The title shown when the player joins the server for the first time.
  122. first-join:
  123.  
  124. # The title shown.
  125. title: '&aTDM hardcore'
  126.  
  127. # The subtitle shown.
  128. subtitle: '&eBow PvP'
  129.  
  130. ############################################################
  131. # +------------------------------------------------------+ #
  132. # | Welcome Actionbar | #
  133. # +------------------------------------------------------+ #
  134. ############################################################
  135.  
  136. # Sets the actionbar that is sent to the player when they join the server.
  137.  
  138. welcome-actionbar:
  139.  
  140. # Toggles this feature.
  141. enabled: false
  142.  
  143. # The message shown.
  144. title: 'Welcome to My Server'
  145.  
  146. # The message shown when the player joins the server for the first time.
  147. first-join: 'Welcome to My Server, this is your first time!'
  148.  
  149. ############################################################
  150. # +------------------------------------------------------+ #
  151. # | Placeholders | #
  152. # +------------------------------------------------------+ #
  153. ############################################################
  154.  
  155. # Configures anything placeholder related.
  156.  
  157. placeholders:
  158.  
  159. # The format used by the balance placeholder.
  160. number-format:
  161.  
  162. # Toggles this feature.
  163. enabled: true
  164.  
  165. # The format used.
  166. format: '#,###.##'
  167.  
  168. # The format used by the server-time placeholder.
  169. # The format used can be found here: https://docs.oracle.com/javase/7/docs/api/java/text/SimpleDateFormat.html
  170. date-format: 'EEE, dd MMM yyyy HH:mm:ss z'
  171.  
  172. ############################################################
  173. # +------------------------------------------------------+ #
  174. # | Scoreboard | #
  175. # +------------------------------------------------------+ #
  176. ############################################################
  177.  
  178. # Sets the scoreboard (sidebar) that is sent to the player
  179.  
  180. scoreboard:
  181.  
  182. # Toggles this feature
  183. enabled: false
  184.  
  185. # The title displayed at the very top of the scoreboard
  186. # The title must consist of 32 or less characters (this includes color codes)
  187. title: '${shine:[0;2;0][0;25;0][0;25;0][&3&l;&b&l]My Server}'
  188.  
  189. # The lines of the scoreboard (Maximum of 15 lines allowed)
  190. # Each line can only have 40 characters (this includes color codes)
  191. # 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.
  192. lines:
  193. - '&b&m----------------------------------'
  194. - '&b> &3&lPlayer Name:'
  195. - '&b%{name}'
  196. - '&r'
  197. - '&b> &3&lPing:'
  198. - '&b%{ping} MS'
  199. - '&r&r'
  200. - '&b> &3&lServer Time:'
  201. - '&b%{server-time}'
  202. - '&b&m----------------------------------&r'
  203.  
  204. ############################################################
  205. # +------------------------------------------------------+ #
  206. # | Announcer | #
  207. # +------------------------------------------------------+ #
  208. ############################################################
  209.  
  210. # Automatically send titles and/or actionbar messages to the players on the server.
  211.  
  212. announcer:
  213.  
  214. # Toggles this feature.
  215. enabled: false
  216.  
  217. # The announcements
  218. #
  219. # The format:
  220. #
  221. # announcement-name:
  222. # interval: 60 (Seconds, Default: 60)
  223. # timings:
  224. # fade-in: 20 (Ticks, Default: 20)
  225. # stay: 40 (Ticks, Default: 40)
  226. # fade-out: 20 (Ticks, Default: 20)
  227. # titles:
  228. # - 'First title' (The title sent)
  229. # - 'Second title\nSecond subtitle' (The next title sent, this time using \n to split the title and subtitle from each other)
  230. # actionbar:
  231. # - 'First actionbar' (The actionbar message sent)
  232. # - 'The next actionbar sent' (The next actionbar message sent)
  233. announcements:
  234. my-announcement:
  235. interval: 60
  236. timings:
  237. fade-in: 20
  238. stay: 40
  239. fade-out: 20
  240. titles:
  241. - '&aThis is the 1st title announcement\n&aThis is the subtitle'
  242. - '&bThis is the 2nd title announcement\n&bThis is the subtitle'
  243. actionbar:
  244. - '&aThis is the 1st actionbar announcement'
  245. - '&bThis is the 2nd actionbar announcement'
  246.  
  247. ############################################################
  248. # +------------------------------------------------------+ #
  249. # | Bandwidth | #
  250. # +------------------------------------------------------+ #
  251. ############################################################
  252.  
  253. # Configures all of the bandwidth saving options.
  254.  
  255. bandwidth:
  256. # Prevents sending identical packets, lowering bandwidth (but might be more CPU intensive).
  257. prevent-duplicate-packets: true
  258.  
  259. # The tick rate of the player list in milliseconds. (Lower = More bandwidth & CPU usage, Higher = Less bandwidth & CPU usage)
  260. player-list-ms-per-tick: 50
  261.  
  262. # The tick rate of the scoreboard in milliseconds. (Lower = More bandwidth & CPU usage, Higher = Less bandwidth & CPU usage)
  263. scoreboard-ms-per-tick: 50
  264.  
  265. ############################################################
  266. # +------------------------------------------------------+ #
  267. # | Messages | #
  268. # +------------------------------------------------------+ #
  269. ############################################################
  270.  
  271. # Configures all of the messages sent to the users.
  272.  
  273. messages:
  274. # The message shown when a player doesn't have permission to run a command.
  275. no-permission: '&cYou do not have permission to run that command!'
  276.  
  277. # The messages from the command /tm version
  278. command-version:
  279. description: 'Gives you the current running version of TitleManager'
  280. version: '&aThe server is running %version'
  281.  
  282. # The messages from the command /tm reload
  283. command-reload:
  284. description: 'Reloads TitleManager'
  285. reloaded: '&aTitleManager reloaded'
  286.  
  287. # The messages from the command /tm animations
  288. command-animations:
  289. description: 'Displays all loaded animations'
  290. format: '&aLoaded animations (&f%count&a): %animations'
  291. separator: '&f, &a'
  292.  
  293. # The messages from the command /tm scripts
  294. command-scripts:
  295. description: 'Displays all loaded scripts'
  296. format: '&aLoaded scripts (&f%count&a): %scripts'
  297. separator: '&f, &a'
  298.  
  299. # The messages from the command /tm broadcast
  300. command-broadcast:
  301. description: 'Broadcasts a title to the server'
  302. usage: '<title>|<title\nsubtitle>'
  303. title-sent: '&aYou have broadcasted the title "&r%title&a".'
  304. subtitle-sent: '&aYou have broadcasted the subtitle "&r%subtitle&a".'
  305. both-sent: '&aYou have broadcasted the titles "&r%title&a" "&r%subtitle&a".'
  306.  
  307. # The messages from the command /tm abroadcast
  308. command-abroadcast:
  309. description: 'Broadcasts an actionbar title to the server'
  310. usage: '<title>'
  311. sent: '&aYou have broadcasted the actionbar title "&r%title&a".'
  312.  
  313. # The messages from the command /tm message
  314. command-message:
  315. description: 'Sends a title to the specified player'
  316. usage: '<player> <title>|<title\nsubtitle>'
  317. title-sent: '&aYou have sent %player the title "&r%title&a".'
  318. subtitle-sent: '&aYou have sent %player the subtitle "&r%subtitle&a".'
  319. both-sent: '&aYou have sent %player the titles "&r%title&a" "&r%subtitle&a".'
  320. invalid-player: '&c%player is not a valid player.'
  321.  
  322. # The messages from the command /tm amessage
  323. command-amessage:
  324. description: 'Sends an actionbar title to the specified player'
  325. usage: '<player> <title>'
  326. sent: '&aYou have sent %player the actionbar title "&r%title&a".'
  327. invalid-player: '&c%player is not a valid player.'
  328.  
  329. # The messages from the command /tm scoreboard
  330. command-scoreboard:
  331. description: 'Toggles the scoreboard on or off.'
  332. usage: 'toggle'
  333. toggled-on: '&aYou have enabled your scoreboard.'
  334. toggled-off: '&cYou have disabled your scoreboard.'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement