#I need a scoreboard that shows the server name person balance and player count

1 messages · Page 1 of 1 (latest)

lyric horizon
#

@junior hare this is a help for help with your own code that is not working correctly.

You have two options:

  • ask someone to give you one in #job-board and they will likely charge
  • learn to use skript
#

Aight ig no one help him if hes gonna be a baby

foggy crystal
#

dang

#
  set title of player's scoreboard to "yeet"
  set line 1 of player's scoreboard to "%{yourvariable}%```
# do da rest
peak dune
#

Bro really deleted the message 😭😭😭

peak dune
#

@junior hare

lyric horizon
#

why beat a dead horse?

peak dune
lyric horizon
#

Hes in the member bar on the right…

deft verge
peak dune
#

@junior hare I can make you the scoreboard

#
  set title of player's scoreboard to "&eServer"
  set line 6 of player's scoreboard to "&a"
  set line 5 of player's scoreboard to "&fPlayer: %player%"
  set line 4 of player's scoreboard to "&fMoney: &e%player's balance%"
  set line 3 of player's scoreboard to "&fKills: &c%{kills::%player's uuid%} ? 0%"
  set line 2 of player's scoreboard to "&fDeaths: &c%{deaths::%player's uuid%} ? 0%"
  set line 1 of player's scoreboard to "&7Server Ip: mc.theserver.net"
 
 
on death of player:
  if attacker is a player:
    add 1 to {kills::%attacker's uuid%}
    set line 3 of attacker's scoreboard to "&fKills: &c%{kills::%attacker's uuid%} ? 0%"
    set line 4 of attacker's scoreboard to "&fMoney: &e%attacker's balance%"
    add 5 to attacker's balance
  add 1 to {deaths::%victim's uuid%}
  remove 2 from victim's balance
  set line 4 of victim's scoreboard to "&fMoney: &e%victim's balance%"
  set line 2 of victim's scoreboard to "&f: &c%{deaths::%victim's uuid%} ? 0%"```
#

@junior hare

#

Make sure you have skbee installed

#

and change the variabled accordingly

dreamy frost
#

you shouldn't have

#

not for someone rude like that who doesn't use #job-board

lyric horizon
#

especially to someone who wont learn from it

peak dune
lyric horizon
#

still

#

spoon feeding is giving others code

#

not writing for them, although that is included

junior hare
#

@lyric horizon it dont work

peak dune
#

skript is only useful if you know how to skript

lyric horizon
dreamy frost