๐Ÿ–ผ๏ธBranding

The Bridge

How to change the branding on the Scoreboard (IP Address)

There are 6 scoreboards in all. You will have to update all of them.

Firstly, go ahead and go into the setup, and navigate your way into the SimpleScore plugin folder. (Setup\plugins\SimpleScore)

After that, please go ahead and open up the scoreboards.yml file. Once it's opened, you will have to change one line for the main lobby scoreboard.

plugins\SimpleScore\scoreboards.yml
simple:
  titles: 'เซฑ'
  scores:
    12: ''
    11: ''
    10: '&6&lโญ &fLevel &8โ€ข &5%thebridge_user_statistic_level%'
    9: '&8&l| &fNext Level in &8โ€ข &e%thebridge_user_statistic_next_level_exp% exp'
    8: ''
    7: '&e&l๐Ÿ† &fTotal Wins &8โ€ข &a%thebridge_user_statistic_wins%'
    6: '&c&l๐Ÿ”ช &fTotal Kills &8โ€ข &c%thebridge_user_statistic_kills%'
    5: ''
    4: '&f&lโ˜  &fTotal Deaths &8โ€ข &4%thebridge_user_statistic_deaths%'
    3: '&4&lโŒ &fTotal Loses &8โ€ข &c%thebridge_user_statistic_loses%'
    2: ''
    1: '  &8play.servername.com'

In the configuration, the first line is set to 1: '&8&nplay.servername.com'. Feel free to customize the entire configuration according to your preferences. You can utilize Minecraft Colorcodes to personalize it.

Remember to maintain the format, which is number: 'your message', to avoid breaking the scoreboards.

Lastly, go ahead and navigate your way into the MurderMysterTy plugin folder. (Setup\plugins\TheBridge)

After that, please go ahead and open up the language.yml file. Upon opening it, you'll need to modify six lines.

plugins\TheBridge\language.yml
Scoreboard:
  Title: "เซฑ"
  Bases:
    Format: "%scoreboard_base_color_formatted% %scoreboard_base_points_formatted%"
    Not-Inside: "--"
    Inside: "(You)"
  Mode:
    POINTS:
      Got: "&6โฌค"
      Missing: "&7โฌค"
    HEARTS:
      Got: "&cโค"
      Missing: "&7โค"
  Content:
    Waiting:
      - ""
      - ""
      - ""
      - "&3๐Ÿฐ &fArena โ€ข %arena_name%"
      - ""
      - "&e๐Ÿ‘จ๐Ÿ‘ฉ &fPlayers โ€ข %arena_players_size%"
      - ""
      - "| Min Players โ€ข %arena_min_players%"
      - ""
      - "  &8play.servername.com"
    Starting:
      - ""
      - ""
      - ""
      - "&3๐Ÿฐ &fArena โ€ข %arena_name%"
      - "&f๐Ÿ•› &fStarting In โ€ข %arena_time%"
      - ""
      - "&e๐Ÿ‘จ๐Ÿ‘ฉ &fPlayers โ€ข %arena_players_size%"
      - ""
      - "| Min Players โ€ข %arena_min_players%"
      - ""
      - "  &8play.servername.com"
    # Contents of scoreboard while ingame
    In-Game:
      - ""
      - ""
      - ""
      - "&f๐Ÿ•› &fTime Left โ€ข %arena_time%"
      - "&f"
      - "%scoreboard_bases_list%"
      - ""
      - "&c๐Ÿ”ช &fKills โ€ข %user_statistic_local_kills%"
      - "&5๐Ÿ’ฏ &fScores โ€ข %user_statistic_local_scored_points%"
      - ""
      - "&7โš™ Mode โ€ข &e%arena_option_mode%"
      - "&6๐Ÿงฑ &fBlock reset in %arena_option_reset_blocks_in% rounds"
      - ""
      - "  &8play.servername.com"
    # Contents of scoreboard while state is ending
    Ending:
      - ""
      - ""
      - ""
      - "   &c&lGAME ENDED  "
      - ""
      - "&f"
      - "&f"
      - ""
      - "  &8play.servername.com"
    # Contents of scoreboard while state is restarting
    Restarting:
      - ""
      - ""
      - ""
      - "   &c&lRESTARTING GAME  "
      - ""
      - "&f"
      - "&f"
      - ""
      - "  &8play.servername.com"


How to change the branding on the TAB (IP Address)

Firstly, go ahead and go into the setup, and navigate your way into the TAB plugin folder. (Setup\plugins\TAB)

After that, please go ahead and open up the config.yml file. Feel free to customize the entire configuration according to your preferences. You can utilize Minecraft Colorcodes to personalize it.

Remember to maintain the format, which is - 'your message', to avoid breaking the tab.

plugins\TAB\config.yml
header-footer:
  enabled: true
  header:
  - ''
  - ''
  - ''
  - 'เซฑ   '
  - ''
  - ''
  - ''
  footer:
  - ''
  - ''
  - ' &fYou are playing on &8play.servername.com '
  - ''


First, you will need to go ahead and download the resource pack itself. You can get the download url from the server.properties file.

After you've downloaded it, you need to open it up using WinRar. Once you have opened it, you will see the following 3 files:

To modify the resource pack's logo, begin by replacing the pack.png file with your own logo, ensuring it's also named pack.png.

Please note that the logo should not exceed 128x128 pixels in size, as Minecraft cannot handle larger dimensions in this context.


How to change the logo on TAB and on Scoreboard

  1. Navigate to the assets folder, then proceed to the minecraft folder. From there, access the textures folder and enter the designated folder.

  2. Inside, you'll find all the logos. Replace the files with your own logos, ensuring it's also named the same as before. Failure to do so will result in your logo not being displayed in the resource pack.

Ensure your logo does not exceed 256x256 pixels, as Minecraft cannot handle larger dimensions in this context.


If you wish to modify the resource pack's description, you'll need to access the pack.mcmeta file using a text editor such as Notepad.

You will see this in the file:

pack.mcmeta
  "pack": {
    "pack_format": 15,
    "description": "The Bridge Server"
  }

To maintain the functionality of the resource pack, you must replace the The Bridge Server text with your own description.

Be cautious not to remove any other content, as it may cause the resource pack to malfunction.


After completing the modifications, it's necessary to re-upload the resource pack to a platform such as https://mc-packs.net/. From there, you can obtain the necessary files and assets:

resource-pack=url resource-pack-sha1=hash

You'll need to copy these items and then access the server.properties file within the setup files. Replace the old versions with the copied content.

Old version:

server.properties
resource-pack=https\://download.mc-packs.net/pack/223a8ddc0a413d3a48832264b87714dbc70d285a.zip
resource-pack-sha1=223a8ddc0a413d3a48832264b87714dbc70d285a

This is the old version, do not copy this!

Last updated