Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- I'm confused? Triton not hooking into Scoreboard-revision
- 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?)
- For now I have only 1 spigot server and BungeeCord server.
- This is my Spigot config:?
- [code]#
- # This will be ignored if 'bungeecord' is enabled.
- languages:
- # The language name. This will influence the language file name.
- # i.e. If the name is en_GB, the language file name will be located at languages/en_GB.language
- # It's also not recommended to change this after someone has joined your server,
- # as their language will reset to default.
- en_GB:
- # This is the encoded flag code to show up the banner.
- # To get a working code, you should visit https://www.needcoolshoes.com/banner and create your banner.
- # When you finish, you should notice that the link as changed. Just copy the code generated by it.
- # i.e. If the link is https://www.needcoolshoes.com/banner?=eapwplpnpmbzbj then the code will be eapwplpnpmbzbj
- flag: eapwplpnpmbzbj
- # The Minecraft code is the Minecraft language code. You can find a complete list here:
- # https://minecraft.gamepedia.com/Language
- minecraft-code: [en_GB]
- # This display name. This will be the language name in non-code version. For example, en_UK should be English (UK)
- # Feel free to use colours here! You shouldn't use per-language here, as item names aren't translated yet.
- display-name: '&aEnglish (UK)'
- # Use this to run commands on language change.
- # The commands must not start with a slash.
- # Prefix with the desired type. Available types: 'PLAYER', 'SERVER'
- # i. e. "PLAYER:say I'm using English now!"
- # Please uncomment the lines below to start using this feature.
- # Available variables:
- # %player% - Replaced with the player's name.
- # %uuid% - Replaced with the player's UUID (with dashes).
- # commands:
- # - 'SERVER:say %player% (%uuid%) has just changed their language!'
- pt_PT:
- flag: bacLlt
- minecraft-code: [pt_PT]
- display-name: '&aPortuguese (Portugal)'
- # commands:
- # - 'SERVER:say %player% (%uuid%) has just changed their language!'
- # The main language is the fallback language. If some message is not found, it will try to get it from here before
- # returning an error message.
- # Also, if you delete any language, the players with that language will have their language changed to this.
- main-language: en_GB
- # When enabled, the commands inside each language will run when the player joins.
- run-language-commands-on-join: false
- # When enabled, the plugin will set the player's Triton language to their game language every time.
- # By default, the plugin only does this when they join the server for the first time.
- # It it recommended to leave this off for user experience reasons.
- # Ignored when bungeecord is enabled.
- force-client-locale-on-join: false
- # Enable this if you're using the plugin on BungeeCord.
- # A restart of the server and BungeeCord might be required after changing this setting.
- bungeecord: true
- # To access TWIN, you need a special token.
- # To get it, join our Discord server at https://triton.rexcantor64.com/discord or DM me on Spigot.
- # If you've enabled "bungeecord" above, there is no need to put your token here. You just need it on your BungeeCord config.
- twin-token: ""
- # Here you can enable and disable certain features of the plugin.
- # Every section contains a "syntax-lang", "syntax-args" and "syntax-arg" field. This are used in the placeholders.
- # If you change them, make sure to adjust accordingly in your plugins.
- language-creation:
- chat:
- # Should the plugin check for placeholders in chat messages?
- enabled: true
- syntax-lang: lang
- syntax-args: args
- syntax-arg: arg
- actionbars:
- # Should the plugin check for placeholders in action bars?
- enabled: true
- syntax-lang: lang
- syntax-args: args
- syntax-arg: arg
- titles:
- # Should the plugin check for placeholders in titles and subtitles?
- enabled: true
- syntax-lang: lang
- syntax-args: args
- syntax-arg: arg
- guis:
- # Should the plugin check for placeholders in GUIs' titles?
- enabled: true
- syntax-lang: lang
- syntax-args: args
- syntax-arg: arg
- scoreboards:
- # Should the plugin check for placeholders in scoreboards?
- enabled: true
- # This adds support for custom scoreboard plugins. Most advanced scoreboard plugins will need this enabled to work.
- advanced: false
- syntax-lang: lang
- syntax-args: args
- syntax-arg: arg
- holograms:
- # Should the plugin check for placeholders in holograms (and/or entity display names)?
- # Normally the most recent plugins use armor stands to make the holograms, but if they don't, you can change it here.
- # Also, you can also translate other's entities name, like villagers. Add their entity type on the list below.
- # Full list: https://hub.spigotmc.org/javadocs/spigot/org/bukkit/entity/EntityType.html
- types:
- - ARMOR_STAND
- # When enabled, the list above is ignored and all entities' names are checked and translated.
- allow-all: false
- syntax-lang: lang
- syntax-args: args
- syntax-arg: arg
- kick:
- # Should the plugin check for placeholders in kick messages?
- enabled: true
- syntax-lang: lang
- syntax-args: args
- syntax-arg: arg
- tab:
- # Should the plugin check for placeholders in tab?
- enabled: true
- syntax-lang: lang
- syntax-args: args
- syntax-arg: arg
- items:
- # Should the plugin check for placeholders in items?
- enabled: true
- # When enabled, items in the player's own inventory will also be checked.
- # Items might permanently change names if the players are in creative mode.
- allow-in-inventory: false
- syntax-lang: lang
- syntax-args: args
- syntax-arg: arg
- signs:
- # Should the plugin overlay the signs with the translations on languages.json?
- enabled: true
- bossbars:
- # Should the plugin check for placeholders in bossbars? (1.9+)
- enabled: true
- syntax-lang: lang
- syntax-args: args
- syntax-arg: arg
- # 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).
- # Leave empty to disable this feature (it's disabled by default).
- # Example (assuming you have the default values on your config and you set disabled-line to 'disabled.line'):
- # If any message contains '[lang]disabled.line[/lang]' it won't be sent.
- disabled-line: ''[/code]
- My BungeeCord config
- [code]#
- # This will be ignored if 'bungeecord' is enabled.
- languages:
- # The language name. This will influence the language file name.
- # i.e. If the name is en_GB, the language file name will be located at languages/en_GB.language
- # It's also not recommended to change this after someone has joined your server,
- # as their language will reset to default.
- en_GB:
- # This is the encoded flag code to show up the banner.
- # To get a working code, you should visit https://www.needcoolshoes.com/banner and create your banner.
- # When you finish, you should notice that the link as changed. Just copy the code generated by it.
- # i.e. If the link is https://www.needcoolshoes.com/banner?=eapwplpnpmbzbj then the code will be eapwplpnpmbzbj
- flag: eapwplpnpmbzbj
- # The Minecraft code is the Minecraft language code. You can find a complete list here:
- # https://minecraft.gamepedia.com/Language
- minecraft-code: [en_GB]
- # This display name. This will be the language name in non-code version. For example, en_UK should be English (UK)
- # Feel free to use colours here! You shouldn't use per-language here, as item names aren't translated yet.
- display-name: '&aEnglish (UK)'
- # Use this to run commands on language change.
- # The commands must not start with a slash.
- # Prefix with the desired type. Available types: 'PLAYER', 'SERVER'
- # i. e. "PLAYER:say I'm using English now!"
- # Please uncomment the lines below to start using this feature.
- # Available variables:
- # %player% - Replaced with the player's name.
- # %uuid% - Replaced with the player's UUID (with dashes).
- # commands:
- # - 'SERVER:say %player% (%uuid%) has just changed their language!'
- pt_PT:
- flag: bacLlt
- minecraft-code: [pt_PT]
- display-name: '&aPortuguese (Portugal)'
- # commands:
- # - 'SERVER:say %player% (%uuid%) has just changed their language!'
- # The main language is the fallback language. If some message is not found, it will try to get it from here before
- # returning an error message.
- # Also, if you delete any language, the players with that language will have their language changed to this.
- main-language: en_GB
- # When enabled, the commands inside each language will run when the player joins.
- run-language-commands-on-join: false
- # When enabled, the plugin will set the player's Triton language to their game language every time.
- # By default, the plugin only does this when they join the server for the first time.
- # It it recommended to leave this off for user experience reasons.
- # Ignored when bungeecord is enabled.
- force-client-locale-on-join: false
- # Enable this if you're using the plugin on BungeeCord.
- # A restart of the server and BungeeCord might be required after changing this setting.
- bungeecord: true
- # To access TWIN, you need a special token.
- # To get it, join our Discord server at https://triton.rexcantor64.com/discord or DM me on Spigot.
- # If you've enabled "bungeecord" above, there is no need to put your token here. You just need it on your BungeeCord config.
- twin-token: ""
- # Here you can enable and disable certain features of the plugin.
- # Every section contains a "syntax-lang", "syntax-args" and "syntax-arg" field. This are used in the placeholders.
- # If you change them, make sure to adjust accordingly in your plugins.
- language-creation:
- chat:
- # Should the plugin check for placeholders in chat messages?
- enabled: true
- syntax-lang: lang
- syntax-args: args
- syntax-arg: arg
- actionbars:
- # Should the plugin check for placeholders in action bars?
- enabled: true
- syntax-lang: lang
- syntax-args: args
- syntax-arg: arg
- titles:
- # Should the plugin check for placeholders in titles and subtitles?
- enabled: true
- syntax-lang: lang
- syntax-args: args
- syntax-arg: arg
- guis:
- # Should the plugin check for placeholders in GUIs' titles?
- enabled: true
- syntax-lang: lang
- syntax-args: args
- syntax-arg: arg
- scoreboards:
- # Should the plugin check for placeholders in scoreboards?
- enabled: true
- # This adds support for custom scoreboard plugins. Most advanced scoreboard plugins will need this enabled to work.
- advanced: false
- syntax-lang: lang
- syntax-args: args
- syntax-arg: arg
- holograms:
- # Should the plugin check for placeholders in holograms (and/or entity display names)?
- # Normally the most recent plugins use armor stands to make the holograms, but if they don't, you can change it here.
- # Also, you can also translate other's entities name, like villagers. Add their entity type on the list below.
- # Full list: https://hub.spigotmc.org/javadocs/spigot/org/bukkit/entity/EntityType.html
- types:
- - ARMOR_STAND
- # When enabled, the list above is ignored and all entities' names are checked and translated.
- allow-all: false
- syntax-lang: lang
- syntax-args: args
- syntax-arg: arg
- kick:
- # Should the plugin check for placeholders in kick messages?
- enabled: true
- syntax-lang: lang
- syntax-args: args
- syntax-arg: arg
- tab:
- # Should the plugin check for placeholders in tab?
- enabled: true
- syntax-lang: lang
- syntax-args: args
- syntax-arg: arg
- items:
- # Should the plugin check for placeholders in items?
- enabled: true
- # When enabled, items in the player's own inventory will also be checked.
- # Items might permanently change names if the players are in creative mode.
- allow-in-inventory: false
- syntax-lang: lang
- syntax-args: args
- syntax-arg: arg
- signs:
- # Should the plugin overlay the signs with the translations on languages.json?
- enabled: true
- bossbars:
- # Should the plugin check for placeholders in bossbars? (1.9+)
- enabled: true
- syntax-lang: lang
- syntax-args: args
- syntax-arg: arg
- # 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).
- # Leave empty to disable this feature (it's disabled by default).
- # Example (assuming you have the default values on your config and you set disabled-line to 'disabled.line'):
- # If any message contains '[lang]disabled.line[/lang]' it won't be sent.
- disabled-line: ''[/code]
- Languages.json from BungeeCord:
- [code]
- [
- {
- "languages": {
- "en_GB": "&7/Servers &8- &fOpening menu with servers.",
- "bg_BG": "&7/Servers &8- &fОтваряш меню със сървъри.",
- },
- "_twin": {
- "archived": true,
- "dateCreated": 1565727668355,
- "id": "6afa0a1c-de48-4a68-a503-b9de94981536",
- "dateUpdated": 1565727710566
- },
- "type": "text",
- "key": "help.1"
- },
- {
- "languages": {
- "en_GB": "&7/Vote &8- &fVoting for The Server.",
- "bg_BG": "&7/Vote &8- &fГласуваш за сървъра. ",
- },
- "_twin": {
- "archived": true,
- "dateCreated": 1565727668355,
- "id": "6afa0a1c-de48-4a68-a503-b9de94981536",
- "dateUpdated": 1565727710566
- },
- "type": "text",
- "key": "help.2"
- },
- {
- "languages": {
- "en_GB": "&7/Msg &8- &fSending private message to someone.",
- "bg_BG": "&7/Msg &8- &fИзпращаш частно съобщение до някой.",
- },
- "_twin": {
- "archived": true,
- "dateCreated": 1565727668355,
- "id": "6afa0a1c-de48-4a68-a503-b9de94981536",
- "dateUpdated": 1565727710566
- },
- "type": "text",
- "key": "help.3"
- },
- {
- "languages": {
- "en_GB": "&7/Report &8- &fReporting someone who is abusing with the rules.",
- "bg_BG": "&7/Report &8- &fДокладваш някой, който злоупотребява с правилата.",
- },
- "_twin": {
- "archived": true,
- "dateCreated": 1565727668355,
- "id": "6afa0a1c-de48-4a68-a503-b9de94981536",
- "dateUpdated": 1565727710566
- },
- "type": "text",
- "key": "help.4"
- },
- {
- "languages": {
- "en_GB": "&7[&c&lAUTHME&7] : &fRegister with <pass> <pass>",
- "bg_BG": "&7[&c&lAUTHME&7] : &fРегистрирай се с /register <парола> <парола>",
- },
- "_twin": {
- "archived": true,
- "dateCreated": 1565727668355,
- "id": "6afa0a1c-de48-4a68-a503-b9de94981536",
- "dateUpdated": 1565727710566
- },
- "type": "text",
- "key": "authme.register"
- },
- {
- "languages": {
- "en_GB": "&7[&c&lAUTHME&7] : &aSuccessfully login!",
- "bg_BG": "&7[&c&lAUTHME&7] : &aУспешно влизане!",
- },
- "_twin": {
- "archived": true,
- "dateCreated": 1565727668355,
- "id": "6afa0a1c-de48-4a68-a503-b9de94981536",
- "dateUpdated": 1565727710566
- },
- "type": "text",
- "key": "authme.success"
- },
- {
- "languages": {
- "en_GB": "&7[&c&lAUTHME&7] : &fLogin in your account with /login <password>",
- "bg_BG": "&7[&c&lAUTHME&7] : &fВлез в акаунта си с /login <парола>",
- },
- "_twin": {
- "archived": true,
- "dateCreated": 1565727668355,
- "id": "6afa0a1c-de48-4a68-a503-b9de94981536",
- "dateUpdated": 1565727710566
- },
- "type": "text",
- "key": "authme.login"
- },
- {
- "languages": {
- "en_GB": "&7You are playing in &6&lImperial &f&lGaming&7!",
- "bg_BG": "&7Вие играете в &6&lImperial &f&lGaming&7!",
- },
- "_twin": {
- "archived": true,
- "dateCreated": 1565727668355,
- "id": "6afa0a1c-de48-4a68-a503-b9de94981536",
- "dateUpdated": 1565727710566
- },
- "type": "text",
- "key": "tablist.1"
- },
- {
- "languages": {
- "en_GB": "&7Buy awesome ranks, keys, extras & MORE from: &f&nwww.imperialgaming.net",
- "bg_BG": "&7Закупете си страхотни рангове, ключове, екстри & ОЩЕ от: &f&nwww.imperialgaming.net",
- },
- "_twin": {
- "archived": true,
- "dateCreated": 1565727668355,
- "id": "6afa0a1c-de48-4a68-a503-b9de94981536",
- "dateUpdated": 1565727710566
- },
- "type": "text",
- "key": "tablist.2"
- },
- {
- "languages": {
- "en_GB": " &bName: &f",
- "bg_BG": " &bИме: &f",
- },
- "_twin": {
- "archived": true,
- "dateCreated": 1567280729358,
- "id": "ca667651-c81d-4eb5-b98d-2cb535e58996",
- "dateUpdated": 1567280761003
- },
- "type": "text",
- "key": "0.2"
- },
- {
- "languages": {
- "en_GB": " &bRank: &f",
- "bg_BG": " &bРанг: &f",
- },
- "_twin": {
- "archived": true,
- "dateCreated": 1567280729358,
- "id": "ca667651-c81d-4eb5-b98d-2cb535e58996",
- "dateUpdated": 1567280761003
- },
- "type": "text",
- "key": "0.3"
- },
- {
- "languages": {
- "en_GB": " &bRank: &f",
- "bg_BG": " &bРанг: &f",
- },
- "_twin": {
- "archived": true,
- "dateCreated": 1567280729358,
- "id": "ca667651-c81d-4eb5-b98d-2cb535e58996",
- "dateUpdated": 1567280761003
- },
- "type": "text",
- "key": "0.3"
- },
- {
- "languages": {
- "en_GB": " &bMoney: &f",
- "bg_BG": " &bПари: &f",
- },
- "_twin": {
- "archived": true,
- "dateCreated": 1567280729358,
- "id": "ca667651-c81d-4eb5-b98d-2cb535e58996",
- "dateUpdated": 1567280761003
- },
- "type": "text",
- "key": "0.4"
- },
- {
- "languages": {
- "en_GB": "&eStatistics:",
- "bg_BG": "&eСтатистика:",
- },
- "_twin": {
- "archived": true,
- "dateCreated": 1567280729358,
- "id": "ca667651-c81d-4eb5-b98d-2cb535e58996",
- "dateUpdated": 1567280761003
- },
- "type": "text",
- "key": "0.5"
- },
- {
- "languages": {
- "en_GB": " &bPlayers ",
- "bg_BG": " &bИграчи ",
- },
- "_twin": {
- "archived": true,
- "dateCreated": 1567280729358,
- "id": "ca667651-c81d-4eb5-b98d-2cb535e58996",
- "dateUpdated": 1567280761003
- },
- "type": "text",
- "key": "0.6"
- },
- {
- "languages": {
- "en_GB": " &bTotal: ",
- "bg_BG": " &bОбщо: ",
- },
- "_twin": {
- "archived": true,
- "dateCreated": 1567280729358,
- "id": "ca667651-c81d-4eb5-b98d-2cb535e58996",
- "dateUpdated": 1567280761003
- },
- "type": "text",
- "key": "0.7"
- },
- {
- "languages": {
- "en_GB": " &bServer: ",
- "bg_BG": " &bСървър: ",
- },
- "_twin": {
- "archived": true,
- "dateCreated": 1567280729358,
- "id": "ca667651-c81d-4eb5-b98d-2cb535e58996",
- "dateUpdated": 1567280761003
- },
- "type": "text",
- "key": "0.8"
- },
- {
- "languages": {
- "en_GB": "&eNew commands:",
- "bg_BG": "&eНови команди:",
- },
- "_twin": {
- "archived": true,
- "dateCreated": 1567280729358,
- "id": "ca667651-c81d-4eb5-b98d-2cb535e58996",
- "dateUpdated": 1567280761003
- },
- "type": "text",
- "key": "0.9"
- },
- {
- "languages": {
- "en_GB": "&c* &eYou joined the main lobby! &c*",
- "bg_BG": "&c* &eТи влизаш в главного лоби! &c*",
- },
- "_twin": {
- "archived": true,
- "dateCreated": 1567280729358,
- "id": "ca667651-c81d-4eb5-b98d-2cb535e58996",
- "dateUpdated": 1567280761003
- },
- "type": "text",
- "key": "1.0"
- },
- {
- "languages": {
- "en_GB": "&fWelcome&8, ",
- "bg_BG": "&fДобре дошли&8, ",
- },
- "_twin": {
- "archived": true,
- "dateCreated": 1567280729358,
- "id": "ca667651-c81d-4eb5-b98d-2cb535e58996",
- "dateUpdated": 1567280761003
- },
- "type": "text",
- "key": "1.1"
- },
- {
- "languages": {
- "en_GB": "&ein",
- "bg_BG": "&eв",
- },
- "_twin": {
- "archived": true,
- "dateCreated": 1567280729358,
- "id": "ca667651-c81d-4eb5-b98d-2cb535e58996",
- "dateUpdated": 1567280761003
- },
- "type": "text",
- "key": "1.2"
- },
- {
- "languages": {
- "en_GB": "&eYou don't have permission for this command.",
- "bg_BG": "&eВие нямате права за тази команда.",
- },
- "_twin": {
- "archived": true,
- "dateCreated": 1567280729358,
- "id": "ca667651-c81d-4eb5-b98d-2cb535e58996",
- "dateUpdated": 1567280761003
- },
- "type": "text",
- "key": "1.1.1"
- },
- {
- "languages": {
- "en_GB": "&b&lTIP &8&m>>&e Select one tag from the menu.",
- "bg_BG": "&bСЪВЕТ &8&m>>&e Изберете си един таг от менюто.",
- },
- "_twin": {
- "archived": true,
- "dateCreated": 1567280729358,
- "id": "ca667651-c81d-4eb5-b98d-2cb535e58996",
- "dateUpdated": 1567280761003
- },
- "type": "text",
- "key": "1.1.2"
- },
- {
- "languages": {
- "en_GB": "&aYou have permission for this tag! &a&l✔",
- "bg_BG": "&aВие имате право за този таг! &a&l✔",
- },
- "_twin": {
- "archived": true,
- "dateCreated": 1567280729358,
- "id": "ca667651-c81d-4eb5-b98d-2cb535e58996",
- "dateUpdated": 1567280761003
- },
- "type": "text",
- "key": "1.1.3"
- },
- {
- "languages": {
- "en_GB": "&fRank &a&lVIP &funclocks this tag!",
- "bg_BG": "&fРанг &a&lVIP &fотключва този таг!",
- },
- "_twin": {
- "archived": true,
- "dateCreated": 1567280729358,
- "id": "ca667651-c81d-4eb5-b98d-2cb535e58996",
- "dateUpdated": 1567280761003
- },
- "type": "text",
- "key": "vip.1"
- },
- {
- "languages": {
- "en_GB": "&fBuy it from here&c: &6www.imperialgaming.net",
- "bg_BG": "&fЗакупете си го от тук&c: &6www.imperialgaming.net",
- },
- "_twin": {
- "archived": true,
- "dateCreated": 1567280729358,
- "id": "ca667651-c81d-4eb5-b98d-2cb535e58996",
- "dateUpdated": 1567280761003
- },
- "type": "text",
- "key": "1.1.5"
- },
- {
- "languages": {
- "en_GB": "&fRank &a&lVIP&c&l+ &funclocks this tag!",
- "bg_BG": "&fРанг &a&lVIP&c&l+ &fотключва този таг!",
- },
- "_twin": {
- "archived": true,
- "dateCreated": 1567280729358,
- "id": "ca667651-c81d-4eb5-b98d-2cb535e58996",
- "dateUpdated": 1567280761003
- },
- "type": "text",
- "key": "vip+.1"
- },
- {
- "languages": {
- "en_GB": "&fRank &6&lPREMIUM &funclocks this tag!",
- "bg_BG": "&fРанг &6&lPREMIUM &fотключва този таг!",
- },
- "_twin": {
- "archived": true,
- "dateCreated": 1567280729358,
- "id": "ca667651-c81d-4eb5-b98d-2cb535e58996",
- "dateUpdated": 1567280761003
- },
- "type": "text",
- "key": "premium.1"
- },
- {
- "languages": {
- "en_GB": "&fRank &6&lPREMIUM&c&l+ &funclocks this tag!",
- "bg_BG": "&fРанг &6&lPREMIUM&c&l+ &fотключва този таг!",
- },
- "_twin": {
- "archived": true,
- "dateCreated": 1567280729358,
- "id": "ca667651-c81d-4eb5-b98d-2cb535e58996",
- "dateUpdated": 1567280761003
- },
- "type": "text",
- "key": "premium+.1"
- },
- {
- "languages": {
- "en_GB": "&fRank &b&lULTIMATE &funclocks this tag!",
- "bg_BG": "&fРанг &b&lULTIMATE &fотключва този таг!",
- },
- "_twin": {
- "archived": true,
- "dateCreated": 1567280729358,
- "id": "ca667651-c81d-4eb5-b98d-2cb535e58996",
- "dateUpdated": 1567280761003
- },
- "type": "text",
- "key": "ultimate.1"
- },
- {
- "languages": {
- "en_GB": "&fRank &b&lULTIMATE&c&l+ &funclocks this tag!",
- "bg_BG": "&fРанг &b&lULTIMATE&c&l+ &fотключва този таг!",
- },
- "_twin": {
- "archived": true,
- "dateCreated": 1567280729358,
- "id": "ca667651-c81d-4eb5-b98d-2cb535e58996",
- "dateUpdated": 1567280761003
- },
- "type": "text",
- "key": "ultimatep.1"
- },
- {
- "languages": {
- "en_GB": "&fRank &b&lMEGA&d&lGOD &funclocks this tag!",
- "bg_BG": "&fРанг &b&lMEGA&d&lGOD &fотключва този таг!",
- },
- "_twin": {
- "archived": true,
- "dateCreated": 1567280729358,
- "id": "ca667651-c81d-4eb5-b98d-2cb535e58996",
- "dateUpdated": 1567280761003
- },
- "type": "text",
- "key": "megagod"
- },
- {
- "languages": {
- "en_GB": "&fRank &c&lSUPER&e&lGOD &funclocks this tag!",
- "bg_BG": "&fРанг &c&lSUPER&e&lGOD &fотключва този таг!",
- },
- "_twin": {
- "archived": true,
- "dateCreated": 1567280729358,
- "id": "ca667651-c81d-4eb5-b98d-2cb535e58996",
- "dateUpdated": 1567280761003
- },
- "type": "text",
- "key": "supergod"
- },
- {
- "languages": {
- "en_GB": "&fRank &6&lLEG&e&lEND &funclocks this tag!",
- "bg_BG": "&fРанг &6&lLEG&e&lEND &fотключва този таг!",
- },
- "_twin": {
- "archived": true,
- "dateCreated": 1567280729358,
- "id": "ca667651-c81d-4eb5-b98d-2cb535e58996",
- "dateUpdated": 1567280761003
- },
- "type": "text",
- "key": "legend"
- },
- {
- "languages": {
- "en_GB": "&6Selected tag &7» ",
- "bg_BG": "&6Избран таг &7» ",
- },
- "_twin": {
- "archived": true,
- "dateCreated": 1567280729358,
- "id": "ca667651-c81d-4eb5-b98d-2cb535e58996",
- "dateUpdated": 1567280761003
- },
- "type": "text",
- "key": "tagselected"
- },
- {
- "languages": {
- "en_GB": "&7If it showing up empty, this means",
- "bg_BG": "&7Ако се показва празно, това означава,",
- },
- "_twin": {
- "archived": true,
- "dateCreated": 1567280729358,
- "id": "ca667651-c81d-4eb5-b98d-2cb535e58996",
- "dateUpdated": 1567280761003
- },
- "type": "text",
- "key": "tagselected.1"
- },
- {
- "languages": {
- "en_GB": "&7that you haven't avaible tags or must select.",
- "bg_BG": "&7че нямаш налични тагове или трябва да избереш.",
- },
- "_twin": {
- "archived": true,
- "dateCreated": 1567280729358,
- "id": "ca667651-c81d-4eb5-b98d-2cb535e58996",
- "dateUpdated": 1567280761003
- },
- "type": "text",
- "key": "tagselected.2"
- },
- {
- "languages": {
- "en_GB": "&7» &b&lClose the menu! &7«",
- "bg_BG": "&7» &bЗатвори менюто! &7«",
- },
- "_twin": {
- "archived": true,
- "dateCreated": 1567280729358,
- "id": "ca667651-c81d-4eb5-b98d-2cb535e58996",
- "dateUpdated": 1567280761003
- },
- "type": "text",
- "key": "info.1"
- },
- {
- "languages": {
- "en_GB": "&cRemove your tag! &c&l✘",
- "bg_BG": "&cПремахнете Вашият таг! &c&l✘",
- },
- "_twin": {
- "archived": true,
- "dateCreated": 1567280729358,
- "id": "ca667651-c81d-4eb5-b98d-2cb535e58996",
- "dateUpdated": 1567280761003
- },
- "type": "text",
- "key": "info.2"
- },
- {
- "languages": {
- "en_GB": "&aRight&8-&7Click to remove it or left.",
- "bg_BG": "&aДесен&8-&7Клик, за да го премахнете или ляв.",
- },
- "_twin": {
- "archived": true,
- "dateCreated": 1567280729358,
- "id": "ca667651-c81d-4eb5-b98d-2cb535e58996",
- "dateUpdated": 1567280761003
- },
- "type": "text",
- "key": "info.3"
- },
- {
- "languages": {
- "en_GB": "&b&lTAGS &8» &6Your tag was successfully removed! &a&l✓",
- "bg_BG": "&b&lTAGS &8» &6Вашият таг беше успешно премахнат! &a&l✓",
- },
- "_twin": {
- "archived": true,
- "dateCreated": 1567280729358,
- "id": "ca667651-c81d-4eb5-b98d-2cb535e58996",
- "dateUpdated": 1567280761003
- },
- "type": "text",
- "key": "info.4"
- },
- {
- "languages": {
- "en_GB": "&4&l✘ &c&lTHE TAG IS LOCKED!",
- "bg_BG": "&4&l✘ &cТАГЪТ Е ЗАКЛЮЧЕН!",
- },
- "_twin": {
- "archived": true,
- "dateCreated": 1567280729358,
- "id": "ca667651-c81d-4eb5-b98d-2cb535e58996",
- "dateUpdated": 1567280761003
- },
- "type": "text",
- "key": "locked.x"
- },
- {
- "languages": {
- "en_GB": "&ePlayer&8: ",
- "bg_BG": "&eИграч&8: ",
- },
- "_twin": {
- "archived": true,
- "dateCreated": 1567280729358,
- "id": "ca667651-c81d-4eb5-b98d-2cb535e58996",
- "dateUpdated": 1567280761003
- },
- "type": "text",
- "key": "justplayer.11"
- },
- ][/code]
- 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?
- I have a proof:
- https://imgur.com/a/aob4Nrs
- Help?
Add Comment
Please, Sign In to add comment