dependabot[bot]
86aae9534c
Bump actions/setup-java from 4 to 5
...
Bumps [actions/setup-java](https://github.com/actions/setup-java ) from 4 to 5.
- [Release notes](https://github.com/actions/setup-java/releases )
- [Commits](https://github.com/actions/setup-java/compare/v4...v5 )
---
updated-dependencies:
- dependency-name: actions/setup-java
dependency-version: '5'
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
2025-09-02 10:56:41 +00:00
mlus
db318df85e
Merge pull request #108 from EoD/make-configs-final-1.20.1
...
[1.20.1] make all config variables final
2025-08-01 11:54:15 +08:00
EoD
acfef0ff7e
make all config variables final
...
the classes never change, even if the config is modified. Only the
values we read with get() inside the classes change.
2025-07-31 23:58:12 +00:00
mlus
ca739b0b68
Merge pull request #105 from EoD/add-data_version-1.20.1
...
[1.20.1] add new data_version column to server_info table
2025-07-31 12:30:21 +08:00
EoD
36847cc025
add new data_version column to server_info table
2025-07-30 23:25:58 +00:00
mlus
23d96e128e
Merge pull request #103 from EoD/improve-sql-functions
...
Some SQL-related improvements
2025-07-30 12:02:56 +08:00
EoD
4fe13bd24d
extract addColumnIfNotExists into separate method
2025-07-29 20:36:33 +00:00
EoD
7f06aa7511
reformat insert into server_info for readability
...
Use the new format capabilities on SQL queries to make the insert more
readable.
2025-07-29 20:30:35 +00:00
EoD
e1ac7adb11
allow format strings within SQL queries
...
This makes SQL queries more readable in some cases
2025-07-29 20:30:35 +00:00
EoD
8f77a96544
clarify executeUpdate variants with and without db
2025-07-29 20:30:35 +00:00
mlus
7a3363592e
Merge pull request #99 from EoD/make-queryresult-autoclosable
...
make QueryResult AutoClosable
2025-07-29 18:35:47 +08:00
mlus
cd13b282e2
Merge pull request #98 from EoD/remove-duplicate-update
...
remove duplicate UPDATE server_info
2025-07-29 18:33:54 +08:00
mlus
d934ceff5a
Merge pull request #97 from EoD/log-advancement-column-type
...
log the advancement's data type before altering
2025-07-29 18:29:32 +08:00
EoD
ad76e0e311
make QueryResult AutoClosable
...
This allows QueryResults to be used within a try() block without
explicitely closing them.
2025-07-28 22:12:47 +00:00
EoD
0e96107416
remove duplicate UPDATE server_info
...
the UPDATE is already happening in in the INSERT statement above
2025-07-28 22:06:45 +00:00
EoD
54cbb9c9a8
log the advancement's data type before altering
...
it seems that sometimes this is triggered on an existing database. This
should help identifying what is happening in these cases.
2025-07-28 21:56:24 +00:00
mlus
2ec7fec89e
Merge pull request #93 from EoD/fix-string-to-map
...
fix string to map generation with base64 encoding
2025-07-12 13:14:19 +08:00
mlus
0d1a26e348
Merge pull request #91 from EoD/remove-unnecessary-import-1.20.1
...
[1.20.1] remove unnecessary deserializeString import
2025-07-11 12:37:33 +08:00
mlus
9ce7f3c38f
Merge pull request #90 from EoD/create-placeholder-within-curios
...
unify item creation in curios and normal inventory
2025-07-11 12:37:05 +08:00
EoD
a70605a8b6
unify item creation in curios and normal inventory
...
this also allows creation of placeholders within curios containers
2025-07-10 22:33:15 +00:00
EoD
53bdfe2309
simplify and exit early in stringToGenericMap
2025-07-10 22:07:55 +00:00
EoD
228b835c2a
unify both stringToMap functions
2025-07-10 22:07:55 +00:00
EoD
de324a23be
fix string to map generation with base64 encoding
...
The new base64 encoding uses "=" characters as part of its encoding.
The previous code split those and trimmed them afterwards, making the
base64 not consistent with the rest of the code that assumed "=" are
still present, like "B64:e30=".
2025-07-10 22:07:03 +00:00
EoD
4ae1954b29
remove unnecessary deserializeString import
2025-07-10 19:26:23 +00:00
mlus
a382b0105a
Merge pull request #88 from EoD/upgrade-items-between-versions-1.20.1
...
[1.20.1] properly upgrade items with newer MC versions
2025-07-07 00:07:22 +08:00
EoD
a1e1616eac
properly upgrade items with newer MC versions
2025-07-06 16:02:08 +00:00
mlus
d29234109b
Merge pull request #85 from EoD/organize-imports-1.20.1
...
[1.20.1] optimize all imports
2025-06-18 12:28:35 +08:00
mlus
7a47c58316
Merge pull request #84 from EoD/sync-save-logic
...
use same save logic in 1.20.1 and 1.20.4
2025-06-18 12:28:07 +08:00
EoD
7787c79aec
add vscode setting for IntelliJ-like imports
2025-06-17 23:53:15 +00:00
EoD
1193a17010
optimize all imports
2025-06-17 23:53:10 +00:00
EoD
51200c28b3
use same save logic in 1.20.1 and 1.20.4
2025-06-17 21:20:21 +00:00
mlus
2d891db071
Merge pull request #79 from mlus-asuka/1.20.1-dev
...
Fix error when no player in server
2025-06-06 13:02:22 +08:00
mlus
d766febb11
Fix error when no player in server
2025-06-06 12:59:52 +08:00
mlus
a5f0cf1978
Merge pull request #77 from mlus-asuka/1.20.1-dev
...
Full tested ChatSync Feature
2025-06-05 03:34:54 +08:00
mlus
8f2b6d84b1
Merge branch '1.20.1' into 1.20.1-dev
2025-06-05 03:30:19 +08:00
mlus
a774688d45
Full tested ChatSync Feature
2025-06-05 03:28:24 +08:00
mlus
b1a11f2ba9
Merge pull request #75 from EoD/bump-version
...
bump mod version to 2.1.1
2025-05-19 13:08:47 +08:00
EoD
e2b90ccf98
bump mod version to 2.1.1
2025-05-18 22:02:56 +00:00
mlus
aca7900890
Merge pull request #73 from EoD/add-pat-to-backport
...
use PAT in backport action
2025-05-19 01:25:58 +08:00
EoD
e0f0b51851
use PAT in backport action
2025-05-18 17:24:00 +00:00
mlus
d873711a40
Merge pull request #70 from EoD/fix-xp-sync
...
fix XP being lost or duplicated
2025-05-18 12:18:07 +08:00
mlus
b591d994c1
Merge pull request #67 from EoD/add-backport-prs
...
add action to automatically backport PRs
2025-05-18 12:16:47 +08:00
mlus
98e0cc3f60
Merge pull request #68 from EoD/fix-language-files
...
remove unused override in the language files
2025-05-18 12:15:49 +08:00
EoD
d83bad5a33
fix XP being lost or duplicated
...
The current calculation did not work for larger amounts of levels
and either removed or added levels unintentionally.
2025-05-17 19:32:20 +00:00
EoD
319fe678f3
remove unused override in the language files
2025-05-17 19:21:25 +00:00
EoD
5ba7cc2972
add action to automatically backport PRs
2025-05-17 19:04:35 +00:00
mlus
d465a724f5
language file fix
2025-05-15 18:03:40 +08:00
mlus
606b9e1c1e
Merge pull request #62 from EoD/version-compat
...
encode unknown items using Paper
2025-05-05 02:03:03 +08:00
mlus
110a2baaa5
Merge pull request #64 from EoD/automatic-releases
...
Automatic Mod Releases
2025-05-05 01:37:18 +08:00
EoD
9ebcb65233
automatically release mod when pushing tags
2025-05-04 17:17:04 +00:00