Advertisement
Guest User

Untitled

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