Skip to content

Add optional MySQL player data storage - #46

Open
PGS-hwan wants to merge 1 commit into
HelpChat:masterfrom
PGS-hwan:master
Open

Add optional MySQL player data storage#46
PGS-hwan wants to merge 1 commit into
HelpChat:masterfrom
PGS-hwan:master

Conversation

@PGS-hwan

@PGS-hwan PGS-hwan commented Aug 7, 2026

Copy link
Copy Markdown
  • Add MySQL storage
  • Load and save player tag data asynchronously
  • Fall back to YAML if MySQL initialization fails
  • Preserve existing YAML behavior and load_tag_on_join support
  • Try to fix compatibility for legacy Bukkit versions such as Paper 1.8.8

Existing player_tags.yml data is not automatically migrated

- Add MySQL storage
- Load and save player tag data asynchronously
- Fall back to YAML if MySQL initialization fails
- Preserve existing YAML behavior and `load_tag_on_join` support
- Try to fix compatibility for legacy Bukkit versions such as Paper 1.8.8

Existing `player_tags.yml` data is not automatically migrated
@Funny-cube

Copy link
Copy Markdown
Member

Ideally a PR focuses on 1 thing, "Try to fix compatibility for legacy Bukkit versions such as Paper 1.8.8" should be split out

@PGS-hwan

PGS-hwan commented Aug 7, 2026

Copy link
Copy Markdown
Author

Ideally a PR focuses on 1 thing, "Try to fix compatibility for legacy Bukkit versions such as Paper 1.8.8" should be split out

I fixed it because the code wasn't working on older versions, as I considered it a critical issue. I'll be more careful in my next commit, as this was my first pull request :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants