Sorry for the long time with no updates, but I'm finally back if you want me to add anything new to this plugin let me know!
This plugin update requires you to delete your old config.yml!
What changed? This plugin version fixes some issues with the reload command and sometimes the scoreboard wasn't showing until you changed world, I also did a full recode of the plugin so it should be a lot more stable and have a better performance.
The plugin is now open source, if you want to help feel free to create a PR.
Added: More variables:
%health% : Gets the player Health.
%maxhealth% : Gets the player Max Health.
%level% : Gets the player Exp Level.
%gamemode% : Gets the player Gamemode.
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 #
########################################################