Skip to content

Conversation

@pull
Copy link

@pull pull bot commented Dec 17, 2025

See Commits and Changes for more details.


Created by pull[bot] (v2.0.0-alpha.4)

Can you help keep this open source service alive? 💖 Please sponsor : )

WalshyDev and others added 30 commits February 7, 2024 09:26
* Move PlayerProfile off main thread, add debugs and improve tab completion for debug

Moved the PlayerProfile saving off the main thread, we generally load this off-thread but now we also save off-thread. I thought we were already doing this but apparently not, especially with our current YAML stuff this should definitely be done

Also done a small change to ensure that we don't remove the PlayerProfile from memory if the player is still online. I don't think we ever had a reported issue from this but it's kinda weird behaviour

Finally, added some debug logs to the saving logic, this can be enabled with `sf debug slimefun_player_profile_data`. Also added auto-complete to /sf debug because it's nice, this only works for Slimefun test cases rather than addons but that's fine. Mostly internal anyway

* Update src/main/java/io/github/thebusybiscuit/slimefun4/api/player/PlayerProfile.java

---------

Co-authored-by: Alessio Colombo <[email protected]>
…ng (#4124)

Due to a logic bug in the Legacy storage backend if there was a duplicate ID it would mark it as researched for the first, then see it researched already and remove it on the second. This was happening for the Coal Generator and Bio Reactor here. Both shared he same research ID 173.

We're just doing this fix for now until we can move away from the legacy backend (work in progress).
Co-authored-by: Alessio Colombo <[email protected]>
* update changelog && revert dependency update

* Update CHANGELOG.md

---------

Co-authored-by: Daniel Walsh <[email protected]>
Apparently GitHub Actions does not like this? Thought I had used this previously but alright
ybw0014 and others added 27 commits September 16, 2024 15:43
* chore(jitpack): bump jdk version to 21

* chore: trigger ci

* feat: setup maven
* Add simple `BlockPosition` based helpers for BlockStorage to help ease the transition between `Location` and `BlockStorage`

* Fix build.
* fix: allow redirects for metrics download

* chore: fix workflow
@pull pull bot locked and limited conversation to collaborators Dec 17, 2025
@pull pull bot added ⤵️ pull merge-conflict Resolve conflicts manually labels Dec 17, 2025
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

⤵️ pull merge-conflict Resolve conflicts manually

Projects

None yet

Development

Successfully merging this pull request may close these issues.