Advertisement
taketake365365

Untitled

Jun 14th, 2019
96
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 11.11 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. - '&aC&br&ce&da&et&ai&bo&cn'
  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. - '&r'
  91. - '&3&l#配布元URL :'
  92. - '&bhttp://world-minecraft.com/archives/0181786.html'
  93. - '&r'
  94. - '&3&l#DiscordURL :'
  95. - '&bhttps://discord.gg/CS6Vvnq'
  96.  
  97. ############################################################
  98. # +------------------------------------------------------+ #
  99. # | Welcome Title | #
  100. # +------------------------------------------------------+ #
  101. ############################################################
  102.  
  103. # Sets the title that is sent to the player when they join the server.
  104.  
  105. welcome-title:
  106.  
  107. # Toggles this feature.
  108. enabled: false
  109.  
  110. # The title shown.
  111. title: 'Welcome to My Server'
  112.  
  113. # The subtitle shown.
  114. subtitle: 'Hope you enjoy your stay'
  115.  
  116. # The time it takes for the title to fade into the screen. (In ticks)
  117. fade-in: 20
  118.  
  119. # The time it takes for the title to stay on the screen. (In ticks)
  120. stay: 0
  121.  
  122. # The time it takes for the title to fade out of the screen. (In ticks)
  123. fade-out: 20
  124.  
  125. # The title shown when the player joins the server for the first time.
  126. first-join:
  127.  
  128. # The title shown.
  129. title: 'Welcome to My Server'
  130.  
  131. # The subtitle shown.
  132. subtitle: 'This is your first time!'
  133.  
  134. ############################################################
  135. # +------------------------------------------------------+ #
  136. # | Welcome Actionbar | #
  137. # +------------------------------------------------------+ #
  138. ############################################################
  139.  
  140. # Sets the actionbar that is sent to the player when they join the server.
  141.  
  142. welcome-actionbar:
  143.  
  144. # Toggles this feature.
  145. enabled: false
  146. # The message shown.
  147. title: 'Welcome to My Server'
  148.  
  149. # The message shown when the player joins the server for the first time.
  150. first-join: 'Welcome to My Server, 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: false
  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: '&3&l--Chips Server--'
  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. - '&b&l#ID :'
  197. - '&a %{name}'
  198. - '&r&r'
  199. - '&b&l#Ping :'
  200. - '&6 %{ping} &bMS'
  201. - '&r'
  202. - '&b&l#Plyers :'
  203. - '&e %{online} &b/ &6%{max}'
  204. - '&r'
  205. - '&b&l#配布元URL :'
  206. - '&bhttp://world-minecraft.
  207. - '&bcom/archives/'
  208. - '&b0181786.html'
  209. - '&r'
  210. - '&b&l#DiscordURL :'
  211. - '&bhttps://discord.gg
  212. - '&b/CS6Vvnq'
  213.  
  214. ############################################################
  215. # +------------------------------------------------------+ #
  216. # | Announcer | #
  217. # +------------------------------------------------------+ #
  218. ############################################################
  219.  
  220. # Automatically send titles and/or actionbar messages to the players on the server.
  221.  
  222. announcer:
  223.  
  224. # Toggles this feature.
  225. enabled: false
  226. # The announcements
  227. #
  228. # The format:
  229. #
  230. # announcement-name:
  231. # interval: 60 (Seconds, Default: 60)
  232. # timings:
  233. # fade-in: 20 (Ticks, Default: 20)
  234. # stay: 0 (Ticks, Default: 40)
  235. # fade-out: 20 (Ticks, Default: 20)
  236. # titles:
  237. # - 'First title' (The title sent)
  238. # - 'Second title\nSecond subtitle' (The next title sent, this time using \n to split the title and subtitle from each other)
  239. # actionbar:
  240. # - 'First actionbar' (The actionbar message sent)
  241. # - 'The next actionbar sent' (The next actionbar message sent)
  242. announcements:
  243. my-announcement:
  244. interval: 60
  245. timings:
  246. fade-in: 20
  247. stay: 0
  248. fade-out: 20
  249. titles:
  250. - '&aThis is the 1st title announcement\n&aThis is the subtitle'
  251. - '&bThis is the 2nd title announcement\n&bThis is the subtitle'
  252. actionbar:
  253. - '&aThis is the 1st actionbar announcement'
  254. - '&bThis is the 2nd actionbar announcement'
  255.  
  256. ############################################################
  257. # +------------------------------------------------------+ #
  258. # | Messages | #
  259. # +------------------------------------------------------+ #
  260. ############################################################
  261.  
  262. # Configures all of the messages sent to the users.
  263.  
  264. messages:
  265.  
  266. # The messages from the command /tm version
  267. command-version:
  268. description: 'Gives you the current running version of TitleManager'
  269. version: '&aThe server is running %version'
  270.  
  271. # The messages from the command /tm reload
  272. command-reload:
  273. description: 'Reloads TitleManager'
  274. reloaded: '&aTitleManager reloaded'
  275.  
  276. # The messages from the command /tm animations
  277. command-animations:
  278. description: 'Displays all loaded animations'
  279. format: '&aLoaded animations (&f%count&a): %animations'
  280. separator: '&f, &a'
  281.  
  282. # The messages from the command /tm scripts
  283. command-scripts:
  284. description: 'Displays all loaded scripts'
  285. format: '&aLoaded scripts (&f%count&a): %scripts'
  286. separator: '&f, &a'
  287.  
  288. # The messages from the command /tm broadcast
  289. command-broadcast:
  290. description: 'Broadcasts a title to the server'
  291. usage: '<title>|<title\nsubtitle>'
  292. title-sent: '&aYou have broadcasted the title "&r%title&a".'
  293. subtitle-sent: '&aYou have broadcasted the subtitle "&r%subtitle&a".'
  294. both-sent: '&aYou have broadcasted the titles "&r%title&a" "&r%subtitle&a".'
  295.  
  296. # The messages from the command /tm abroadcast
  297. command-abroadcast:
  298. description: 'Broadcasts an actionbar title to the server'
  299. usage: '<title>'
  300. sent: '&aYou have broadcasted the actionbar title "&r%title&a".'
  301.  
  302. # The messages from the command /tm message
  303. command-message:
  304. description: 'Sends a title to the specified player'
  305. usage: '<player> <title>|<title\nsubtitle>'
  306. title-sent: '&aYou have sent %player the title "&r%title&a".'
  307. subtitle-sent: '&aYou have sent %player the subtitle "&r%subtitle&a".'
  308. both-sent: '&aYou have sent %player the titles "&r%title&a" "&r%subtitle&a".'
  309. invalid-player: '&c%player is not a valid player.'
  310.  
  311. # The messages from the command /tm amessage
  312. command-amessage:
  313. description: 'Sends an actionbar title to the specified player'
  314. usage: '<player> <title>'
  315. sent: '&aYou have sent %player the actionbar title "&r%title&a".'
  316. invalid-player: '&c%player is not a valid player.'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement