mlus
08e32a675e
line 155 make method return so curios data won't save at the first time
2025-10-14 16:00:21 +08:00
mlus
cfa9387598
heartbeat
2025-10-14 13:45:47 +08:00
mlus
a5041917a4
chat sync reconnect system
2025-10-14 13:09:43 +08:00
mlus
9055e9d342
Merge pull request #117 from mlus-asuka/1.20.1-dev
...
may fix #111
2025-09-16 22:12:55 +08:00
mlus
befa36a303
may fix #111
2025-09-16 22:11:25 +08:00
mlus
7754186d12
Merge pull request #116 from mlus-asuka/1.20.1-dev
...
clear curios before restore?
2025-09-10 16:11:02 +08:00
mlus
c28a312f3c
clear curios before restore?
2025-09-10 16:05:54 +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
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
4ae1954b29
remove unnecessary deserializeString import
2025-07-10 19:26:23 +00: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
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
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
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
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
39b69424e8
so it is 2.0.0 release
2025-05-04 18:40:39 +08: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
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
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
EoD
44eb3321b4
make advancement sync optional
2025-05-02 17:40:26 +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
EoD
94433229b7
read level-name for servers from WorldData
2025-05-01 17:05:02 +00:00
mlus
c1778a956c
fix error symbol
2025-05-02 00:35:47 +08:00
mlus
b6f76a6af2
Merge pull request #39 from EoD/add-database-compat-flag
...
add configuration for legacy serialization
2025-05-02 00:28:27 +08:00
mlus
08e73d00da
Merge pull request #37 from EoD/fix-sophisticated-backpack
...
fix hidden NoClassDefFoundError
2025-05-02 00:25:03 +08:00
EoD
32856ccd67
fix hidden NoClassDefFoundError
...
net.p3pp3rf1y.sophisticatedbackpacks throws a NoClassDefFoundError when
sophisticated backpacks is not installed.
This exception never reaches the logs for unknown reasons.
Checking explicitly for ModList.get().isLoaded() ensures that the mod is
loaded.
Fixes regression of 439c7ee5bb
2025-05-01 16:16:42 +00:00
EoD
0fb6bb81e1
fix armor dupe bug
...
The continue "skipped" the armor entries in the database instead of
writing an explicit "air" item into the slot.
When restoring, only existing entries are being restored, all other
items are left untouched. Allowing to dupe items in armor slots.
2025-05-01 16:14:46 +00:00
EoD
44a3e9ca8c
add configuration for legacy serialization
2025-04-25 23:31:43 +00:00
mchivelli
5d1a166dcf
Merge branch '1.20.1' into 1.20.1
2025-03-21 23:49:31 +01:00
paulm
9ee7f9a95a
Fixed Curios problems
2025-03-21 20:03:42 +01:00
mlus
a7f1373713
1.3.5 release
2025-03-21 19:42:08 +08:00
paulm
439c7ee5bb
Addeed Sophisticated Backpack Mod compatibility
2025-03-20 05:26:15 +01:00
mlus
e22b21c826
Update left_hand and cursor stack sync
2024-10-11 13:25:33 +08:00
mlus
a77fc52da9
fix #23
2024-10-10 18:44:36 +08:00
mlus
9332ac6353
try to fix #23
2024-10-10 13:07:58 +08:00
mlus
bb45488186
fix #22
2024-09-24 21:46:12 +08:00
mlus
1ec9be4e5a
reduce frequency of updating server info
2024-08-05 02:24:04 +08:00
mlus
14686a930f
build fix
2024-08-04 14:26:01 +08:00
mlus
50e146d7fe
Chat Sync performance enhancement
2024-08-04 14:20:25 +08:00
mlus
201bf95ff5
security vulnerability fix
2024-05-19 12:39:11 +08:00
mlus
37218c4c58
fixed #16
2024-05-03 16:14:21 +08:00
mlus
41298da321
fixed #15
2024-05-02 20:17:15 +08:00