Added: Now has an animated ScoreBoard.
More variables: ping and players on current world.
Fixed some bugs.
New Config:
Code (Text):
# Plugin made by R4G3_BABY
# Scoreboard update time in ticks 20 ticks = 1 second
UpdateTime: 20
# Per world scoreboards
# Note that you can't have two repeated scores lines or it will remove one of them
Worlds:
world:
Titles:
- '&9%server%'
- '&b%server%'
Scores:
1:
Lines:
- '&a%ping%ms'
- '&b%onworld% players'
- '&c%online%&8/&c%maxplayers%'
2:
Lines:
- '&aPing:'
- '&bOn your World:'
- '&cOnline:'
world_the_end:
Titles:
- '&9End World'
- '&bEnd World'
Scores:
1:
Lines:
- '&aKill the dragon'
- '&bHi'
- '&cTest'
2:
Lines:
- 'Just another line'
- 'Lorem'
- 'Hello c;'
########################################################
# Variables #
# #
#Supports PlaceholderAPI #
#%online% : Shows online players. #
#%onworld% : Shows players on player world #
#%ping% : Shows player ping #
#%maxplayers% : Gets maxplayers from server.properties.#
#%server% : Gets server name from server.properties. #
#%player% : Gets the player Name. #
#%playerdisplayname% : Gets the player DisplayName #
########################################################