Guest User

Untitled

a guest
Oct 5th, 2019
68
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 31.95 KB | None | 0 0
  1. I'm confused? Triton not hooking into Scoreboard-revision
  2. I'm using latest bungeecord. (I haven't ANY error logs from triton or from scoreboard-revision to tell me that something won't work correctly?)
  3. For now I have only 1 spigot server and BungeeCord server.
  4.  
  5. This is my Spigot config:?
  6. [code]#
  7. # This will be ignored if 'bungeecord' is enabled.
  8. languages:
  9. # The language name. This will influence the language file name.
  10. # i.e. If the name is en_GB, the language file name will be located at languages/en_GB.language
  11. # It's also not recommended to change this after someone has joined your server,
  12. # as their language will reset to default.
  13. en_GB:
  14. # This is the encoded flag code to show up the banner.
  15. # To get a working code, you should visit https://www.needcoolshoes.com/banner and create your banner.
  16. # When you finish, you should notice that the link as changed. Just copy the code generated by it.
  17. # i.e. If the link is https://www.needcoolshoes.com/banner?=eapwplpnpmbzbj then the code will be eapwplpnpmbzbj
  18. flag: eapwplpnpmbzbj
  19. # The Minecraft code is the Minecraft language code. You can find a complete list here:
  20. # https://minecraft.gamepedia.com/Language
  21. minecraft-code: [en_GB]
  22. # This display name. This will be the language name in non-code version. For example, en_UK should be English (UK)
  23. # Feel free to use colours here! You shouldn't use per-language here, as item names aren't translated yet.
  24. display-name: '&aEnglish (UK)'
  25. # Use this to run commands on language change.
  26. # The commands must not start with a slash.
  27. # Prefix with the desired type. Available types: 'PLAYER', 'SERVER'
  28. # i. e. "PLAYER:say I'm using English now!"
  29. # Please uncomment the lines below to start using this feature.
  30. # Available variables:
  31. # %player% - Replaced with the player's name.
  32. # %uuid% - Replaced with the player's UUID (with dashes).
  33. # commands:
  34. # - 'SERVER:say %player% (%uuid%) has just changed their language!'
  35. pt_PT:
  36. flag: bacLlt
  37. minecraft-code: [pt_PT]
  38. display-name: '&aPortuguese (Portugal)'
  39. # commands:
  40. # - 'SERVER:say %player% (%uuid%) has just changed their language!'
  41.  
  42. # The main language is the fallback language. If some message is not found, it will try to get it from here before
  43. # returning an error message.
  44. # Also, if you delete any language, the players with that language will have their language changed to this.
  45. main-language: en_GB
  46.  
  47. # When enabled, the commands inside each language will run when the player joins.
  48. run-language-commands-on-join: false
  49.  
  50. # When enabled, the plugin will set the player's Triton language to their game language every time.
  51. # By default, the plugin only does this when they join the server for the first time.
  52. # It it recommended to leave this off for user experience reasons.
  53. # Ignored when bungeecord is enabled.
  54. force-client-locale-on-join: false
  55.  
  56. # Enable this if you're using the plugin on BungeeCord.
  57. # A restart of the server and BungeeCord might be required after changing this setting.
  58. bungeecord: true
  59.  
  60. # To access TWIN, you need a special token.
  61. # To get it, join our Discord server at https://triton.rexcantor64.com/discord or DM me on Spigot.
  62. # If you've enabled "bungeecord" above, there is no need to put your token here. You just need it on your BungeeCord config.
  63. twin-token: ""
  64.  
  65. # Here you can enable and disable certain features of the plugin.
  66. # Every section contains a "syntax-lang", "syntax-args" and "syntax-arg" field. This are used in the placeholders.
  67. # If you change them, make sure to adjust accordingly in your plugins.
  68. language-creation:
  69. chat:
  70. # Should the plugin check for placeholders in chat messages?
  71. enabled: true
  72. syntax-lang: lang
  73. syntax-args: args
  74. syntax-arg: arg
  75. actionbars:
  76. # Should the plugin check for placeholders in action bars?
  77. enabled: true
  78. syntax-lang: lang
  79. syntax-args: args
  80. syntax-arg: arg
  81. titles:
  82. # Should the plugin check for placeholders in titles and subtitles?
  83. enabled: true
  84. syntax-lang: lang
  85. syntax-args: args
  86. syntax-arg: arg
  87. guis:
  88. # Should the plugin check for placeholders in GUIs' titles?
  89. enabled: true
  90. syntax-lang: lang
  91. syntax-args: args
  92. syntax-arg: arg
  93. scoreboards:
  94. # Should the plugin check for placeholders in scoreboards?
  95. enabled: true
  96. # This adds support for custom scoreboard plugins. Most advanced scoreboard plugins will need this enabled to work.
  97. advanced: false
  98. syntax-lang: lang
  99. syntax-args: args
  100. syntax-arg: arg
  101. holograms:
  102. # Should the plugin check for placeholders in holograms (and/or entity display names)?
  103. # Normally the most recent plugins use armor stands to make the holograms, but if they don't, you can change it here.
  104. # Also, you can also translate other's entities name, like villagers. Add their entity type on the list below.
  105. # Full list: https://hub.spigotmc.org/javadocs/spigot/org/bukkit/entity/EntityType.html
  106. types:
  107. - ARMOR_STAND
  108. # When enabled, the list above is ignored and all entities' names are checked and translated.
  109. allow-all: false
  110. syntax-lang: lang
  111. syntax-args: args
  112. syntax-arg: arg
  113. kick:
  114. # Should the plugin check for placeholders in kick messages?
  115. enabled: true
  116. syntax-lang: lang
  117. syntax-args: args
  118. syntax-arg: arg
  119. tab:
  120. # Should the plugin check for placeholders in tab?
  121. enabled: true
  122. syntax-lang: lang
  123. syntax-args: args
  124. syntax-arg: arg
  125. items:
  126. # Should the plugin check for placeholders in items?
  127. enabled: true
  128. # When enabled, items in the player's own inventory will also be checked.
  129. # Items might permanently change names if the players are in creative mode.
  130. allow-in-inventory: false
  131. syntax-lang: lang
  132. syntax-args: args
  133. syntax-arg: arg
  134. signs:
  135. # Should the plugin overlay the signs with the translations on languages.json?
  136. enabled: true
  137. bossbars:
  138. # Should the plugin check for placeholders in bossbars? (1.9+)
  139. enabled: true
  140. syntax-lang: lang
  141. syntax-args: args
  142. syntax-arg: arg
  143. # If any message contains a placeholder with the key defined in the field below, that message won't be sent to the players (console will still receive it).
  144. # Leave empty to disable this feature (it's disabled by default).
  145. # Example (assuming you have the default values on your config and you set disabled-line to 'disabled.line'):
  146. # If any message contains '[lang]disabled.line[/lang]' it won't be sent.
  147. disabled-line: ''[/code]
  148.  
  149. My BungeeCord config
  150. [code]#
  151. # This will be ignored if 'bungeecord' is enabled.
  152. languages:
  153. # The language name. This will influence the language file name.
  154. # i.e. If the name is en_GB, the language file name will be located at languages/en_GB.language
  155. # It's also not recommended to change this after someone has joined your server,
  156. # as their language will reset to default.
  157. en_GB:
  158. # This is the encoded flag code to show up the banner.
  159. # To get a working code, you should visit https://www.needcoolshoes.com/banner and create your banner.
  160. # When you finish, you should notice that the link as changed. Just copy the code generated by it.
  161. # i.e. If the link is https://www.needcoolshoes.com/banner?=eapwplpnpmbzbj then the code will be eapwplpnpmbzbj
  162. flag: eapwplpnpmbzbj
  163. # The Minecraft code is the Minecraft language code. You can find a complete list here:
  164. # https://minecraft.gamepedia.com/Language
  165. minecraft-code: [en_GB]
  166. # This display name. This will be the language name in non-code version. For example, en_UK should be English (UK)
  167. # Feel free to use colours here! You shouldn't use per-language here, as item names aren't translated yet.
  168. display-name: '&aEnglish (UK)'
  169. # Use this to run commands on language change.
  170. # The commands must not start with a slash.
  171. # Prefix with the desired type. Available types: 'PLAYER', 'SERVER'
  172. # i. e. "PLAYER:say I'm using English now!"
  173. # Please uncomment the lines below to start using this feature.
  174. # Available variables:
  175. # %player% - Replaced with the player's name.
  176. # %uuid% - Replaced with the player's UUID (with dashes).
  177. # commands:
  178. # - 'SERVER:say %player% (%uuid%) has just changed their language!'
  179. pt_PT:
  180. flag: bacLlt
  181. minecraft-code: [pt_PT]
  182. display-name: '&aPortuguese (Portugal)'
  183. # commands:
  184. # - 'SERVER:say %player% (%uuid%) has just changed their language!'
  185.  
  186. # The main language is the fallback language. If some message is not found, it will try to get it from here before
  187. # returning an error message.
  188. # Also, if you delete any language, the players with that language will have their language changed to this.
  189. main-language: en_GB
  190.  
  191. # When enabled, the commands inside each language will run when the player joins.
  192. run-language-commands-on-join: false
  193.  
  194. # When enabled, the plugin will set the player's Triton language to their game language every time.
  195. # By default, the plugin only does this when they join the server for the first time.
  196. # It it recommended to leave this off for user experience reasons.
  197. # Ignored when bungeecord is enabled.
  198. force-client-locale-on-join: false
  199.  
  200. # Enable this if you're using the plugin on BungeeCord.
  201. # A restart of the server and BungeeCord might be required after changing this setting.
  202. bungeecord: true
  203.  
  204. # To access TWIN, you need a special token.
  205. # To get it, join our Discord server at https://triton.rexcantor64.com/discord or DM me on Spigot.
  206. # If you've enabled "bungeecord" above, there is no need to put your token here. You just need it on your BungeeCord config.
  207. twin-token: ""
  208.  
  209. # Here you can enable and disable certain features of the plugin.
  210. # Every section contains a "syntax-lang", "syntax-args" and "syntax-arg" field. This are used in the placeholders.
  211. # If you change them, make sure to adjust accordingly in your plugins.
  212. language-creation:
  213. chat:
  214. # Should the plugin check for placeholders in chat messages?
  215. enabled: true
  216. syntax-lang: lang
  217. syntax-args: args
  218. syntax-arg: arg
  219. actionbars:
  220. # Should the plugin check for placeholders in action bars?
  221. enabled: true
  222. syntax-lang: lang
  223. syntax-args: args
  224. syntax-arg: arg
  225. titles:
  226. # Should the plugin check for placeholders in titles and subtitles?
  227. enabled: true
  228. syntax-lang: lang
  229. syntax-args: args
  230. syntax-arg: arg
  231. guis:
  232. # Should the plugin check for placeholders in GUIs' titles?
  233. enabled: true
  234. syntax-lang: lang
  235. syntax-args: args
  236. syntax-arg: arg
  237. scoreboards:
  238. # Should the plugin check for placeholders in scoreboards?
  239. enabled: true
  240. # This adds support for custom scoreboard plugins. Most advanced scoreboard plugins will need this enabled to work.
  241. advanced: false
  242. syntax-lang: lang
  243. syntax-args: args
  244. syntax-arg: arg
  245. holograms:
  246. # Should the plugin check for placeholders in holograms (and/or entity display names)?
  247. # Normally the most recent plugins use armor stands to make the holograms, but if they don't, you can change it here.
  248. # Also, you can also translate other's entities name, like villagers. Add their entity type on the list below.
  249. # Full list: https://hub.spigotmc.org/javadocs/spigot/org/bukkit/entity/EntityType.html
  250. types:
  251. - ARMOR_STAND
  252. # When enabled, the list above is ignored and all entities' names are checked and translated.
  253. allow-all: false
  254. syntax-lang: lang
  255. syntax-args: args
  256. syntax-arg: arg
  257. kick:
  258. # Should the plugin check for placeholders in kick messages?
  259. enabled: true
  260. syntax-lang: lang
  261. syntax-args: args
  262. syntax-arg: arg
  263. tab:
  264. # Should the plugin check for placeholders in tab?
  265. enabled: true
  266. syntax-lang: lang
  267. syntax-args: args
  268. syntax-arg: arg
  269. items:
  270. # Should the plugin check for placeholders in items?
  271. enabled: true
  272. # When enabled, items in the player's own inventory will also be checked.
  273. # Items might permanently change names if the players are in creative mode.
  274. allow-in-inventory: false
  275. syntax-lang: lang
  276. syntax-args: args
  277. syntax-arg: arg
  278. signs:
  279. # Should the plugin overlay the signs with the translations on languages.json?
  280. enabled: true
  281. bossbars:
  282. # Should the plugin check for placeholders in bossbars? (1.9+)
  283. enabled: true
  284. syntax-lang: lang
  285. syntax-args: args
  286. syntax-arg: arg
  287. # If any message contains a placeholder with the key defined in the field below, that message won't be sent to the players (console will still receive it).
  288. # Leave empty to disable this feature (it's disabled by default).
  289. # Example (assuming you have the default values on your config and you set disabled-line to 'disabled.line'):
  290. # If any message contains '[lang]disabled.line[/lang]' it won't be sent.
  291. disabled-line: ''[/code]
  292.  
  293. Languages.json from BungeeCord:
  294. [code]
  295. [
  296. {
  297. "languages": {
  298. "en_GB": "&7/Servers &8- &fOpening menu with servers.",
  299. "bg_BG": "&7/Servers &8- &fОтваряш меню със сървъри.",
  300. },
  301. "_twin": {
  302. "archived": true,
  303. "dateCreated": 1565727668355,
  304. "id": "6afa0a1c-de48-4a68-a503-b9de94981536",
  305. "dateUpdated": 1565727710566
  306. },
  307. "type": "text",
  308. "key": "help.1"
  309. },
  310. {
  311. "languages": {
  312. "en_GB": "&7/Vote &8- &fVoting for The Server.",
  313. "bg_BG": "&7/Vote &8- &fГласуваш за сървъра. ",
  314. },
  315. "_twin": {
  316. "archived": true,
  317. "dateCreated": 1565727668355,
  318. "id": "6afa0a1c-de48-4a68-a503-b9de94981536",
  319. "dateUpdated": 1565727710566
  320. },
  321. "type": "text",
  322. "key": "help.2"
  323. },
  324. {
  325. "languages": {
  326. "en_GB": "&7/Msg &8- &fSending private message to someone.",
  327. "bg_BG": "&7/Msg &8- &fИзпращаш частно съобщение до някой.",
  328. },
  329. "_twin": {
  330. "archived": true,
  331. "dateCreated": 1565727668355,
  332. "id": "6afa0a1c-de48-4a68-a503-b9de94981536",
  333. "dateUpdated": 1565727710566
  334. },
  335. "type": "text",
  336. "key": "help.3"
  337. },
  338. {
  339. "languages": {
  340. "en_GB": "&7/Report &8- &fReporting someone who is abusing with the rules.",
  341. "bg_BG": "&7/Report &8- &fДокладваш някой, който злоупотребява с правилата.",
  342. },
  343. "_twin": {
  344. "archived": true,
  345. "dateCreated": 1565727668355,
  346. "id": "6afa0a1c-de48-4a68-a503-b9de94981536",
  347. "dateUpdated": 1565727710566
  348. },
  349. "type": "text",
  350. "key": "help.4"
  351. },
  352. {
  353. "languages": {
  354. "en_GB": "&7[&c&lAUTHME&7] : &fRegister with <pass> <pass>",
  355. "bg_BG": "&7[&c&lAUTHME&7] : &fРегистрирай се с /register <парола> <парола>",
  356. },
  357. "_twin": {
  358. "archived": true,
  359. "dateCreated": 1565727668355,
  360. "id": "6afa0a1c-de48-4a68-a503-b9de94981536",
  361. "dateUpdated": 1565727710566
  362. },
  363. "type": "text",
  364. "key": "authme.register"
  365. },
  366. {
  367. "languages": {
  368. "en_GB": "&7[&c&lAUTHME&7] : &aSuccessfully login!",
  369. "bg_BG": "&7[&c&lAUTHME&7] : &aУспешно влизане!",
  370. },
  371. "_twin": {
  372. "archived": true,
  373. "dateCreated": 1565727668355,
  374. "id": "6afa0a1c-de48-4a68-a503-b9de94981536",
  375. "dateUpdated": 1565727710566
  376. },
  377. "type": "text",
  378. "key": "authme.success"
  379. },
  380. {
  381. "languages": {
  382. "en_GB": "&7[&c&lAUTHME&7] : &fLogin in your account with /login <password>",
  383. "bg_BG": "&7[&c&lAUTHME&7] : &fВлез в акаунта си с /login <парола>",
  384. },
  385. "_twin": {
  386. "archived": true,
  387. "dateCreated": 1565727668355,
  388. "id": "6afa0a1c-de48-4a68-a503-b9de94981536",
  389. "dateUpdated": 1565727710566
  390. },
  391. "type": "text",
  392. "key": "authme.login"
  393. },
  394. {
  395. "languages": {
  396. "en_GB": "&7You are playing in &6&lImperial &f&lGaming&7!",
  397. "bg_BG": "&7Вие играете в &6&lImperial &f&lGaming&7!",
  398. },
  399. "_twin": {
  400. "archived": true,
  401. "dateCreated": 1565727668355,
  402. "id": "6afa0a1c-de48-4a68-a503-b9de94981536",
  403. "dateUpdated": 1565727710566
  404. },
  405. "type": "text",
  406. "key": "tablist.1"
  407. },
  408. {
  409. "languages": {
  410. "en_GB": "&7Buy awesome ranks, keys, extras & MORE from: &f&nwww.imperialgaming.net",
  411. "bg_BG": "&7Закупете си страхотни рангове, ключове, екстри & ОЩЕ от: &f&nwww.imperialgaming.net",
  412. },
  413. "_twin": {
  414. "archived": true,
  415. "dateCreated": 1565727668355,
  416. "id": "6afa0a1c-de48-4a68-a503-b9de94981536",
  417. "dateUpdated": 1565727710566
  418. },
  419. "type": "text",
  420. "key": "tablist.2"
  421. },
  422. {
  423. "languages": {
  424. "en_GB": " &bName: &f",
  425. "bg_BG": " &bИме: &f",
  426. },
  427. "_twin": {
  428. "archived": true,
  429. "dateCreated": 1567280729358,
  430. "id": "ca667651-c81d-4eb5-b98d-2cb535e58996",
  431. "dateUpdated": 1567280761003
  432. },
  433. "type": "text",
  434. "key": "0.2"
  435. },
  436. {
  437. "languages": {
  438. "en_GB": " &bRank: &f",
  439. "bg_BG": " &bРанг: &f",
  440. },
  441. "_twin": {
  442. "archived": true,
  443. "dateCreated": 1567280729358,
  444. "id": "ca667651-c81d-4eb5-b98d-2cb535e58996",
  445. "dateUpdated": 1567280761003
  446. },
  447. "type": "text",
  448. "key": "0.3"
  449. },
  450. {
  451. "languages": {
  452. "en_GB": " &bRank: &f",
  453. "bg_BG": " &bРанг: &f",
  454. },
  455. "_twin": {
  456. "archived": true,
  457. "dateCreated": 1567280729358,
  458. "id": "ca667651-c81d-4eb5-b98d-2cb535e58996",
  459. "dateUpdated": 1567280761003
  460. },
  461. "type": "text",
  462. "key": "0.3"
  463. },
  464. {
  465. "languages": {
  466. "en_GB": " &bMoney: &f",
  467. "bg_BG": " &bПари: &f",
  468. },
  469. "_twin": {
  470. "archived": true,
  471. "dateCreated": 1567280729358,
  472. "id": "ca667651-c81d-4eb5-b98d-2cb535e58996",
  473. "dateUpdated": 1567280761003
  474. },
  475. "type": "text",
  476. "key": "0.4"
  477. },
  478. {
  479. "languages": {
  480. "en_GB": "&eStatistics:",
  481. "bg_BG": "&eСтатистика:",
  482. },
  483. "_twin": {
  484. "archived": true,
  485. "dateCreated": 1567280729358,
  486. "id": "ca667651-c81d-4eb5-b98d-2cb535e58996",
  487. "dateUpdated": 1567280761003
  488. },
  489. "type": "text",
  490. "key": "0.5"
  491. },
  492. {
  493. "languages": {
  494. "en_GB": " &bPlayers ",
  495. "bg_BG": " &bИграчи ",
  496. },
  497. "_twin": {
  498. "archived": true,
  499. "dateCreated": 1567280729358,
  500. "id": "ca667651-c81d-4eb5-b98d-2cb535e58996",
  501. "dateUpdated": 1567280761003
  502. },
  503. "type": "text",
  504. "key": "0.6"
  505. },
  506. {
  507. "languages": {
  508. "en_GB": " &bTotal: ",
  509. "bg_BG": " &bОбщо: ",
  510. },
  511. "_twin": {
  512. "archived": true,
  513. "dateCreated": 1567280729358,
  514. "id": "ca667651-c81d-4eb5-b98d-2cb535e58996",
  515. "dateUpdated": 1567280761003
  516. },
  517. "type": "text",
  518. "key": "0.7"
  519. },
  520. {
  521. "languages": {
  522. "en_GB": " &bServer: ",
  523. "bg_BG": " &bСървър: ",
  524. },
  525. "_twin": {
  526. "archived": true,
  527. "dateCreated": 1567280729358,
  528. "id": "ca667651-c81d-4eb5-b98d-2cb535e58996",
  529. "dateUpdated": 1567280761003
  530. },
  531. "type": "text",
  532. "key": "0.8"
  533. },
  534. {
  535. "languages": {
  536. "en_GB": "&eNew commands:",
  537. "bg_BG": "&eНови команди:",
  538. },
  539. "_twin": {
  540. "archived": true,
  541. "dateCreated": 1567280729358,
  542. "id": "ca667651-c81d-4eb5-b98d-2cb535e58996",
  543. "dateUpdated": 1567280761003
  544. },
  545. "type": "text",
  546. "key": "0.9"
  547. },
  548. {
  549. "languages": {
  550. "en_GB": "&c* &eYou joined the main lobby! &c*",
  551. "bg_BG": "&c* &eТи влизаш в главного лоби! &c*",
  552. },
  553. "_twin": {
  554. "archived": true,
  555. "dateCreated": 1567280729358,
  556. "id": "ca667651-c81d-4eb5-b98d-2cb535e58996",
  557. "dateUpdated": 1567280761003
  558. },
  559. "type": "text",
  560. "key": "1.0"
  561. },
  562. {
  563. "languages": {
  564. "en_GB": "&fWelcome&8, ",
  565. "bg_BG": "&fДобре дошли&8, ",
  566. },
  567. "_twin": {
  568. "archived": true,
  569. "dateCreated": 1567280729358,
  570. "id": "ca667651-c81d-4eb5-b98d-2cb535e58996",
  571. "dateUpdated": 1567280761003
  572. },
  573. "type": "text",
  574. "key": "1.1"
  575. },
  576. {
  577. "languages": {
  578. "en_GB": "&ein",
  579. "bg_BG": "&eв",
  580. },
  581. "_twin": {
  582. "archived": true,
  583. "dateCreated": 1567280729358,
  584. "id": "ca667651-c81d-4eb5-b98d-2cb535e58996",
  585. "dateUpdated": 1567280761003
  586. },
  587. "type": "text",
  588. "key": "1.2"
  589. },
  590. {
  591. "languages": {
  592. "en_GB": "&eYou don't have permission for this command.",
  593. "bg_BG": "&eВие нямате права за тази команда.",
  594. },
  595. "_twin": {
  596. "archived": true,
  597. "dateCreated": 1567280729358,
  598. "id": "ca667651-c81d-4eb5-b98d-2cb535e58996",
  599. "dateUpdated": 1567280761003
  600. },
  601. "type": "text",
  602. "key": "1.1.1"
  603. },
  604. {
  605. "languages": {
  606. "en_GB": "&b&lTIP &8&m>>&e Select one tag from the menu.",
  607. "bg_BG": "&bСЪВЕТ &8&m>>&e Изберете си един таг от менюто.",
  608. },
  609. "_twin": {
  610. "archived": true,
  611. "dateCreated": 1567280729358,
  612. "id": "ca667651-c81d-4eb5-b98d-2cb535e58996",
  613. "dateUpdated": 1567280761003
  614. },
  615. "type": "text",
  616. "key": "1.1.2"
  617. },
  618. {
  619. "languages": {
  620. "en_GB": "&aYou have permission for this tag! &a&l✔",
  621. "bg_BG": "&aВие имате право за този таг! &a&l✔",
  622. },
  623. "_twin": {
  624. "archived": true,
  625. "dateCreated": 1567280729358,
  626. "id": "ca667651-c81d-4eb5-b98d-2cb535e58996",
  627. "dateUpdated": 1567280761003
  628. },
  629. "type": "text",
  630. "key": "1.1.3"
  631. },
  632. {
  633. "languages": {
  634. "en_GB": "&fRank &a&lVIP &funclocks this tag!",
  635. "bg_BG": "&fРанг &a&lVIP &fотключва този таг!",
  636. },
  637. "_twin": {
  638. "archived": true,
  639. "dateCreated": 1567280729358,
  640. "id": "ca667651-c81d-4eb5-b98d-2cb535e58996",
  641. "dateUpdated": 1567280761003
  642. },
  643. "type": "text",
  644. "key": "vip.1"
  645. },
  646. {
  647. "languages": {
  648. "en_GB": "&fBuy it from here&c: &6www.imperialgaming.net",
  649. "bg_BG": "&fЗакупете си го от тук&c: &6www.imperialgaming.net",
  650. },
  651. "_twin": {
  652. "archived": true,
  653. "dateCreated": 1567280729358,
  654. "id": "ca667651-c81d-4eb5-b98d-2cb535e58996",
  655. "dateUpdated": 1567280761003
  656. },
  657. "type": "text",
  658. "key": "1.1.5"
  659. },
  660. {
  661. "languages": {
  662. "en_GB": "&fRank &a&lVIP&c&l+ &funclocks this tag!",
  663. "bg_BG": "&fРанг &a&lVIP&c&l+ &fотключва този таг!",
  664. },
  665. "_twin": {
  666. "archived": true,
  667. "dateCreated": 1567280729358,
  668. "id": "ca667651-c81d-4eb5-b98d-2cb535e58996",
  669. "dateUpdated": 1567280761003
  670. },
  671. "type": "text",
  672. "key": "vip+.1"
  673. },
  674. {
  675. "languages": {
  676. "en_GB": "&fRank &6&lPREMIUM &funclocks this tag!",
  677. "bg_BG": "&fРанг &6&lPREMIUM &fотключва този таг!",
  678. },
  679. "_twin": {
  680. "archived": true,
  681. "dateCreated": 1567280729358,
  682. "id": "ca667651-c81d-4eb5-b98d-2cb535e58996",
  683. "dateUpdated": 1567280761003
  684. },
  685. "type": "text",
  686. "key": "premium.1"
  687. },
  688. {
  689. "languages": {
  690. "en_GB": "&fRank &6&lPREMIUM&c&l+ &funclocks this tag!",
  691. "bg_BG": "&fРанг &6&lPREMIUM&c&l+ &fотключва този таг!",
  692. },
  693. "_twin": {
  694. "archived": true,
  695. "dateCreated": 1567280729358,
  696. "id": "ca667651-c81d-4eb5-b98d-2cb535e58996",
  697. "dateUpdated": 1567280761003
  698. },
  699. "type": "text",
  700. "key": "premium+.1"
  701. },
  702. {
  703. "languages": {
  704. "en_GB": "&fRank &b&lULTIMATE &funclocks this tag!",
  705. "bg_BG": "&fРанг &b&lULTIMATE &fотключва този таг!",
  706. },
  707. "_twin": {
  708. "archived": true,
  709. "dateCreated": 1567280729358,
  710. "id": "ca667651-c81d-4eb5-b98d-2cb535e58996",
  711. "dateUpdated": 1567280761003
  712. },
  713. "type": "text",
  714. "key": "ultimate.1"
  715. },
  716. {
  717. "languages": {
  718. "en_GB": "&fRank &b&lULTIMATE&c&l+ &funclocks this tag!",
  719. "bg_BG": "&fРанг &b&lULTIMATE&c&l+ &fотключва този таг!",
  720. },
  721. "_twin": {
  722. "archived": true,
  723. "dateCreated": 1567280729358,
  724. "id": "ca667651-c81d-4eb5-b98d-2cb535e58996",
  725. "dateUpdated": 1567280761003
  726. },
  727. "type": "text",
  728. "key": "ultimatep.1"
  729. },
  730. {
  731. "languages": {
  732. "en_GB": "&fRank &b&lMEGA&d&lGOD &funclocks this tag!",
  733. "bg_BG": "&fРанг &b&lMEGA&d&lGOD &fотключва този таг!",
  734. },
  735. "_twin": {
  736. "archived": true,
  737. "dateCreated": 1567280729358,
  738. "id": "ca667651-c81d-4eb5-b98d-2cb535e58996",
  739. "dateUpdated": 1567280761003
  740. },
  741. "type": "text",
  742. "key": "megagod"
  743. },
  744. {
  745. "languages": {
  746. "en_GB": "&fRank &c&lSUPER&e&lGOD &funclocks this tag!",
  747. "bg_BG": "&fРанг &c&lSUPER&e&lGOD &fотключва този таг!",
  748. },
  749. "_twin": {
  750. "archived": true,
  751. "dateCreated": 1567280729358,
  752. "id": "ca667651-c81d-4eb5-b98d-2cb535e58996",
  753. "dateUpdated": 1567280761003
  754. },
  755. "type": "text",
  756. "key": "supergod"
  757. },
  758. {
  759. "languages": {
  760. "en_GB": "&fRank &6&lLEG&e&lEND &funclocks this tag!",
  761. "bg_BG": "&fРанг &6&lLEG&e&lEND &fотключва този таг!",
  762. },
  763. "_twin": {
  764. "archived": true,
  765. "dateCreated": 1567280729358,
  766. "id": "ca667651-c81d-4eb5-b98d-2cb535e58996",
  767. "dateUpdated": 1567280761003
  768. },
  769. "type": "text",
  770. "key": "legend"
  771. },
  772. {
  773. "languages": {
  774. "en_GB": "&6Selected tag &7» ",
  775. "bg_BG": "&6Избран таг &7» ",
  776. },
  777. "_twin": {
  778. "archived": true,
  779. "dateCreated": 1567280729358,
  780. "id": "ca667651-c81d-4eb5-b98d-2cb535e58996",
  781. "dateUpdated": 1567280761003
  782. },
  783. "type": "text",
  784. "key": "tagselected"
  785. },
  786. {
  787. "languages": {
  788. "en_GB": "&7If it showing up empty, this means",
  789. "bg_BG": "&7Ако се показва празно, това означава,",
  790. },
  791. "_twin": {
  792. "archived": true,
  793. "dateCreated": 1567280729358,
  794. "id": "ca667651-c81d-4eb5-b98d-2cb535e58996",
  795. "dateUpdated": 1567280761003
  796. },
  797. "type": "text",
  798. "key": "tagselected.1"
  799. },
  800. {
  801. "languages": {
  802. "en_GB": "&7that you haven't avaible tags or must select.",
  803. "bg_BG": "&7че нямаш налични тагове или трябва да избереш.",
  804. },
  805. "_twin": {
  806. "archived": true,
  807. "dateCreated": 1567280729358,
  808. "id": "ca667651-c81d-4eb5-b98d-2cb535e58996",
  809. "dateUpdated": 1567280761003
  810. },
  811. "type": "text",
  812. "key": "tagselected.2"
  813. },
  814. {
  815. "languages": {
  816. "en_GB": "&7» &b&lClose the menu! &7«",
  817. "bg_BG": "&7» &bЗатвори менюто! &7«",
  818. },
  819. "_twin": {
  820. "archived": true,
  821. "dateCreated": 1567280729358,
  822. "id": "ca667651-c81d-4eb5-b98d-2cb535e58996",
  823. "dateUpdated": 1567280761003
  824. },
  825. "type": "text",
  826. "key": "info.1"
  827. },
  828. {
  829. "languages": {
  830. "en_GB": "&cRemove your tag! &c&l✘",
  831. "bg_BG": "&cПремахнете Вашият таг! &c&l✘",
  832. },
  833. "_twin": {
  834. "archived": true,
  835. "dateCreated": 1567280729358,
  836. "id": "ca667651-c81d-4eb5-b98d-2cb535e58996",
  837. "dateUpdated": 1567280761003
  838. },
  839. "type": "text",
  840. "key": "info.2"
  841. },
  842. {
  843. "languages": {
  844. "en_GB": "&aRight&8-&7Click to remove it or left.",
  845. "bg_BG": "&aДесен&8-&7Клик, за да го премахнете или ляв.",
  846. },
  847. "_twin": {
  848. "archived": true,
  849. "dateCreated": 1567280729358,
  850. "id": "ca667651-c81d-4eb5-b98d-2cb535e58996",
  851. "dateUpdated": 1567280761003
  852. },
  853. "type": "text",
  854. "key": "info.3"
  855. },
  856. {
  857. "languages": {
  858. "en_GB": "&b&lTAGS &8» &6Your tag was successfully removed! &a&l✓",
  859. "bg_BG": "&b&lTAGS &8» &6Вашият таг беше успешно премахнат! &a&l✓",
  860. },
  861. "_twin": {
  862. "archived": true,
  863. "dateCreated": 1567280729358,
  864. "id": "ca667651-c81d-4eb5-b98d-2cb535e58996",
  865. "dateUpdated": 1567280761003
  866. },
  867. "type": "text",
  868. "key": "info.4"
  869. },
  870. {
  871. "languages": {
  872. "en_GB": "&4&l✘ &c&lTHE TAG IS LOCKED!",
  873. "bg_BG": "&4&l✘ &cТАГЪТ Е ЗАКЛЮЧЕН!",
  874. },
  875. "_twin": {
  876. "archived": true,
  877. "dateCreated": 1567280729358,
  878. "id": "ca667651-c81d-4eb5-b98d-2cb535e58996",
  879. "dateUpdated": 1567280761003
  880. },
  881. "type": "text",
  882. "key": "locked.x"
  883. },
  884. {
  885. "languages": {
  886. "en_GB": "&ePlayer&8: ",
  887. "bg_BG": "&eИграч&8: ",
  888. },
  889. "_twin": {
  890. "archived": true,
  891. "dateCreated": 1567280729358,
  892. "id": "ca667651-c81d-4eb5-b98d-2cb535e58996",
  893. "dateUpdated": 1567280761003
  894. },
  895. "type": "text",
  896. "key": "justplayer.11"
  897. },
  898. ][/code]
  899.  
  900. I use [lang]justplayer.11[/lang] in my scoreboard plugin. It displays [lang]justplayer.11[/lang], as advertised the plugin must replace this with the text from languages.json?
  901. I have a proof:
  902. https://imgur.com/a/aob4Nrs
  903. Help?
Add Comment
Please, Sign In to add comment