Advertisement
Guest User

Untitled

a guest
Feb 25th, 2020
194
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 12.45 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. - ''
  79. - '${shine:[0;2;0][0;25;0][0;25;0][&c&l;&4&l]Spelunker-Survival}'
  80. - ''
  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. - ''
  94. - '${right-to-left} &6%{online}&e/&6%{max} &a&lOnline Players ${left-to-right}'
  95.  
  96. ############################################################
  97. # +------------------------------------------------------+ #
  98. # | Welcome Title | #
  99. # +------------------------------------------------------+ #
  100. ############################################################
  101.  
  102. # Sets the title that is sent to the player when they join the server.
  103.  
  104. welcome-title:
  105.  
  106. # Toggles this feature.
  107. enabled: false
  108.  
  109. # The title shown.
  110. title: 'Welcome to My Server'
  111.  
  112. # The subtitle shown.
  113. subtitle: 'Hope you enjoy your stay'
  114.  
  115. # The time it takes for the title to fade into the screen. (In ticks)
  116. fade-in: 20
  117.  
  118. # The time it takes for the title to stay on the screen. (In ticks)
  119. stay: 40
  120.  
  121. # The time it takes for the title to fade out of the screen. (In ticks)
  122. fade-out: 20
  123.  
  124. # The title shown when the player joins the server for the first time.
  125. first-join:
  126.  
  127. # The title shown.
  128. title: 'Welcome to My Server'
  129.  
  130. # The subtitle shown.
  131. subtitle: 'This is your first time!'
  132.  
  133. ############################################################
  134. # +------------------------------------------------------+ #
  135. # | Welcome Actionbar | #
  136. # +------------------------------------------------------+ #
  137. ############################################################
  138.  
  139. # Sets the actionbar that is sent to the player when they join the server.
  140.  
  141. welcome-actionbar:
  142.  
  143. # Toggles this feature.
  144. enabled: false
  145.  
  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: true
  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: '${shine:[0;2;0][0;25;0][0;25;0][&c&l;&4&l]Spelunker-Survival}'
  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. - '&c&l&m----------------------------'
  197. - '&5&lSpelunker-Survival'
  198. - '&9&l«&1&lRule&9&l»&d&l迷惑行為禁止'
  199. - '&9&lSpelunker-Skript導入'
  200. - '&e> &9&lPlayer Name:'
  201. - '&e%{name}'
  202. - '&a> &9&lOnline Player:'
  203. - '&a%{online}&2/&a%{max}'
  204. - '&b> &9&lPing:'
  205. - '&b%{ping} MS'
  206. - '&c&l&n____________________________&r'
  207.  
  208. ############################################################
  209. # +------------------------------------------------------+ #
  210. # | Announcer | #
  211. # +------------------------------------------------------+ #
  212. ############################################################
  213.  
  214. # Automatically send titles and/or actionbar messages to the players on the server.
  215.  
  216. announcer:
  217.  
  218. # Toggles this feature.
  219. enabled: false
  220.  
  221. # The announcements
  222. #
  223. # The format:
  224. #
  225. # announcement-name:
  226. # interval: 60 (Seconds, Default: 60)
  227. # timings:
  228. # fade-in: 20 (Ticks, Default: 20)
  229. # stay: 40 (Ticks, Default: 40)
  230. # fade-out: 20 (Ticks, Default: 20)
  231. # titles:
  232. # - 'First title' (The title sent)
  233. # - 'Second title\nSecond subtitle' (The next title sent, this time using \n to split the title and subtitle from each other)
  234. # actionbar:
  235. # - 'First actionbar' (The actionbar message sent)
  236. # - 'The next actionbar sent' (The next actionbar message sent)
  237. announcements:
  238. my-announcement:
  239. interval: 60
  240. timings:
  241. fade-in: 20
  242. stay: 40
  243. fade-out: 20
  244. titles:
  245. - '&aThis is the 1st title announcement\n&aThis is the subtitle'
  246. - '&bThis is the 2nd title announcement\n&bThis is the subtitle'
  247. actionbar:
  248. - '&aThis is the 1st actionbar announcement'
  249. - '&bThis is the 2nd actionbar announcement'
  250.  
  251. ############################################################
  252. # +------------------------------------------------------+ #
  253. # | Bandwidth | #
  254. # +------------------------------------------------------+ #
  255. ############################################################
  256.  
  257. # Configures all of the bandwidth saving options.
  258.  
  259. bandwidth:
  260. # Prevents sending identical packets, lowering bandwidth (but might be more CPU intensive).
  261. prevent-duplicate-packets: true
  262.  
  263. # The tick rate of the player list in milliseconds. (Lower = More bandwidth & CPU usage, Higher = Less bandwidth & CPU usage)
  264. player-list-ms-per-tick: 50
  265.  
  266. # The tick rate of the scoreboard in milliseconds. (Lower = More bandwidth & CPU usage, Higher = Less bandwidth & CPU usage)
  267. scoreboard-ms-per-tick: 50
  268.  
  269. ############################################################
  270. # +------------------------------------------------------+ #
  271. # | Messages | #
  272. # +------------------------------------------------------+ #
  273. ############################################################
  274.  
  275. # Configures all of the messages sent to the users.
  276.  
  277. messages:
  278. # The message shown when a player doesn't have permission to run a command.
  279. no-permission: '&cYou do not have permission to run that command!'
  280.  
  281. # The messages from the command /tm version
  282. command-version:
  283. description: 'Gives you the current running version of TitleManager'
  284. version: '&aThe server is running %version'
  285.  
  286. # The messages from the command /tm reload
  287. command-reload:
  288. description: 'Reloads TitleManager'
  289. reloaded: '&aTitleManager reloaded'
  290.  
  291. # The messages from the command /tm animations
  292. command-animations:
  293. description: 'Displays all loaded animations'
  294. format: '&aLoaded animations (&f%count&a): %animations'
  295. separator: '&f, &a'
  296.  
  297. # The messages from the command /tm scripts
  298. command-scripts:
  299. description: 'Displays all loaded scripts'
  300. format: '&aLoaded scripts (&f%count&a): %scripts'
  301. separator: '&f, &a'
  302.  
  303. # The messages from the command /tm broadcast
  304. command-broadcast:
  305. description: 'Broadcasts a title to the server'
  306. usage: '<title>|<title\nsubtitle>'
  307. title-sent: '&aYou have broadcasted the title "&r%title&a".'
  308. subtitle-sent: '&aYou have broadcasted the subtitle "&r%subtitle&a".'
  309. both-sent: '&aYou have broadcasted the titles "&r%title&a" "&r%subtitle&a".'
  310.  
  311. # The messages from the command /tm abroadcast
  312. command-abroadcast:
  313. description: 'Broadcasts an actionbar title to the server'
  314. usage: '<title>'
  315. sent: '&aYou have broadcasted the actionbar title "&r%title&a".'
  316.  
  317. # The messages from the command /tm message
  318. command-message:
  319. description: 'Sends a title to the specified player'
  320. usage: '<player> <title>|<title\nsubtitle>'
  321. title-sent: '&aYou have sent %player the title "&r%title&a".'
  322. subtitle-sent: '&aYou have sent %player the subtitle "&r%subtitle&a".'
  323. both-sent: '&aYou have sent %player the titles "&r%title&a" "&r%subtitle&a".'
  324. invalid-player: '&c%player is not a valid player.'
  325.  
  326. # The messages from the command /tm amessage
  327. command-amessage:
  328. description: 'Sends an actionbar title to the specified player'
  329. usage: '<player> <title>'
  330. sent: '&aYou have sent %player the actionbar title "&r%title&a".'
  331. invalid-player: '&c%player is not a valid player.'
  332.  
  333. # The messages from the command /tm scoreboard
  334. command-scoreboard:
  335. description: 'Toggles the scoreboard on or off.'
  336. usage: 'toggle'
  337. toggled-on: '&aYou have enabled your scoreboard.'
  338. toggled-off: '&cYou have disabled your scoreboard.'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement