Advertisement
Guest User

File: /plugins/TitleManager/config.yml

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