Advertisement
Guest User

Untitled

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