🖼️Branding

Bridge Practice (Speed Bridge)

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

There is only 1 scoreboard in all. You will have to update that.

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.

plugins\SimpleScore\scoreboards.yml
...
scores:
    15: '     &8%localtime_time_dd/MM/yyyy% - %localtime_time_hh:mm a%'
    14: ''
    13: '&6&lYOUR STATS'
    12: ''
    11: '   &fPersonal best: &a%sb_best_score%'
    10: '   &fLeaderboard position: &5#%sb_position%'
    9: '   &fCompletions: &2%sb_total_wins%'
    8: '   &fTotal tries: &e%sb_total_tries%'
    7: ''
    6: '&6&lCOUNTERS'
    5: ''
    4: '   &fElapsed time: &a%sb_timer%'
    3: '   &fPlaced blocks: &e%sb_blocks%'
    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.

Go ahead and navigate your way into the Skript folder and after that into the scripts folder.

(Setup\plugins\Skript\scripts\)

After that, please go ahead and open up the discord.sk , store.sk , announce.sk files. Upon opening it, you can modify the store and discord links in the announcement and aswell in the /discord and /store command.

plugins\Skript\scripts\announce.sk
every 2 real minutes:
	chance of 50%:
		broadcast ""
		broadcast ""
		broadcast "&6&lDISCORD"
		broadcast ""
		broadcast "&fJoin our discord at &ediscord.gg/link"
		broadcast ""
		stop
	chance of 50%:
		broadcast ""
		broadcast ""
		broadcast "&6&lSTORE"
		broadcast ""
		broadcast "&fBuy ranks, cosmetics at &estore.servername.com"
		broadcast ""
		stop
	chance of 50%:
		broadcast ""
		broadcast ""
		broadcast "&6&lDo you need help?"
		broadcast ""
		broadcast "&fCheck out our help menu by typing &e/help"
		broadcast ""
		stop
plugins\Skript\scripts\discord.sk
command /discord:
	trigger:
		send ""
		send ""
		send ""
		send ""
		send "&6&lDISCORD"
		send ""
		send "&fJoin our discord at &ediscord.gg/link"
		send ""
plugins\Skript\scripts\store.sk
command /store:
	trigger:
		send ""
		send ""
		send ""
		send ""
		send "&6&lSTORE"
		send ""
		send "&fBuy ranks, cosmetics at &estore.servername.com"
		send ""

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.

plugins\TAB\config.yml
header-footer:
  enabled: true
  header:
  - ''
  - ''
  - '&e&lSpeed Bridge'
  - ''
  - ''
  footer:
  - ''
  - ''
  - ' &fYou are playing on &8play.servername.com '
  - ' &fPurchase ranks and cosmetics at &7store.servername.com'
  - ''

Last updated