Advertisement
Guest User

Untitled

a guest
May 25th, 2018
168
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 11.03 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: 4
  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. ############################################################
  52. # +------------------------------------------------------+ #
  53. # | Player List | #
  54. # +------------------------------------------------------+ #
  55. ############################################################
  56.  
  57. # Sets the header and footer of the player list. (Shown when you hold the TAB key.)
  58.  
  59. player-list:
  60.  
  61. # Toggles this feature.
  62. enabled: true
  63.  
  64. # Sets the header of the player list.
  65. #
  66. # Single line format.
  67. # header: 'My header text'
  68. #
  69. # Multiple line format.
  70. # header:
  71. # - 'My first line'
  72. # - 'My second line'
  73. # - 'My third line'
  74. header:
  75. - ''
  76. - '${shine:[0;2;0][0;25;0][0;25;0][&3;&b]UnitedSkies}'
  77. - ''
  78.  
  79. # Sets the footer of the player list.
  80. #
  81. # Single line format.
  82. # footer: 'My footer text'
  83. #
  84. # Multiple line format.
  85. # footer:
  86. # - 'My first line'
  87. # - 'My second line'
  88. # - 'My third line'
  89. footer:
  90. - ''
  91. - ''
  92. - '${right-to-left} &b%{online}&7/&b%{max} &7Online Players ${left-to-right}'
  93.  
  94. ############################################################
  95. # +------------------------------------------------------+ #
  96. # | Welcome Title | #
  97. # +------------------------------------------------------+ #
  98. ############################################################
  99.  
  100. # Sets the title that is sent to the player when they join the server.
  101.  
  102. welcome-title:
  103.  
  104. # Toggles this feature.
  105. enabled: false
  106.  
  107. # The title shown.
  108. title: 'Welcome to My Server'
  109.  
  110. # The subtitle shown.
  111. subtitle: 'Hope you enjoy your stay'
  112.  
  113. # The time it takes for the title to fade into the screen. (In ticks)
  114. fade-in: 20
  115.  
  116. # The time it takes for the title to stay on the screen. (In ticks)
  117. stay: 40
  118.  
  119. # The time it takes for the title to fade out of the screen. (In ticks)
  120. fade-out: 20
  121.  
  122. # The title shown when the player joins the server for the first time.
  123. first-join:
  124.  
  125. # The title shown.
  126. title: 'Welcome to My Server'
  127.  
  128. # The subtitle shown.
  129. subtitle: 'This is your first time!'
  130.  
  131. ############################################################
  132. # +------------------------------------------------------+ #
  133. # | Welcome Actionbar | #
  134. # +------------------------------------------------------+ #
  135. ############################################################
  136.  
  137. # Sets the actionbar that is sent to the player when they join the server.
  138.  
  139. welcome-actionbar:
  140.  
  141. # Toggles this feature.
  142. enabled: true
  143.  
  144. # The message shown.
  145. title: 'Welcome to &c&lUnited&f&lSkies'
  146.  
  147. # The message shown when the player joins the server for the first time.
  148. first-join: 'Welcome to &c&lUnited&f&lSkies, this is your first time!'
  149.  
  150. ############################################################
  151. # +------------------------------------------------------+ #
  152. # | Placeholders | #
  153. # +------------------------------------------------------+ #
  154. ############################################################
  155.  
  156. # Configures anything placeholder related.
  157.  
  158. placeholders:
  159.  
  160. # The format used by the balance placeholder.
  161. number-format:
  162.  
  163. # Toggles this feature.
  164. enabled: true
  165.  
  166. # The format used.
  167. format: '#,###.##'
  168.  
  169. # The format used by the server-time placeholder.
  170. # The format used can be found here: https://docs.oracle.com/javase/7/docs/api/java/text/SimpleDateFormat.html
  171. date-format: 'EEE, dd MMM yyyy HH:mm:ss z'
  172.  
  173. ############################################################
  174. # +------------------------------------------------------+ #
  175. # | Scoreboard | #
  176. # +------------------------------------------------------+ #
  177. ############################################################
  178.  
  179. # Sets the scoreboard (sidebar) that is sent to the player
  180.  
  181. scoreboard:
  182.  
  183. # Toggles this feature
  184. enabled: false
  185.  
  186. # The title displayed at the very top of the scoreboard
  187. # The title must consist of 32 or less characters (this includes color codes)
  188. title: '${shine:[0;2;0][0;25;0][0;25;0][&3&l;&b&l]My Server}'
  189.  
  190. # The lines of the scoreboard (Maximum of 15 lines allowed)
  191. # Each line can only have 40 characters (this includes color codes)
  192. # 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.
  193. lines:
  194. - '&b&m----------------------------------'
  195. - '&b● &3&lPlayer Name:'
  196. - '&b%{name}'
  197. - '&r'
  198. - '&b● &3&lPing:'
  199. - '&b%{ping} MS'
  200. - '&r&r'
  201. - '&b● &3&lServer Time:'
  202. - '&b%{server-time}'
  203. - '&b&m----------------------------------&r'
  204.  
  205. ############################################################
  206. # +------------------------------------------------------+ #
  207. # | Announcer | #
  208. # +------------------------------------------------------+ #
  209. ############################################################
  210.  
  211. # Automatically send titles and/or actionbar messages to the players on the server.
  212.  
  213. announcer:
  214.  
  215. # Toggles this feature.
  216. enabled: false
  217.  
  218. # The announcements
  219. #
  220. # The format:
  221. #
  222. # announcement-name:
  223. # interval: 60 (Seconds, Default: 60)
  224. # timings:
  225. # fade-in: 20 (Ticks, Default: 20)
  226. # stay: 40 (Ticks, Default: 40)
  227. # fade-out: 20 (Ticks, Default: 20)
  228. # titles:
  229. # - 'First title' (The title sent)
  230. # - 'Second title\nSecond subtitle' (The next title sent, this time using \n to split the title and subtitle from each other)
  231. # actionbar:
  232. # - 'First actionbar' (The actionbar message sent)
  233. # - 'The next actionbar sent' (The next actionbar message sent)
  234. announcements:
  235. my-announcement:
  236. interval: 60
  237. timings:
  238. fade-in: 20
  239. stay: 40
  240. fade-out: 20
  241. titles:
  242. - '&aThis is the 1st title announcement\n&aThis is the subtitle'
  243. - '&bThis is the 2nd title announcement\n&bThis is the subtitle'
  244. actionbar:
  245. - '&aThis is the 1st actionbar announcement'
  246. - '&bThis is the 2nd actionbar announcement'
  247.  
  248. ############################################################
  249. # +------------------------------------------------------+ #
  250. # | Messages | #
  251. # +------------------------------------------------------+ #
  252. ############################################################
  253.  
  254. # Configures all of the messages sent to the users.
  255.  
  256. messages:
  257.  
  258. # The messages from the command /tm version
  259. command-version:
  260. description: 'Gives you the current running version of TitleManager'
  261. version: '&aThe server is running %version'
  262.  
  263. # The messages from the command /tm reload
  264. command-reload:
  265. description: 'Reloads TitleManager'
  266. reloaded: '&aTitleManager reloaded'
  267.  
  268. # The messages from the command /tm animations
  269. command-animations:
  270. description: 'Displays all loaded animations'
  271. format: '&aLoaded animations (&f%count&a): %animations'
  272. separator: '&f, &a'
  273.  
  274. # The messages from the command /tm scripts
  275. command-scripts:
  276. description: 'Displays all loaded scripts'
  277. format: '&aLoaded scripts (&f%count&a): %scripts'
  278. separator: '&f, &a'
  279.  
  280. # The messages from the command /tm broadcast
  281. command-broadcast:
  282. description: 'Broadcasts a title to the server'
  283. usage: '<title>|<title\nsubtitle>'
  284. title-sent: '&aYou have broadcasted the title "&r%title&a".'
  285. subtitle-sent: '&aYou have broadcasted the subtitle "&r%subtitle&a".'
  286. both-sent: '&aYou have broadcasted the titles "&r%title&a" "&r%subtitle&a".'
  287.  
  288. # The messages from the command /tm abroadcast
  289. command-abroadcast:
  290. description: 'Broadcasts an actionbar title to the server'
  291. usage: '<title>'
  292. sent: '&aYou have broadcasted the actionbar title "&r%title&a".'
  293.  
  294. # The messages from the command /tm message
  295. command-message:
  296. description: 'Sends a title to the specified player'
  297. usage: '<player> <title>|<title\nsubtitle>'
  298. title-sent: '&aYou have sent %player the title "&r%title&a".'
  299. subtitle-sent: '&aYou have sent %player the subtitle "&r%subtitle&a".'
  300. both-sent: '&aYou have sent %player the titles "&r%title&a" "&r%subtitle&a".'
  301. invalid-player: '&c%player is not a valid player.'
  302.  
  303. # The messages from the command /tm amessage
  304. command-amessage:
  305. description: 'Sends an actionbar title to the specified player'
  306. usage: '<player> <title>'
  307. sent: '&aYou have sent %player the actionbar title "&r%title&a".'
  308. invalid-player: '&c%player is not a valid player.'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement