Advertisement
RokiJack1326

titlemanager

Feb 16th, 2019
379
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]<==MinecraftXJinRou-=>}'
  80. - '${shine:[0;2;0][0;25;0][0;25;0][&e;&6]村に紛れ込んだ人狼を見つけ出せ!}'
  81. - ''
  82.  
  83. # Sets the footer of the player list.
  84. #
  85. # Single line format.
  86. # footer: 'My footer text'
  87. #
  88. # Multiple line format.
  89. # footer:
  90. # - 'My first line'
  91. # - 'My second line'
  92. # - 'My third line'
  93. footer:
  94. - ''
  95. - '&4&l%{Ping}Ms Ping'
  96. - '&4&l%{name} Player Name'
  97. - ''
  98. - '${right-to-left} &4&l%{online}&c/&4&l%{max} &4&lOnline Players ${left-to-right}'
  99.  
  100. ############################################################
  101. # +------------------------------------------------------+ #
  102. # | Welcome Title | #
  103. # +------------------------------------------------------+ #
  104. ############################################################
  105.  
  106. # Sets the title that is sent to the player when they join the server.
  107.  
  108. welcome-title:
  109.  
  110. # Toggles this feature.
  111. enabled: false
  112.  
  113. # The title shown.
  114. title: 'Welcome to My Server'
  115.  
  116. # The subtitle shown.
  117. subtitle: 'Hope you enjoy your stay'
  118.  
  119. # The time it takes for the title to fade into the screen. (In ticks)
  120. fade-in: 20
  121.  
  122. # The time it takes for the title to stay on the screen. (In ticks)
  123. stay: 40
  124.  
  125. # The time it takes for the title to fade out of the screen. (In ticks)
  126. fade-out: 20
  127.  
  128. # The title shown when the player joins the server for the first time.
  129. first-join:
  130.  
  131. # The title shown.
  132. title: 'Welcome to My Server'
  133.  
  134. # The subtitle shown.
  135. subtitle: 'This is your first time!'
  136.  
  137. ############################################################
  138. # +------------------------------------------------------+ #
  139. # | Welcome Actionbar | #
  140. # +------------------------------------------------------+ #
  141. ############################################################
  142.  
  143. # Sets the actionbar that is sent to the player when they join the server.
  144.  
  145. welcome-actionbar:
  146.  
  147. # Toggles this feature.
  148. enabled: false
  149.  
  150. # The message shown.
  151. title: 'Welcome to My Server'
  152.  
  153. # The message shown when the player joins the server for the first time.
  154. first-join: 'Welcome to My Server, this is your first time!'
  155.  
  156. ############################################################
  157. # +------------------------------------------------------+ #
  158. # | Placeholders | #
  159. # +------------------------------------------------------+ #
  160. ############################################################
  161.  
  162. # Configures anything placeholder related.
  163.  
  164. placeholders:
  165.  
  166. # The format used by the balance placeholder.
  167. number-format:
  168.  
  169. # Toggles this feature.
  170. enabled: true
  171.  
  172. # The format used.
  173. format: '#,###.##'
  174.  
  175. # The format used by the server-time placeholder.
  176. # The format used can be found here: https://docs.oracle.com/javase/7/docs/api/java/text/SimpleDateFormat.html
  177. date-format: 'EEE, dd MMM yyyy HH:mm:ss z'
  178.  
  179. ############################################################
  180. # +------------------------------------------------------+ #
  181. # | Scoreboard | #
  182. # +------------------------------------------------------+ #
  183. ############################################################
  184.  
  185. # Sets the scoreboard (sidebar) that is sent to the player
  186.  
  187. scoreboard:
  188.  
  189. # Toggles this feature
  190. enabled: false
  191.  
  192. # The title displayed at the very top of the scoreboard
  193. # The title must consist of 32 or less characters (this includes color codes)
  194. title: '${shine:[0;2;0][0;25;0][0;25;0][&c&l;&4&l]JinRou-in-Minecraft}'
  195.  
  196. # The lines of the scoreboard (Maximum of 15 lines allowed)
  197. # Each line can only have 40 characters (this includes color codes)
  198. # 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.
  199. lines:
  200. - '&e&m----------------------------------'
  201. - '&e> &c&lPlayer Name:'
  202. - '&e%{name}'
  203. - '&e> &c&lOnline Player:'
  204. - '&e%{online}&6/&e%{max}'
  205. - '&e> &c&lPing:'
  206. - '&e%{ping} MS'
  207. - '&e&m----------------------------------&r'
  208.  
  209. ############################################################
  210. # +------------------------------------------------------+ #
  211. # | Announcer | #
  212. # +------------------------------------------------------+ #
  213. ############################################################
  214.  
  215. # Automatically send titles and/or actionbar messages to the players on the server.
  216.  
  217. announcer:
  218.  
  219. # Toggles this feature.
  220. enabled: false
  221.  
  222. # The announcements
  223. #
  224. # The format:
  225. #
  226. # announcement-name:
  227. # interval: 60 (Seconds, Default: 60)
  228. # timings:
  229. # fade-in: 20 (Ticks, Default: 20)
  230. # stay: 40 (Ticks, Default: 40)
  231. # fade-out: 20 (Ticks, Default: 20)
  232. # titles:
  233. # - 'First title' (The title sent)
  234. # - 'Second title\nSecond subtitle' (The next title sent, this time using \n to split the title and subtitle from each other)
  235. # actionbar:
  236. # - 'First actionbar' (The actionbar message sent)
  237. # - 'The next actionbar sent' (The next actionbar message sent)
  238. announcements:
  239. my-announcement:
  240. interval: 60
  241. timings:
  242. fade-in: 20
  243. stay: 40
  244. fade-out: 20
  245. titles:
  246. - '&aThis is the 1st title announcement\n&aThis is the subtitle'
  247. - '&bThis is the 2nd title announcement\n&bThis is the subtitle'
  248. actionbar:
  249. - '&aThis is the 1st actionbar announcement'
  250. - '&bThis is the 2nd actionbar announcement'
  251.  
  252. ############################################################
  253. # +------------------------------------------------------+ #
  254. # | Bandwidth | #
  255. # +------------------------------------------------------+ #
  256. ############################################################
  257.  
  258. # Configures all of the bandwidth saving options.
  259.  
  260. bandwidth:
  261. # Prevents sending identical packets, lowering bandwidth (but might be more CPU intensive).
  262. prevent-duplicate-packets: true
  263.  
  264. # The tick rate of the player list in milliseconds. (Lower = More bandwidth & CPU usage, Higher = Less bandwidth & CPU usage)
  265. player-list-ms-per-tick: 50
  266.  
  267. # The tick rate of the scoreboard in milliseconds. (Lower = More bandwidth & CPU usage, Higher = Less bandwidth & CPU usage)
  268. scoreboard-ms-per-tick: 50
  269.  
  270. ############################################################
  271. # +------------------------------------------------------+ #
  272. # | Messages | #
  273. # +------------------------------------------------------+ #
  274. ############################################################
  275.  
  276. # Configures all of the messages sent to the users.
  277.  
  278. messages:
  279. # The message shown when a player doesn't have permission to run a command.
  280. no-permission: '&cYou do not have permission to run that command!'
  281.  
  282. # The messages from the command /tm version
  283. command-version:
  284. description: 'Gives you the current running version of TitleManager'
  285. version: '&aThe server is running %version'
  286.  
  287. # The messages from the command /tm reload
  288. command-reload:
  289. description: 'Reloads TitleManager'
  290. reloaded: '&aTitleManager reloaded'
  291.  
  292. # The messages from the command /tm animations
  293. command-animations:
  294. description: 'Displays all loaded animations'
  295. format: '&aLoaded animations (&f%count&a): %animations'
  296. separator: '&f, &a'
  297.  
  298. # The messages from the command /tm scripts
  299. command-scripts:
  300. description: 'Displays all loaded scripts'
  301. format: '&aLoaded scripts (&f%count&a): %scripts'
  302. separator: '&f, &a'
  303.  
  304. # The messages from the command /tm broadcast
  305. command-broadcast:
  306. description: 'Broadcasts a title to the server'
  307. usage: '<title>|<title\nsubtitle>'
  308. title-sent: '&aYou have broadcasted the title "&r%title&a".'
  309. subtitle-sent: '&aYou have broadcasted the subtitle "&r%subtitle&a".'
  310. both-sent: '&aYou have broadcasted the titles "&r%title&a" "&r%subtitle&a".'
  311.  
  312. # The messages from the command /tm abroadcast
  313. command-abroadcast:
  314. description: 'Broadcasts an actionbar title to the server'
  315. usage: '<title>'
  316. sent: '&aYou have broadcasted the actionbar title "&r%title&a".'
  317.  
  318. # The messages from the command /tm message
  319. command-message:
  320. description: 'Sends a title to the specified player'
  321. usage: '<player> <title>|<title\nsubtitle>'
  322. title-sent: '&aYou have sent %player the title "&r%title&a".'
  323. subtitle-sent: '&aYou have sent %player the subtitle "&r%subtitle&a".'
  324. both-sent: '&aYou have sent %player the titles "&r%title&a" "&r%subtitle&a".'
  325. invalid-player: '&c%player is not a valid player.'
  326.  
  327. # The messages from the command /tm amessage
  328. command-amessage:
  329. description: 'Sends an actionbar title to the specified player'
  330. usage: '<player> <title>'
  331. sent: '&aYou have sent %player the actionbar title "&r%title&a".'
  332. invalid-player: '&c%player is not a valid player.'
  333.  
  334. # The messages from the command /tm scoreboard
  335. command-scoreboard:
  336. description: 'Toggles the scoreboard on or off.'
  337. usage: 'toggle'
  338. toggled-on: '&aYou have enabled your scoreboard.'
  339. toggled-off: '&cYou have disabled your scoreboard.'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement