Advertisement
Guest User

TitleManager

a guest
Nov 18th, 2019
137
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 10.80 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. - ${shine:[0;2;0][0;2;0][0;2;0][&d&l;&f&l]SkyBlock}
  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. - ''
  91. - '&dEntre no Discord: &fhttps://discord.gg/s6cNSZa'
  92. - '&dLoja: &floja.redegreek.com.br'
  93. - '&dConvide seus amigos para jogar no servidor conosco!'
  94. - ' &dEndereço de IP: &fjogar.redegreek.com.br'
  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: true
  108.  
  109. # The title displayed at the very top of the scoreboard
  110. # The title must consist of 32 or less characters (this includes color codes)
  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: 40
  121.  
  122. # The time it takes for the title to fade out of the screen. (In ticks)
  123. fade-out: 20
  124.  
  125. # The message 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: true
  146.  
  147. # The title displayed at the very top of the scoreboard
  148. # The title must consist of 32 or less characters (this includes color codes)
  149. title: Welcome to My Server
  150.  
  151. # The message shown when the player joins the server for the first time.
  152. first-join: Welcome to My Server, this is your first time!
  153.  
  154. ############################################################
  155. # +------------------------------------------------------+ #
  156. # | Placeholders | #
  157. # +------------------------------------------------------+ #
  158. ############################################################
  159.  
  160. # Configures anything placeholder related.
  161.  
  162. placeholders:
  163.  
  164. # The format used by the balance placeholder.
  165. number-format:
  166.  
  167. # Toggles this feature.
  168. enabled: true
  169. format: '#,###.##'
  170. date-format: EEE, dd MMM yyyy HH:mm:ss z
  171.  
  172. ############################################################
  173. # +------------------------------------------------------+ #
  174. # | Scoreboard | #
  175. # +------------------------------------------------------+ #
  176. ############################################################
  177.  
  178. # Sets the scoreboard (sidebar) that is sent to the player
  179.  
  180. scoreboard:
  181.  
  182. # Toggles this feature.
  183. enabled: false
  184. title: ${shine:[0;2;0][0;25;0][0;25;0][&3&l;&b&l]My Server}
  185.  
  186. # The lines of the scoreboard (Maximum of 15 lines allowed)
  187. # Each line can only have 40 characters (this includes color codes)
  188. # 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.
  189. lines:
  190. - '&b'
  191. - '&b'
  192. - '&b'
  193. - '&r'
  194. - '&b'
  195. - '&b'
  196. - '&r'
  197. - '&b'
  198. - '&b'
  199. - '&b'
  200.  
  201. ############################################################
  202. # +------------------------------------------------------+ #
  203. # | Announcer | #
  204. # +------------------------------------------------------+ #
  205. ############################################################
  206.  
  207. # Automatically send titles and/or actionbar messages to the players on the server.
  208.  
  209. announcer:
  210.  
  211. # Toggles this feature.
  212. enabled: false
  213.  
  214. # The announcements
  215. #
  216. # The format:
  217. #
  218. # announcement-name:
  219. # interval: 60 (Seconds, Default: 60)
  220. # timings:
  221. # fade-in: 20 (Ticks, Default: 20)
  222. # stay: 40 (Ticks, Default: 40)
  223. # fade-out: 20 (Ticks, Default: 20)
  224. # titles:
  225. # - 'First title' (The title sent)
  226. # - 'Second title\nSecond subtitle' (The next title sent, this time using \n to split the title and subtitle from each other)
  227. # actionbar:
  228. # - 'First actionbar' (The actionbar message sent)
  229. # - 'The next actionbar sent' (The next actionbar message sent)
  230. announcements:
  231. my-announcement:
  232. interval: 60
  233. timings:
  234. fade-in: 20
  235. stay: 40
  236. fade-out: 20
  237. titles:
  238. - '&a'
  239. - '&b'
  240. actionbar:
  241. - '&a'
  242. - '&b'
  243.  
  244. ############################################################
  245. # +------------------------------------------------------+ #
  246. # | Messages | #
  247. # +------------------------------------------------------+ #
  248. ############################################################
  249.  
  250. # Configures all of the messages sent to the users.
  251.  
  252. messages:
  253. # The message shown when a player doesn't have permission to run a command.
  254. no-permission: '&cEste comando não existe ou está desativado para você.'
  255.  
  256. # The messages from the command /tm version
  257. command-version:
  258. description: Gives you the current running version of TitleManager
  259. version: '&aThe server is running %version'
  260.  
  261. # The messages from the command /tm reload
  262. command-reload:
  263. description: Reloads TitleManager
  264. reloaded: '&aTitleManager reloaded'
  265.  
  266. # The messages from the command /tm animations
  267. command-animations:
  268. description: Displays all loaded animations
  269. format: '&aLoaded animations (&f%count&a): %animations'
  270. separator: '&f, &a'
  271.  
  272. # The messages from the command /tm scripts
  273. command-scripts:
  274. description: Displays all loaded scripts
  275. format: '&aLoaded scripts (&f%count&a): %scripts'
  276. separator: '&f, &a'
  277.  
  278. # The messages from the command /tm broadcast
  279. command-broadcast:
  280. description: Broadcasts a title to the server
  281. usage: <title>|<title\nsubtitle>
  282. title-sent: '&aYou have broadcasted the title "&r%title&a".'
  283. subtitle-sent: '&aYou have broadcasted the subtitle "&r%subtitle&a".'
  284. both-sent: '&aYou have broadcasted the titles "&r%title&a" "&r%subtitle&a".'
  285.  
  286. # The messages from the command /tm abroadcast
  287. command-abroadcast:
  288. description: Broadcasts an actionbar title to the server
  289. usage: <title>
  290. sent: '&aYou have broadcasted the actionbar title "&r%title&a".'
  291.  
  292. # The messages from the command /tm message
  293. command-message:
  294. description: Sends a title to the specified player
  295. usage: <player> <title>|<title\nsubtitle>
  296. title-sent: '&aYou have sent %player the title "&r%title&a".'
  297. subtitle-sent: '&aYou have sent %player the subtitle "&r%subtitle&a".'
  298. both-sent: '&aYou have sent %player the titles "&r%title&a" "&r%subtitle&a".'
  299. invalid-player: '&c%player is not a valid player.'
  300.  
  301. # The messages from the command /tm amessage
  302. command-amessage:
  303. description: Sends an actionbar title to the specified player
  304. usage: <player> <title>
  305. sent: '&aYou have sent %player the actionbar title "&r%title&a".'
  306. invalid-player: '&c%player is not a valid player.'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement