Stats ScoreBoard Premium icon

Stats ScoreBoard Premium 4.3.22-

World Guard Region Support | Holograms | Stats Tracking | HEX | MOB TRACKING

Page 1 2 3 4 5
4.1.6-Premium Jan 11, 2023
Some Scoreboard update changes, just moving some methods around.

What the title says :)

Modified the scoreboard update() method to be a bit more readable and spread out to two separate methods for updating the title and the lines.

4.1.5-Premium Dec 17, 2022
Some more hologram related bug fixes
Fixed an issue with holograms not showing after reboot, (hook detection order issue)
4.1.4-Premium Dec 17, 2022
Fixing some hologram problems

Fixed some issues with the holograms not being able to be updated/created on the new 4.0 update.

dfThis update should fix the holograms not being able to be created/updated.
4.1.3-Premium Dec 12, 2022
Fixing some Hex issues with placeholders
Update should fix some of the hex replace-order for placeholders on the scoreboard/messages.
4.1.1-Premium Dec 4, 2022
MySQL importing problem fix.
  • This update should fix any issues with the plugin not starting up correctly/converting MySQL databases from the old version to the new one.
4.1-Premium Nov 27, 2022
Entirely recoded data system, many different things reworked,

This update is quite experimental !!!!!!

BACKUP ANY STATSSB FILES YOU DON'T WANT TO LOOSE!

Update Features:

Re-Wrote the entire data management system (MySQL and SQLite)
The placeholder system should also now be improved, should hopefully see some timings improvements there.

Leaderboards update at fixed intervals, you will not see any changes till the updates, although you can use a placeholder to get the current time till update (%leaderboard_update_time%) this amount is configurable in the config. This may have been in last update, although I figure ill bring attention to it again.

This was mainly a behind the scenes update, not much real features.


JOIN THE DISCORD TO REPORT BUGS!
HERE

4.0.17-Premium Apr 21, 2022
MySQL Fix
Updates:​​
​​​​​​-Fixed some issues with MySQL
4.0.16-Premium Apr 20, 2022
1.8 fix, removed some potential debug messages
Updates:
- Fixed 1.8 support. 
- Fixed some debug messages still appearing on the live build.
- Updated the file utils to allow for the file comments to stay.
- Removed the last bit of functionality of the scoreboards.yml. Now the only board editing file is updated_scoreboards.yml
4.0.15-Premium Apr 17, 2022
Database System Update; Loading time fix.

Updates:
- Updated a good portion of the data system. 
- Fixed a bug where the plugin would hang on load.

4.0.13-Premium Mar 2, 2022
Large Scoreboard Update
Updates:
- Large Scoreboard Update! The scoreboard now updates per tick. (Not sure totally how taxing this will be on the server, can revert to slower update rate if needed.)

REMOVED: REGION FLAG BOARDS, IT NOW ONLY WORKS WITH REGION NAMES

All Scoreboard Updates:
- Able to run multiple boards in one world/region.
- New Line Animations
- New Scoreboard File. 
 
File:
[code]Scoreboard:
  Default:
    interval: 20
    board-1:
      title: "&aStats Scoreboard"
      lines:
        - "&7%date%"
        - "%blank-1%"
        - "&fKills: &3%kills%"
        - "&fDeaths: &3%deaths%"
        - "&fKD: &3%kd%"
        - "&fStreak: &3%streak %"
        - "%blank-2%"
        - "&7&l&m-------------"
  Worlds:
    world:
      interval: 20
      FirstLoopedBoard:
        title: "&aStats Scoreboard"
        lines:
          - "&7%date%"
          - "%blank-1%"
          - "&fKills: &3%kills%"
          - "&fDeaths: &3%deaths%"
          - "&fKD: &3%kd%"
          - "&fStreak: &3%streak%"
          - "%blank-2%"
          - "&7&l&m-------------"
      SecondLoopedBoard:
        title: "&aStats Scoreboard"
        lines:
          - "This is a cool scoreboard line"
          - "This is a cool scoreboard line"
          - "This is a cool scoreboard line"
  Regions:
    region1:
      interval: 15
      FirstLoopedBoard:
        title: "&aStatsSB Region"
        lines:
          - "&7%date%"
          - "%blank-1%"
          - "&fKills: &3%kills%"
          - "&fDeaths: &3%deaths%"
          - "&fKD: &3%kd%"
          - "&fStreak: &3%streak%"
          - "%blank-2%"
          - "&7&l&m-------------"
      SecondLoopedBoard:
        title: "&aStatsSB Region"
        lines:
          - "This is a cool scoreboard line"
          - "This is a cool scoreboard line"
          - "This is a cool scoreboard line"[/code]
