Helvetica Volubi
19f001ad1b
[ci skip] remove unused data
2025-12-04 14:05:46 +08:00
Helvetica Volubi
106dfeaa38
fix: fix global entity count max limit problem
1.21.8-106dfea
2025-12-04 13:37:48 +08:00
Helvetica Volubi
403ae2b2d0
feat: chunkCount
2025-12-04 12:13:14 +08:00
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
1.21.8-96c9951
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
1.21.8-376857f
2025-12-03 16:31:34 +08:00
Helvetica Volubi
fa1ab90579
fix a ConcurrentModificationException caused by ServuxStructuresProtocol
...
Update Luminol
1.21.8-fa1ab90
2025-11-30 15:53:28 +08:00
Creeam
fc9c6937b6
Add LeavesConfig dummy class ( #99 )
...
For some plugin detections
1.21.8-fc9c693
2025-11-30 07:28:01 +00:00
Helvetica Volubi
12d8ba9050
Update Luminol
1.21.8-12d8ba9
1.21.8-d9a6177
2025-11-29 06:03:01 +08:00
Helvetica Volubi
38a1ce0443
fix: fix crash caused by uncheck data access
1.21.8-38a1ce0
2025-11-26 22:32:20 +08:00
dependabot[bot]
a5a415e495
build(deps): bump actions/checkout from 5 to 6 ( #93 )
...
Bumps [actions/checkout](https://github.com/actions/checkout ) from 5 to 6.
- [Release notes](https://github.com/actions/checkout/releases )
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md )
- [Commits](https://github.com/actions/checkout/compare/v5...v6 )
---
updated-dependencies:
- dependency-name: actions/checkout
dependency-version: '6'
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-11-24 08:21:49 +00:00
Helvetica Volubi
b7bf1b5916
Update Luminol
1.21.8-b7bf1b5
2025-11-24 00:16:50 +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
1.21.8-4a8888c
2025-11-22 01:57:16 +08:00
Helvetica Volubi
2c59a32afe
[ci skip] Update context
1.21.8-cc53829
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 >
1.21.8-c07dde1
2025-11-19 00:04:34 +08:00
Helvetica Volubi
871a003a2e
Update Luminol to fix open-gui bug
1.21.8-871a003
2025-11-17 17:54:27 +08:00
Helvetica Volubi
d6a981a6e9
[ci skip] skip release and push in unexpect branch
...
See https://github.com/LuminolMC/Luminol/commit/ec746a66f0813f60eb59de11b8207f773fc4728c
2025-11-17 17:26:24 +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
1.21.8-feebf38
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
1.21.8-dbcf764
2025-11-16 20:51:19 +08:00
Helvetica Volubi
735fe8855a
try to fix a bug in fake player spawn
1.21.8-735fe88
2025-11-16 18:53:16 +08:00
Helvetica Volubi
1b45a090f6
Update Luminol
1.21.8-1b45a09
2025-11-16 14:09:42 +08:00
Helvetica Volubi
bb1335d390
[ci skip] Update Luminol
...
do not release yet, release at next commit
2025-11-15 15:38:52 +08:00
Helvetica Volubi
00743c841f
Update Luminol
1.21.8-00743c8
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 >
1.21.8-bdb9c9d
2025-11-12 19:15:21 +08:00
Helvetica Volubi
ac3653dda7
[ci skip]Update Gradle wrapper to version 9.2.0
1.21.8-e4ab87f
2025-11-12 00:56:44 +08:00
Helvetica Volubi
a08fd04751
Update Luminol to fix a sentry bug
1.21.8-a08fd04
2025-11-12 00:20:46 +08:00
Helvetica Volubi
f5debe9ee1
[ci skip] Update Luminol
2025-11-10 17:27:08 +08:00
Helvetica Volubi
1a84d2e670
Update Luminol to fix a crash bug in config command system
1.21.8-1a84d2e
2025-11-10 00: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
1.21.8-9e342c6
2025-11-06 00:12:13 +08:00
Helvetica Volubi
00f7f5ee2b
fix: fixes #69
1.21.8-00f7f5e
2025-11-01 02:53:48 +08:00
Helvetica Volubi
77b9582c4a
Update Luminol
1.21.8-77b9582
2025-10-31 22:23:17 +08:00
Helvetica Volubi
184048fd26
Update Luminol
1.21.8-184048f
2025-10-31 00:23:24 +08:00
Helvetica Volubi
7ccca03023
try to fix BBOR protocol
1.21.8-7ccca03
2025-10-29 02:09:22 +08:00
Helvetica Volubi
b34fa8237e
feat: provided void trade instead of infinite trade
...
fixes #77
1.21.8-b34fa82
2025-10-29 00:20:45 +08:00
Helvetica Volubi
42a4d18717
refactor: deprecated tickCount
1.21.8-42a4d18
1.21.8-42b024b
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 )
1.21.8-bf509bc
2025-10-27 19:59:03 +08:00
Helvetica Volubi
ef6759a9ab
[ci skip] Update Luminol to skip release by robot
2025-10-27 05:40:37 +00:00
Helvetica Volubi
bc1483ea7a
fix: try to fix Concurrent throw in protocol
1.21.8-bc1483e
2025-10-27 00:10:44 +08:00
Helvetica Volubi
5768a60ba8
fix: rewrite request block data method
1.21.8-5768a60
2025-10-25 03:22:14 +08:00
Helvetica Volubi
05434f422c
fix: fixes #63
1.21.8-05434f4
2025-10-23 00:20:15 +08:00
Helvetica Volubi
21e9299352
Update code from Leaves
1.21.8-21e9299
2025-10-22 11:34:52 +08:00
Helvetica Volubi
83e7718346
fix: try fix #63
1.21.8-83e7718
2025-10-22 02:41:51 +08:00
Helvetica Volubi
5845b976c1
fix: try fix #70
1.21.8-5845b97
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 >
1.21.8-4cc49c6
1.21.8-4ca9428
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
1.21.8-93c0258
2025-10-19 23:40:17 +08:00