Jump to content
  • 0

A plugin that shows the player's information


shusha09

Question

2 answers to this question

Recommended Posts

  • 0
3 hours ago, shusha09 said:

A plugin that shows the player's information on the side of the screen (money level username)

this can be done with skript. I think you also need skRayfall. For the money you will need vault
 

every 5 seconds:
    loop all players:
        wipe loop-player's sidebar
        set name of sidebar of loop-player to "<Name of server/IP>"
        set score "&a" in sidebar of loop-player to 9 # the numbers at each line of code means where the text will be placed in the scoreboard
        set score "&3&lPlayer" in sidebar of loop-player to 8
        set score "&8• &aName: &a%loop-player%" in sidebar of loop-player to 7
        set score "&8• &aMoney: &a%loop-player's balance%" in sidebar of loop-player to 6
        set score "&5" in sidebar of loop-player to 5
        set score "&3&lServer" in sidebar of loop-player to 4
        set score "&8• &aOnline: &a(&f%amount of players%/%maximum players%&a)" in sidebar of loop-player to 3
        set score "&8• &aTPS: &a%tps%" in sidebar of loop-player to 2
        set score "&0" in sidebar of loop-player to 1

 

 

 

image.png.bc433d6489d70ad831075fe76809b993.png
 

Lifestealed | Minecraft Servers
 

OG [VIP] 12/26/20 - 10/27/2021
OG [PRO] 12/27/21 - 11/18/2022
OG [LEGEND] 11/18/2022 - 3/14/2023
[DEFAULT] 3/14/2023 - Present

 

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...