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
EoD
0e8527a9f1
rename build-1.20.yml to build.yml
2025-05-04 16:54:17 +00:00
EoD
9f256df298
bump version to 2.1.0
2025-05-04 16:48:57 +00:00
EoD
6ac6f297af
encode unknown items using Paper
...
This allows using PlayerSync with different minecraft versions and
even different sets of mods.
All unknown items are replaced by Paper with its original NBT data
encoded into the paper item.
2025-05-04 16:48:57 +00:00
mlus
ba879dabdb
Merge pull request #63 from EoD/disable-chat-sync-by-default
...
disable chat sync by default
2025-05-04 20:29:22 +08:00
mlus
39b69424e8
so it is 2.0.0 release
2025-05-04 18:40:39 +08:00
EoD
14ea54fcf3
disable chat sync by default
2025-05-03 21:50:17 +00:00
mlus
74f348c2c4
Merge pull request #61 from EoD/bump-version
...
bump mod version to 2.0.0
2025-05-04 00:34:54 +08:00
EoD
20e1759b46
bump mod version to 2.0.0
2025-05-03 16:30:01 +00:00
mlus
cfe6467b36
Merge pull request #60 from EoD/run-ci-on-all-1.x-branches
...
run build CI on all 1.xxx branches
2025-05-04 00:27:42 +08:00
EoD
09b33848e9
run build CI on all 1.xxx branches
2025-05-03 16:21:00 +00:00
mlus
d9ea1e97e2
Merge pull request #59 from EoD/fix-deprecated-ci
...
Update deprecated Gradle Actions
2025-05-04 00:16:00 +08:00
EoD
421c03a47c
remove deprecated "argument" parameter from action
...
See
755ed7db09/docs/deprecation-upgrade-guide.md
2025-05-03 16:12:53 +00:00
mlus
a9c4df2a61
Merge pull request #58 from EoD/migrate-to-moddevgradle
...
Migrate to ModDevGradle legacy to embed JDCB driver
2025-05-04 00:05:26 +08:00
EoD
b6e5a5b5af
update deprecated gradle actions
...
See
755ed7db09/docs/deprecation-upgrade-guide.md
2025-05-03 16:04:53 +00:00
mlus
162df73189
Merge pull request #57 from EoD/fix-advancements-on-brand-new-server
...
fix advancement restore on brand new servers
2025-05-03 11:17:18 +08:00
mlus
19559bf9e2
Merge pull request #55 from EoD/fix-chat-config-being-ignored
...
fix chat sync always being enabled
2025-05-03 11:15:59 +08:00
mlus
dd5c9c6ae8
Merge pull request #54 from EoD/fix-advancements-for-new-players
...
fix advancement sync for new players
2025-05-03 11:14:36 +08:00
EoD
ce0e173a9e
register JDBC driver to work around Forge bug
2025-05-02 22:40:39 +00:00
EoD
033c2b8348
use jarJar to embed the JDBC driver
...
This does not cause conflicts with other mods that do the same and it
reduces the dependency on the "jdbc mods" that are out there.
2025-05-02 22:40:39 +00:00
EoD
8869e26f48
migrate from ForgeGradle to ModDevGradle legacy
2025-05-02 22:40:39 +00:00
EoD
284a1caf44
remove NotNull annotations
2025-05-02 22:38:36 +00:00
EoD
ba33d5271b
fix advancement restore on brand new servers
...
On a brand new server, there is no advancements directory throwing an
IOException if we try to write a file to it.
2025-05-02 21:19:34 +00:00
EoD
5a3e157879
fix chat sync always being enabled
...
reading CHAT_SYNC immediately within FMLCommonSetupEvent can lead to
timing issues that the default value instead of the real config value is
being returned.
Moving them within event.enqueueWork() fixes the timing issue.
2025-05-02 20:32:29 +00:00
EoD
0cbca7cfd8
add logging for chat server
2025-05-02 20:32:29 +00:00
EoD
a1d1737d04
fix advancement sync for new players
2025-05-02 19:16:58 +00:00
mlus
f43c47f78d
Merge pull request #53 from EoD/advancement-sync-optional
...
make advancement sync optional
2025-05-03 02:02:40 +08:00
EoD
44eb3321b4
make advancement sync optional
2025-05-02 17:40:26 +00:00
mlus
fe386fb4ac
Merge pull request #42 from EoD/fix-advancements
...
fix storing and restoring of advancements to/from json
2025-05-02 11:07:07 +08:00
mlus
82cffe1c8a
Merge pull request #51 from EoD/fix-docker-compose
...
fix docker-compose database access
2025-05-02 11:05:21 +08:00
EoD
3f0172e185
use volume for docker-compose db to persist data
2025-05-01 18:42:58 +00:00
EoD
29df497980
fix docker-compose database access
2025-05-01 18:42:42 +00:00
EoD
7ece814357
fix advancement json restore
...
Previously, the json was written too late and never reloaded.
This commit moves the advancement restoration from the PlayerLoggedInEvent
to the earlier onDatapackSyncEvent.
At the same time, it forces a reload of the json files, making sure the
client is informed about the update advancements.
2025-05-01 17:05:03 +00:00
EoD
37d0eb2931
fix storing advancement json on dedicated servers
2025-05-01 17:05:03 +00:00