This is a significant reworking of the original SimpleScore codebase.
Make sure you remove and back up your old configurations, as they are not compatible with this version. A storage system similar to that in the old v3 version is currently still missing. If this is a requirement for you, continue using v3 until a v4 release is made with this feature.
Some, but not all, of the new features are listed below:
Removed dependency on ProtocolLib.
Support new Minecraft Scoreboard features, such as hidding score numbers.
Support for Folia Servers has been added.
Added MiniMessage support.
Better WorldGuard support.
A new and improved system that focuses on performance and network usage while maintaining compatibility.
The codebase has been refactored into multiple modules.
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 #
########################################################