Page: 1 2 3

4.3.11-Premium Apr 11, 2024
Added a new null check.

Added a null check for EntityPotionEffectEvent 


4.3.10-Premium Apr 9, 2024
Fixed another bug with BoardSystem's not updating the default board.

Finding a bunch of issues tonight.


4.3.9-Premium Apr 8, 2024
Fixed another startup bug where the scoreboard file was outdated.

Title again.


4.3.8-Premium Apr 8, 2024
Fixed a first bootup bug where the sql table's don't populate.

As the title states, fixed a bug for users that are booting up the plugin for the first time, it wouldn't populate the table properly.


4.3.7-Premium Mar 27, 2024
Scoreboards Update!

Updated a bunch of stuff with the scoreboards & patched bugs with animations!

Starting with the fun stuff first!

- Combat Tag scoreboard modifier!
You can now define a new scoreboard modifier player.combat-tag which gets called when you are in combat!
Example:

modifiers:
  player:
    combat-tag:      
      modifier-priority: 1
      board: combat-example-1
      cycle-boards: false
      cycle:
       - example-1:200
       - example-2:200

Bug Fixes:
- Fixed a pretty large bug where once multiple users logged in, the scoreboard animations would break timing.
- Fixed a bug with projectilelaunch stat (arrows shot) didn't save properly and never would update the leaderboards at the right time.
- more smaller tweaks and some code smell fixes. 


4.3.6-Premium Feb 27, 2024
Smaller bug fixes and some code cleanup

As the title says, cleaned up some code.
Fixed a bug where a player could logout and somehow still have a scoreboard task running. (Usually happened with cross-platform players.) 


4.3.5-Premium Feb 6, 2024
More and more bugs

Fixed some bugs related to combat tags messages
Fixed some problems with combattags not actually "killing" the player on logout. 


4.3.4-Premium Feb 6, 2024
Fixed Some bugs
Fixed error with calling methods to update the scoreboard from the region change handler when the scoreboard is disabled.

4.3.3-Premium Jan 8, 2024
Updates to the data system to fix a potential issue.

As the title states. Just is a small patch to the confirmDatabase method in my data system. 


4.3.2-Premium Jan 5, 2024
1.20.3+ Update + Fixed some issues with some stats not changing.

Like the title says:
- Added support for MC versions 1.20.3+
- Fixed issues with some stats not updating 


4.3.1-Premium Dec 16, 2023
Quick Bug fixes!

Well that was quick!

Fixed some bugs related to WorldGuard regions

Also realized the statssb.board permissions had a typo. fixed! 


4.3-Premium Dec 15, 2023
Massive Rewrite of the Scoreboard System!

Hello Everyone!

Today's update is quite large, Ive had this update in the works for a while now. I massively improved the scoreboard system and animation driver behind it!

Simple rundown of all the new features:

  • Scoreboards updating and animations are now ENTIRELY async, beforehand It would be a main thread hit, (very very tiny hit but still a hit) now it gets put onto its own async thread for each player.
  • Permission Specific scoreboard "systems" so you can now setup special boards for individual permission. Admin boards now possible!
  • Dynamic modifier boards, This includes currently active potion effects you can show different scoreboard systems if the user has specific potion effects.
  • New Updated scoreboard command, "/board" this command gives three options; Toggle, Skip, and Hold:
    - Toggle: Toggle on/off the scoreboard from your sidebar
    Permission: statssb.board.toggle
    - Skip: Skip the active scoreboard in the cycle
    Permission: statssb.board.skip
    - Hold: Hold the active scoreboard in the cycle
    Permission: statssb.board.hold
  • New Stat: Best Kill Streak
  • Updated the config.yml disabledWorlds, this has been updated to disabledWorlds, disabledRegions, hiddenWorlds, hiddenRegions
    - This separates the disabled stat worlds and the hidden scoreboard worlds. this way you can still have the scoreboards showing in non stat worlds or likewise
  • Updated/Fixed the holograms/leaderboards now showing the "plural" correctly, you will need to update your format inside the config.yml more details in the update video.

4.2.16-Premium Oct 15, 2023
1.20.2 Update

This update adds support for version 1.20.2!


4.2.15-Premium Oct 4, 2023
Fixing issues related to Projectiles on versions below 1.11

Hello!

This update should fix the issues related to the ProjectileHitEvent throwing an error on versions below 1.11.

This was caused by the method projectileHitEvent.getHitEntity() not existing until the spigot 1.11 API.

I optimize the code to work with 1.17.1, this is how I missed this bug until users brought this to my attention!
SHOULD WORK NOW!!!

(also added a nicer message if the database fails to be created (most likely invalid mysql details)) 


4.2.14-Premium Aug 5, 2023
Placeholder API updates.

Placeholder API updates.

- Fixed the leaderboard placeholders needing the player object.


4.2.13-Premium Jul 30, 2023
Bug Fixes

Version: 4.2.13-Premium

Minor bug fixes.
- Fixed Hologram config entries not fully deleting causing other holograms not to load.

- Fixed Hologram loader to not stop loading holograms if a single hologram failed to load.

- Fixed Hologram command not tab completing the stat types.

- Added another safety check if hologram is null to not attempt to update the board.

- Fixed debug mode override by the config.

- Updated some of the default hologram related messages in the messages.yml (This will only affect newly generated configs.)


4.2.12-Premium Jun 28, 2023
Updated the Hologram system, should be a little less buggy/messy

Updated Holograms.

Known bugs that were fixed:
- Issue with Holographic Displays with a "NPE" because "lines" was null
- Hologram adjusting to 1 block lower after restart.
- Holograms not updating.
- Some color codes not getting replaced


4.2.11-Premium Jun 5, 2023
update to the leaderboard command permissions

Got a bug report for the leaderboard command permissions not working.  

Went through and fixed that.


4.2.10-Premium Jun 3, 2023
Adds a new config setting

Adds a new setting called enableAdvancedBoards in the config.yml  

This setting will remove the custom world boards / custom region boards. and just use the default board loop at the top of the scoreboards.yml - this still persists in the config and the messages files.  

Also should remove some of the auto replacing of the scoreboards.yml and animations.yml although, this does add errors to make it through. So make sure you're formatting correctly.


4.2.9-Premium Jun 2, 2023
Fixed KD not updating.. probably

Fixed KD not updating.. probably


4.2.8-Premium May 10, 2023
Hologram adjustments/bug fixes

simple, just Hologram adjustments/bug fixes :)


4.2.7-Premium Apr 26, 2023
Large Datasystem changes, better caching, optimized the files.

The update is a bit experimental so if you want to be safe, I would recommend backing up your statssb files. As the title suggests, lots of improvements. Mostly everything changed is "behind the scenes" but should run smoother now. 


4.2.5-Premium Mar 31, 2023
Data System additions again again. :)))

Data System additions again again. :)))


4.2.4-Premium Mar 7, 2023
Data System additions again

Just some more data system updates, nothing changed feature wise.


4.2.3-Premium Mar 5, 2023
"Should" Fix to the "ArrayIndexOutOfBounds" issue.

As the title suggests:  "Should" Fix to the "ArrayIndexOutOfBounds" issue.


Page: 1 2 3