Advertisement
Guest User

Untitled

a guest
Oct 24th, 2017
369
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 10.91 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. - '${shine:[0;2;0][0;25;0][0;25;0][&b;&a]player&drealms}'
  76.  
  77. # Sets the footer of the player list.
  78. #
  79. # Single line format.
  80. # footer: 'My footer text'
  81. #
  82. # Multiple line format.
  83. # footer:
  84. # - 'My first line'
  85. # - 'My second line'
  86. # - 'My third line'
  87. footer:
  88. - ''
  89. - '&3&lArri&6&lServer&4&lGroup'
  90. - ' &c&lNow online player &2&l⇨&r &7&l(&r&d&l%{online}&r&7&l)'
  91.  
  92. ############################################################
  93. # +------------------------------------------------------+ #
  94. # | Welcome Title | #
  95. # +------------------------------------------------------+ #
  96. ############################################################
  97.  
  98. # Sets the title that is sent to the player when they join the server.
  99.  
  100. welcome-title:
  101.  
  102. # Toggles this feature.
  103. enabled: true
  104.  
  105. # The title shown.
  106. title: '&3&lArri&6&lServer&4&lGroup'
  107.  
  108. # The subtitle shown.
  109. subtitle: '&7&l<&e&lLobby&7&l>'
  110.  
  111. # The time it takes for the title to fade into the screen. (In ticks)
  112. fade-in: 15
  113.  
  114. # The time it takes for the title to stay on the screen. (In ticks)
  115. stay: 20
  116.  
  117. # The time it takes for the title to fade out of the screen. (In ticks)
  118. fade-out: 15
  119.  
  120. # The title shown when the player joins the server for the first time.
  121. first-join:
  122.  
  123. # The title shown.
  124. title: '&e&lWelcome to My Server'
  125.  
  126. # The subtitle shown.
  127. subtitle: '&dWelcome'
  128.  
  129. ############################################################
  130. # +------------------------------------------------------+ #
  131. # | Welcome Actionbar | #
  132. # +------------------------------------------------------+ #
  133. ############################################################
  134.  
  135. # Sets the actionbar that is sent to the player when they join the server.
  136.  
  137. welcome-actionbar:
  138.  
  139. # Toggles this feature.
  140. enabled: false
  141.  
  142. # The message shown.
  143. title: '&e&lLobby'
  144.  
  145. # The message shown when the player joins the server for the first time.
  146. first-join: '&dWelcome'
  147.  
  148. ############################################################
  149. # +------------------------------------------------------+ #
  150. # | Placeholders | #
  151. # +------------------------------------------------------+ #
  152. ############################################################
  153.  
  154. # Configures anything placeholder related.
  155.  
  156. placeholders:
  157.  
  158. # The format used by the balance placeholder.
  159. number-format:
  160.  
  161. # Toggles this feature.
  162. enabled: true
  163.  
  164. # The format used.
  165. format: '#,###.##'
  166.  
  167. # The format used by the server-time placeholder.
  168. # The format used can be found here: https://docs.oracle.com/javase/7/docs/api/java/text/SimpleDateFormat.html
  169. date-format: 'EEE, dd MMM yyyy HH:mm:ss z'
  170.  
  171. ############################################################
  172. # +------------------------------------------------------+ #
  173. # | Scoreboard | #
  174. # +------------------------------------------------------+ #
  175. ############################################################
  176.  
  177. # Sets the scoreboard (sidebar) that is sent to the player
  178.  
  179. scoreboard:
  180.  
  181. # Toggles this feature
  182. enabled: true
  183.  
  184. # The title displayed at the very top of the scoreboard
  185. # The title must consist of 32 or less characters (this includes color codes)
  186. title: '${shine:[0;2;0][0;25;0][0;25;0][&d&l;&f&l]SkyBlock}'
  187.  
  188. # The lines of the scoreboard (Maximum of 20 lines allowed)
  189. # Each line can only have 40 characters (this includes color codes)
  190. # 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.
  191. lines:
  192. - '&5&lUserName:'
  193. - '&5%{name}'
  194. - '&3--------------------'
  195. - '&6&lPing:'
  196. - '&6%{ping}ping'
  197.  
  198. ############################################################
  199. # +------------------------------------------------------+ #
  200. # | Announcer | #
  201. # +------------------------------------------------------+ #
  202. ############################################################
  203.  
  204. # Automatically send titles and/or actionbar messages to the players on the server.
  205.  
  206. announcer:
  207.  
  208. # Toggles this feature.
  209. enabled: false
  210.  
  211. # The announcements
  212. #
  213. # The format:
  214. #
  215. # announcement-name:
  216. # interval: 60 (Seconds, Default: 60)
  217. # timings:
  218. # fade-in: 10 (Ticks, Default: 20)
  219. # stay: 60 (Ticks, Default: 40)
  220. # fade-out: 30 (Ticks, Default: 20)
  221. # titles:
  222. # - 'First title' (The title sent)
  223. # - 'Second title\nSecond subtitle' (The next title sent, this time using \n to split the title and subtitle from each other)
  224. # actionbar:
  225. # - 'First actionbar' (The actionbar message sent)
  226. # - 'The next actionbar sent' (The next actionbar message sent)
  227. announcements:
  228. my-announcement:
  229. interval: 60
  230. timings:
  231. fade-in: 20
  232. stay: 40
  233. fade-out: 20
  234. titles:
  235. - '&a/buyでShopが見れます\n&d寄付も( `・∀・´)ノヨロシク'
  236. - '&bLobbyでvoteよろしくねぇ&6&L★\n&f/vote 生活サーバー-Version2-'
  237. actionbar:
  238. - '&e&l期間限定の&r&c&l&n限定品&r&a&lがあるかも?!'
  239. - '&b/vote 生活サーバー-Version2-'
  240.  
  241. ############################################################
  242. # +------------------------------------------------------+ #
  243. # | Messages | #
  244. # +------------------------------------------------------+ #
  245. ############################################################
  246.  
  247. # Configures all of the messages sent to the users.
  248.  
  249. messages:
  250.  
  251. # The messages from the command /tm version
  252. command-version:
  253. description: 'Gives you the current running version of TitleManager'
  254. version: '&aThe server is running %version'
  255.  
  256. # The messages from the command /tm reload
  257. command-reload:
  258. description: 'Reloads TitleManager'
  259. reloaded: '&aTitleManager reloaded'
  260.  
  261. # The messages from the command /tm animations
  262. command-animations:
  263. description: 'Displays all loaded animations'
  264. format: '&aLoaded animations (&f%count&a): %animations'
  265. separator: '&f, &a'
  266.  
  267. # The messages from the command /tm scripts
  268. command-scripts:
  269. description: 'Displays all loaded scripts'
  270. format: '&aLoaded scripts (&f%count&a): %scripts'
  271. separator: '&f, &a'
  272.  
  273. # The messages from the command /tm broadcast
  274. command-broadcast:
  275. description: 'Broadcasts a title to the server'
  276. usage: '<title>|<title\nsubtitle>'
  277. title-sent: '&aYou have broadcasted the title "&r%title&a".'
  278. subtitle-sent: '&aYou have broadcasted the subtitle "&r%subtitle&a".'
  279. both-sent: '&aYou have broadcasted the titles "&r%title&a" "&r%subtitle&a".'
  280.  
  281. # The messages from the command /tm abroadcast
  282. command-abroadcast:
  283. description: 'Broadcasts an actionbar title to the server'
  284. usage: '<title>'
  285. sent: '&aYou have broadcasted the actionbar title "&r%title&a".'
  286.  
  287. # The messages from the command /tm message
  288. command-message:
  289. description: 'Sends a title to the specified player'
  290. usage: '<player> <title>|<title\nsubtitle>'
  291. title-sent: '&aYou have sent %player the title "&r%title&a".'
  292. subtitle-sent: '&aYou have sent %player the subtitle "&r%subtitle&a".'
  293. both-sent: '&aYou have sent %player the titles "&r%title&a" "&r%subtitle&a".'
  294. invalid-player: '&c%player is not a valid player.'
  295.  
  296. # The messages from the command /tm amessage
  297. command-amessage:
  298. description: 'Sends an actionbar title to the specified player'
  299. usage: '<player> <title>'
  300. sent: '&aYou have sent %player the actionbar title "&r%title&a".'
  301. invalid-player: '&c%player is not a valid player.'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement