- Tested Minecraft Versions:
- 1.13
Async packet based scoreboard which uses PlaceholderAPI placeholders
Note:
Needs PlaceholderAPI
Only works on spigot 1.13.2
Config:
Additional placeholders:Code (YAML):Scoreboard:
DisabledWorlds: [] #World names in which scoreboards will be disabled
Sidebar:
Enabled: True #Enable/disable scoreboard
Interval: 5000 #Update interval in milliseconds (can't be less that 50ms actually)
Title: 'Info' #Title (supports PlaceholderAPI, but only applies on first scoreboard create for player)
Rows: #Scoreboard rows (supports PlaceholderAPI)
- 'Current region'
- '%asbworldguard_current_region%'
- ''
- 'Ping'
- '%asbplayer_ping%'
- ''
- 'Money'
- '%vault_eco_balance%'
BelowName:
Enabled: True #Enable/disable scoreboard
Interval: 100 #Update interval in milliseconds (can't be less that 50ms actually)
String: 'Health' #Below name score string (only supports colors)
Value: '%player_health%' #Below name score value (supports PlaceholderAPI, should be an interger)
PlayerList:
Enabled: True #Enable/disable scoreboard
Interval: 1000 #Update interval in milliseconds (can't be less that 50ms actually)
Value: '%asbplayer_ping%' #Below name score value (supports PlaceholderAPI, should be an interger)
Placeholders:
WorldGuard:
NoRegion: '&7no region' #PlaceholderAPI result for placeholder when player location is not in any region
OwnRegionPrefix: '&a' #PlaceholderAPI result prefix for playerholder when player is in region where he is an owner or member
NotOwnRegionPrefix: '&c' #PlaceholderAPI result prefix for playerholder when player is in region where he is not an owner and not a member
This placeholders are injected in PlaceholderAPI, so they can be used in other plugins too
%asbplayer_ping% - player ping
%asbworldguard_current_region% - region name in which player is currently standing (see configuration)
Source code:
License is AGPLv3
https://github.com/Shevchik/AsyncScoreBoard

AsyncScoreBoard 1.4
Async packets based scoreboard with PlaceholderAPI support
Recent Updates
- Update to 1.13.2 Jan 7, 2019