Helvetica Volubi
96c99519d5
fix: fix an async bug
...
if latest task is not done, skip this tick so that we can not block thread and run the task have not done, after it done, the new data will be processed in the next tick
2025-12-03 20:33:13 +08:00
Helvetica Volubi
5c4031b836
[ci skip] fixup template & comment
2025-12-03 20:20:59 +08:00
Helvetica Volubi
376857ff97
feat: global entities counter
...
We provided a new way to use entities counter to spawn mobs, maybe have some bugs, so we set this to experiment config
- Update file update
- Update Luminol
2025-12-03 16:31:34 +08:00
Helvetica Volubi
fa1ab90579
fix a ConcurrentModificationException caused by ServuxStructuresProtocol
...
Update Luminol
2025-11-30 15:53:28 +08:00
Creeam
fc9c6937b6
Add LeavesConfig dummy class ( #99 )
...
For some plugin detections
2025-11-30 07:28:01 +00:00
Helvetica Volubi
38a1ce0443
fix: fix crash caused by uncheck data access
2025-11-26 22:32:20 +08:00
Helvetica Volubi
4a8888c578
try fixes bugs caused by Bukkit.getScheduler().runTaskLater
...
we use (FoliaGlobalRegionScheduler.GlobalScheduledTask) Bukkit.getGlobalRegionScheduler().runDelayed to instead of Bukkit.getScheduler().runTaskLater, and we also provided a brand-new way to cancel task by task id
2025-11-22 01:57:16 +08:00
Helvetica Volubi
2c59a32afe
[ci skip] Update context
2025-11-20 15:36:46 +08:00
Helvetica Volubi
cc5382977d
Update Luminol
2025-11-20 15:32:41 +08:00
xiaoxijun
c07dde1c0b
feat: CCE Update Suppression support and other dependences ( #84 )
...
add cce update suppression & prevent crashes caused by update suppres & dustTrapdoorReintroduced & instantBlockUpdater & old Block remove behaviour & do not reset placed block on exception & do not prevent block entity and entity crash at LevelChunk (#84 )
* add cce update suppression & prevent crashes caused by update suppression
* no need for this transformed flag
* Add Redstone ignore upwards update
* fix up license
* move config
* instant Block Updater
* feat: Update Suppression!
* Leaves: Do not reset placed block on exception & Do not prevent block entity and entity crash at LevelChunk
---------
Co-authored-by: Helvetica Volubi <suisuroru@blue-millennium.fun >
Co-authored-by: Helvetica Volubi <88063803+Suisuroru@users.noreply.github.com >
2025-11-19 00:04:34 +08:00
Helvetica Volubi
bc166a9fb6
[ci skip] refactor code
2025-11-16 21:22:06 +08:00
Helvetica Volubi
feebf388f8
Add Replay Api ( #86 )
...
* feat: base replay api support
* fix an async bug
2025-11-16 21:05:01 +08:00
Helvetica Volubi
dbcf764e76
fix ServuxStructuresProtocol ( #89 )
...
* Add LeaveHooks to fix bug caused by servux structures protocol
* add missing file
* add comment
* add license
2025-11-16 20:51:19 +08:00
Helvetica Volubi
735fe8855a
try to fix a bug in fake player spawn
2025-11-16 18:53:16 +08:00
Helvetica Volubi
00743c841f
Update Luminol
2025-11-14 22:27:06 +08:00
xiaoxijun
bdb9c9dec4
Add Alternative block placement Protocol ( #81 )
...
* Add Alternative block placement Protocol
* fix: fix config error caused by config system
- TODO: fix config system read enum bug in luminol
* remove Leaves logger & use mojang logger
* update code from leaves
---------
Co-authored-by: Helvetica Volubi <suisuroru@blue-millennium.fun >
Co-authored-by: Helvetica Volubi <88063803+Suisuroru@users.noreply.github.com >
2025-11-12 19:15:21 +08:00
Helvetica Volubi
f5debe9ee1
[ci skip] Update Luminol
2025-11-10 17:27:08 +08:00
Helvetica Volubi
e96891275d
[ci skip] update datapack command save
2025-11-09 02:38:51 +08:00
Helvetica Volubi
9e342c6683
Update Luminol
2025-11-06 00:12:13 +08:00
Helvetica Volubi
00f7f5ee2b
fix: fixes #69
2025-11-01 02:53:48 +08:00
Helvetica Volubi
77b9582c4a
Update Luminol
2025-10-31 22:23:17 +08:00
Helvetica Volubi
184048fd26
Update Luminol
2025-10-31 00:23:24 +08:00
Helvetica Volubi
7ccca03023
try to fix BBOR protocol
2025-10-29 02:09:22 +08:00
Helvetica Volubi
b34fa8237e
feat: provided void trade instead of infinite trade
...
fixes #77
2025-10-29 00:20:45 +08:00
Helvetica Volubi
42a4d18717
refactor: deprecated tickCount
2025-10-27 21:40:42 +08:00
Helvetica Volubi
2d8d7f5784
refactor: prepare to drop reuse tickCount
2025-10-27 21:11:51 +08:00
Helvetica Volubi
bf509bcded
feat: wool hopper counter( #27 )
2025-10-27 19:59:03 +08:00
Helvetica Volubi
bc1483ea7a
fix: try to fix Concurrent throw in protocol
2025-10-27 00:10:44 +08:00
Helvetica Volubi
5768a60ba8
fix: rewrite request block data method
2025-10-25 03:22:14 +08:00
Helvetica Volubi
05434f422c
fix: fixes #63
2025-10-23 00:20:15 +08:00
Helvetica Volubi
21e9299352
Update code from Leaves
2025-10-22 11:34:52 +08:00
Helvetica Volubi
83e7718346
fix: try fix #63
2025-10-22 02:41:51 +08:00
Helvetica Volubi
5845b976c1
fix: try fix #70
2025-10-22 02:15:15 +08:00
xiaoxijun
4ca94280ae
Add support for more mod protocols ( #73 )
...
* Add Syncmatica protocols
* Add AppleSkin protocols
* Add BBOR Protocol
* Add Jade Protocol
* Add Xaero Map Protocol
* Add Support REI protocol
* Fixed an issue where the configuration file was not loading correctly.
* move config file directory
* add license & refactor code
* update leaves fix
https://github.com/LeavesMC/Leaves/issues/747#event-19986621829
* Update Luminol
* fix up jade protocol
* fix up rei
---------
Co-authored-by: Helvetica Volubi <suisuroru@blue-millennium.fun >
Co-authored-by: Helvetica Volubi <88063803+Suisuroru@users.noreply.github.com >
2025-10-20 00:06:40 +08:00
Helvetica Volubi
4cc49c6d99
fix: fix bot save command
2025-10-20 00:02:21 +08:00
Helvetica Volubi
93c0258c7e
fix: use local lastTickCount to save data
2025-10-19 23:40:17 +08:00
Helvetica Volubi
678882a435
Update Luminol & fix a bug in shutdown server
2025-10-14 19:14:12 +08:00
Helvetica Volubi
8e5884147f
fix: fix async bugs
...
fixes #70
2025-10-12 11:54:30 +08:00
Helvetica Volubi
15a55403ff
Modify merge ItemEntity logic
...
Add followTickSequenceMerge to modify merge items, due to Paper's modification of the merge radius, when the merge radius is large and stacks containing many items get stuck in an unexpected position, individual items may never reach their destination. This configuration option is added to fix this behavior.
2025-10-04 01:15:49 +08:00
Helvetica Volubi
482809df6e
[ci skip]fix: fix default translations support
2025-10-03 18:24:30 +08:00
Helvetica Volubi
5db8ec4bd9
fix: pre fix a bug in I18n (will cause bug in 1.21.9)
2025-10-03 17:03:37 +08:00
Helvetica Volubi
d60cd46c15
Update Luminol
2025-10-02 16:51:47 +08:00
Helvetica Volubi
0084883933
feat: add config to enable scoreboard command unsafe
2025-09-29 22:59:44 +08:00
Helvetica Volubi
1d1e4ec70b
fix: fixes #62
2025-09-29 16:49:58 +08:00
Helvetica Volubi
38442749e7
fix: fixes #65
2025-09-28 17:39:20 +08:00
Helvetica Volubi
70dae5976d
fix: try fixes #63
2025-09-28 15:49:30 +08:00
Helvetica Volubi
b08756b4b3
fix: fixes #64
2025-09-28 14:44:04 +08:00
Helvetica Volubi
5e658adad3
Update Luminol
2025-09-28 13:12:54 +08:00
Bacteriawa
4d6e08312a
Update Luminol
2025-09-25 23:43:14 +08:00
Helvetica Volubi
9efe6499d0
Update Luminol
2025-09-24 01:08:36 +08:00