9
0
mirror of https://github.com/WiIIiam278/HuskSync.git synced 2025-12-29 03:29:12 +00:00
Commit Graph

93 Commits

Author SHA1 Message Date
William
e5422d66f0 Remove leftover debug logs from startup 2022-07-10 18:16:07 +01:00
William
2e7ed6d9f5 User data pinning, version validation checks, fixes 2022-07-10 18:12:01 +01:00
William
d1e9f858fe Start work on Plan integration 2022-07-09 18:10:21 +01:00
William
0fce3c44ab Add legacy migrator 2022-07-09 16:52:38 +01:00
William
94e7fe61cc Fix getAvailableMigrators returning null 2022-07-09 00:31:23 +01:00
William
96c6a878c4 Shrink built jar file size, work on MySQLPlayerDataBridge migrator 2022-07-09 00:29:39 +01:00
William
f650db4438 Implement data rollbacks and deletion 2022-07-08 16:05:12 +01:00
William
b7709f2d6c Userdata command, API expansion, editor interfaces 2022-07-08 01:18:01 +01:00
William
1c9d74f925 Events & API work, save DataSaveCauses as part of versioning 2022-07-07 01:52:19 +01:00
William
fd08a3e7d0 Echest, invsee 2022-07-05 15:24:26 +01:00
William
1829526aa7 Implement compression via DataAdapter, add option to disable compression, better exception handling 2022-07-04 23:44:45 +01:00
William
d78dd42b72 Fix data sync when changing servers, consume keys when retrieved 2022-07-04 00:23:31 +01:00
William
38c261871a Basic bukkit implementation 2022-07-03 18:14:44 +01:00
William
9471e0cbff Start 2.0 rewrite
Use redis key caching, remove need for proxy plugin
Make platform independent to allow porting to other platforms
2022-07-02 00:17:51 +01:00
William
633847a254 Fix inventory clearing on world save 2022-06-08 11:17:53 +01:00
William
3cd144088d Support deserializing old package stuff 2022-06-08 11:11:51 +01:00
William
2b6e2a1ddc Prep 1.4 release 2022-06-08 01:15:54 +01:00
William
5de81f06d6 Remove MPDB dependency requirement. Now uses a library I made. 2022-06-07 23:16:05 +01:00
William
359f0d6f18 Refactor API 2022-06-07 21:59:02 +01:00
William
a5f7b37fac Fix incompatibility with custom health scalars, close #25 2022-06-07 20:59:59 +01:00
William
da7a85dde9 Save player data on WorldSaveEvent, add config option, close #21 2022-06-07 20:55:47 +01:00
William
a76aecdd23 Refactor package to net.william278; update dependencies & stop shading internal modules 2022-06-07 20:44:53 +01:00
William
dd46a6cdd5 Disable native_advancement_synchronization by default 2022-03-04 13:18:10 +00:00
William
c5e0640f83 Async proxy data setting and fetching; add timestamp API to player data; add option for bounceBackSyncrhonization 2022-02-26 21:52:34 +00:00
William
ae439595ea Async data serialization and add synchronization_timeout_retry_delay config option 2022-02-18 12:35:27 +00:00
William
4ab5070043 Comment typo 2022-02-03 19:36:25 +00:00
William
1664f1bf66 Upgrade bStats to 3.0.0 2022-02-03 19:31:22 +00:00
Harvels X
28c14ed393 Edit: fix UpdateChecker version check;
Add: version utils;
2022-01-31 20:03:24 +03:00
Harvels X
3c50245540 Edit: relocations & excludes;
Refactoring modules configuration;
2022-01-31 18:23:01 +03:00
Harvels X
fd42bc99be Edit: move plugin manifests;
Edit: retrieve a version of velocity;
2022-01-31 18:18:10 +03:00
William
37520991e5 Conformity to Bukkit API conventions 2022-01-22 22:41:39 +00:00
William
7a89ffdf35 Make event priority LOWEST 2022-01-22 22:32:44 +00:00
William
6719858de1 Add SSL connection option for Redis 2022-01-21 00:57:16 +00:00
William
920d2582f5 Update Redis initialization handling now that it is multithreaded 2022-01-20 18:36:33 +00:00
William
93be26a946 Use JedisPool instead of single Jedis connection 2022-01-19 17:29:25 +00:00
William
bf6032d6f0 Add ability to update PlayerData back to cache and add more javadoc comments 2022-01-07 11:33:19 +00:00
William
023082e749 Overhaul API, add JitPack integration for developer API provision 2022-01-07 00:27:26 +00:00
William
5dbea87ccb Cleanup 2022-01-06 13:49:53 +00:00
William
57b736cdb8 Merge branch 'future/nms' 2022-01-06 00:40:31 +00:00
William
bcc83c3818 Suppress unchecked cast warning 2022-01-06 00:38:10 +00:00
William
d912e28ee5 Use native_advancement_synchronization by default 2022-01-06 00:33:38 +00:00
William
41e4bc4fdb Merge branch 'future/nms' 2022-01-06 00:33:18 +00:00
Harvels X
af4729ac87 Fixed ConcurrentModificationException in native sync advancements;
Iterators are evil and should be banned! :)
2022-01-06 03:17:56 +03:00
Harvels X
748458af78 Rename methods AdvancementUtils; 2022-01-05 23:31:15 +03:00
Harvels X
73edc988be Fix https://github.com/HarvelsX/HuskSync/issues/1 & return async 😅 2022-01-05 22:54:26 +03:00
Harvels X
efc2c0199b Remove async execution nativeSyncPlayerAdvancements; 2022-01-05 21:05:13 +03:00
Harvels X
5bbb4a8547 Add support for save & set the date of advancement; 2021-12-31 21:49:56 +03:00
William
742c705d49 Fix bStats not being correctly relocated 2021-12-30 22:03:42 +00:00
Harvels X
cff00742ce Edit warn message when using nativeSyncPlayerAdvancements; 2021-12-26 18:00:12 +03:00
Harvels X
a12a3cfb9f Maybe fix an empty multitude of visible advancement; 2021-12-26 17:57:50 +03:00