Branding
Bridge Practice (Speed Bridge)
Last updated
Bridge Practice (Speed Bridge)
Last updated
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.
...
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.
Remember to maintain the format, which is number: 'your message'
, to avoid breaking the scoreboards.
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.
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
command /discord:
trigger:
send ""
send ""
send ""
send ""
send "&6&lDISCORD"
send ""
send "&fJoin our discord at &ediscord.gg/link"
send ""
command /store:
trigger:
send ""
send ""
send ""
send ""
send "&6&lSTORE"
send ""
send "&fBuy ranks, cosmetics at &estore.servername.com"
send ""
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.
header-footer:
enabled: true
header:
- ''
- ''
- '&e&lSpeed Bridge'
- ''
- ''
footer:
- ''
- ''
- ' &fYou are playing on &8play.servername.com '
- ' &fPurchase ranks and cosmetics at &7store.servername.com'
- ''