4.0.12-Premium Feb 2, 2022
Some Data System updates, new placeholder, "semi" Decent Holograms Support
Updates:
- Data System got a few changes that should change a bit of how it loads up the database, nothing significant. Mostly updates for my other plugin MineAlerts.
Updates:- Added new placeholders for PAPI
    These placeholders let you retrieve information about the top 10 players in each stattype
    They follow a new syntax so they are flexible.
    - %statsssb_leaderboard_type_rank_name/amount%
        some example usages would be:
            -  %statssb_leaderboard_kill_1_name%
            -  %statssb_leaderboard_arrows_shot_3_amount%
            -  %statssb_leaderboard_damage_taken_1_amount%
- Decent Hologram support is now available to the public. NOTE, It isn't good support yet as I cant quite understand the API. Currently its extremely slow at updating the entries as they change.
 
Bugs:
- Fixed a bug where you could get a scoreboard in a disabled world on join.
- Fixed/Updated the logic that checks the world names in the scoreboards.yml they now can be any CaSiNg.
4.0.11-Premium Dec 28, 2021
Data System Improvements
Updates:
- Data System now has a cache. It should now be able to compare old stats to the new ones and it will only attempt to update the values that actually changed. Should improve the speed by a lot!
4.0.10-Premium Dec 24, 2021
Reverted some Data system updates.
Updates:
- This update should revert some of the datalib changes I implemented a few versions ago. This should help with potential lag.

- Fixed a potential bug where the last entry in the data structure would get skipped resulting in a stat not loading.
4.0.9-Premium Dec 12, 2021
Plugin is Disabled Error.
Updates:
- This should fix the Plugin is disabled issues.
4.0.8-Premium Dec 12, 2021
Performance updates and Bug fixes
Updates:
- Fixed potential performance problem with the data system. This update should address that.
- Fixed an issue with the scoreboard.enabled setting still showing the scoreboard from server startup when its set to false.
4.0.7-Premium Dec 8, 2021
Added a new Disabled section. Fixed a bug
Updates:
- Fixed Disabled Worlds not actually removing the tracking of stats, it would only stop showing the scoreboard in those worlds.

- Added a new section called disableCertainRegionStats and disabledRegions
This new addition allows you to remove stat tracking in certain areas of your worlds.
4.0.6-Premium Dec 8, 2021
1.18 Compatibility Update.
Title explains it!
StatsSB is now 1.18 compatible.
4.0.5-Premium Dec 5, 2021
Data System Changes
Updates:
- Changed the main way the Data System loads data.
It now loads all values dynamically. It will attempt on loading the stats in can seek out from what the system loads. If a entry isn't compatible it will attempt some of the older methods to load the data. If that fails it will set the data defaults to 0.
4.0.4-Premium Dec 4, 2021
Bug Fixes
Bug Fixes:
Eeevennn More bug fixes for ya.
- Added a new placeholder %combat-status% This tag is editable in messages.yml,
edit not-in-combat-placeholder: this is what the placeholder will show when the user isn't in combat. in-combat-time-placeholder is what shows when the player is in combat. (doesn't have to stay %tag-time%)
- Fixed an issue introduced in version 4.0 that would drop your items onQuit
- Fixed Some scoreboard problems with Worldguard and region support.
- Fixed Combat tags issues with starting/stopping
4.0.2-Premium Dec 1, 2021
Bug Fixes
Bug Fixes:
More bug fixes for ya.
- Fixed an issue where the Scoreboard could not be toggled on/off
Page 1 2 3 4 5