9
0
mirror of https://github.com/LeavesMC/Leaves.git synced 2025-12-19 14:59:32 +00:00
Commit Graph

829 Commits

Author SHA1 Message Date
Lumine1909
cadc126902 Fix replay api and add null check in botlist (#627)
* Fix replay api and add null check in botlist

* Update botlist fix

* Fix bugs

* All done!

* Clean up
1.21.8-72-cadc126
2025-07-29 06:03:18 -07:00
violetc
1242a2a66c Update Paper and Leavesclip 1.21.8-71-1242a2a 2025-07-29 01:23:13 +08:00
Lumine1909
9cba2ea20f Fix #622 (#624) 1.21.8-70-9cba2ea 2025-07-28 18:21:28 +08:00
Helvetica Volubi
2c9f83c7b9 fix: fix a bug in redstoneShearsWrench (#621) 1.21.8-69-2c9f83c 2025-07-27 04:59:40 -07:00
Lumine1909
6a2b9ee6b3 Fix long config (#617) 1.21.8-68-6a2b9ee 2025-07-26 04:59:10 -07:00
MC_XiaoHei
eb3d87b8aa feat: finish MOVE_ITEM_NEW_PACKET, fix rei protocol packet transformer (#615) 1.21.8-67-eb3d87b 2025-07-26 10:15:40 +08:00
Helvetica Volubi
c245ee6734 Remove a useless patch (#614) 1.21.8-66-c245ee6 2025-07-26 01:43:52 +08:00
Lumine1909
46cccfc39c Fix #609 & #612, add maxNbt in litematics, improve protocol invoker (#611)
* Fix #609, add maxNbt in litematics, improve protocol invoker

* Add long validator

* Go away inf check

* Fix #612
1.21.8-65-46cccfc
2025-07-25 07:18:45 -07:00
violetc
357a03dfe5 Fix LitematicaEasyPlaceProtocol * 2 1.21.8-64-357a03d 2025-07-25 10:47:18 +08:00
violetc
9c12d2960a Update Paper 1.21.8-63-9c12d29 2025-07-24 21:13:00 +08:00
violetc
aaa2323d60 Fix Syncmatica file name 1.21.8-62-aaa2323 2025-07-24 16:56:01 +08:00
MC_XiaoHei
bfde470a86 fix: revert Configurable-collision-behavior patch (#607)
Co-authored-by: violetc <58360096+s-yh-china@users.noreply.github.com>
1.21.8-61-bfde470
2025-07-23 04:05:32 -07:00
Lumine1909
a416f476d3 Fix bot use actions (#606) (#605)
* Stupid me

* Fix bot use actions

* clean up

* Update leaves-server/src/main/java/org/leavesmc/leaves/bot/agent/actions/ServerUseItemAutoAction.java

AND operator always has higher priority than OR operator, this is not "unclear"

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>

* Update leaves-server/src/main/java/org/leavesmc/leaves/bot/agent/actions/ServerUseItemAutoAction.java

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>

* Reuse getEntityHitResult

* No bukkit, yes nms

* Better rayTrace for inside aabb collision

---------

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1.21.8-60-a416f47
2025-07-23 17:59:31 +08:00
violetc
2f8255bd9e Fix LitematicaEasyPlaceProtocol 1.21.8-59-2f8255b 2025-07-22 21:23:04 +08:00
violetc
5497dfb4b5 Fix CI 1.21.8-58-5497dfb 2025-07-21 21:53:52 +08:00
Lumine1909
c5ecbe85d2 1.21.7/8 (#587)
---------

Co-authored-by: MC-XiaoHei <xor7xiaohei@gmail.com>
Co-authored-by: violetc <58360096+s-yh-china@users.noreply.github.com>
Co-authored-by: Fortern <blueten.ki@gmail.com>
Co-authored-by: Helvetica Volubi <88063803+Suisuroru@users.noreply.github.com>
2025-07-21 21:18:24 +08:00
Lumine1909
b5793e809b Fix bot infinity desync (#584) 1.21.5-57-b5793e8 2025-07-01 13:21:12 +08:00
violetc
cb64df44fa Old Throwable Projectile tick order (#520) 1.21.5-56-cb64df4 2025-07-01 01:32:30 +08:00
violetc
550dba491b Configurable item damage check and good shear behavior (#559) 1.21.5-55-550dba4 2025-07-01 00:20:49 +08:00
violetc
e1c21d3f28 Movable Budding Amethyst bind carpet rule (#561) 1.21.5-54-e1c21d3 2025-06-30 22:52:58 +08:00
violetc
df8397c794 Fix bot invulnerable 1.21.5-53-df8397c 2025-06-30 21:44:33 +08:00
MC_XiaoHei
3187d77f57 Fix IAE update suppression crash (#581) 1.21.5-52-3187d77 2025-06-28 20:42:41 -07:00
MC_XiaoHei
6d76c1f13d Fix unexpected IOE (#582) 1.21.5-51-6d76c1f 2025-06-28 09:26:54 -07:00
Helvetica Volubi
2dcf9f8509 Fix spawnInvulnerableTime (#583) 1.21.5-50-2dcf9f8 2025-06-27 16:21:01 -07:00
violetc
6c07912dd2 Remove Force peaceful mode switch (#265) (#579) 1.21.5-49-6c07912 2025-06-26 01:42:03 -07:00
Lumine1909
f33f5feac7 Refactor command system, fix bugs (#573) 1.21.5-48-f33f5fe 2025-06-25 04:52:35 +08:00
Helvetica Volubi
2654bf5390 Fully rewrite I18n support (#545)
* feat: fully rewrite I18n support

support all language from https://minecraft.wiki/w/Language, format: zh_cn ,en_us etc.

* fix:fix up some bugs

* fix:fix up some bugs - 2

* Modify and reformat

* feat: Use URI instead of URL

rename LocalLangUtil to ServerI18nUtil

* feat: add pre-load status

* fix: fix some key name

* ???

* Add finishPreload for fixup

* Fix bugs, use slf4j logger

* feat: add I18n Leaves support

* fix

* move up

* tiny patch

* fix up logs

* refactor:fix up format

* feat: use version flag from server

---------

Co-authored-by: Lumine1909 <133463833+Lumine1909@users.noreply.github.com>
1.21.5-47-2654bf5
2025-06-24 11:29:11 -07:00
Lumine1909
911ec9b971 Fix Carpet protocol (#552) 1.21.5-46-911ec9b 2025-06-18 10:34:54 -07:00
Fortern
852184c106 Vanilla Fluid Pushing (#547) (#551) 1.21.5-45-852184c 2025-06-18 10:18:26 -07:00
Lumine1909
093b9290c7 Fix protocol bugs (#537)
* Fix stupid protocol bug with for loop

* Fix tick freeze in jade and etc.

* Try to fix syncmatica

* Try to fix servux entity and build

* Go away LMS!

* Remove config

* Formatting

* Add ticker interval
1.21.5-44-093b929
2025-06-16 20:17:05 +08:00
Creeam
8615b2f4ca Recheck for null before handling player join (#550) 1.21.5-43-8615b2f 2025-06-15 12:36:19 +08:00
Lumine1909
e3b0cf4a3d Fix tripwire with end platform (#542)
* Fix tripwire with end platform

Co-authored-by: Helvetica Volubi <suisuroru@blue-millennium.fun>

* update

---------

Co-authored-by: Helvetica Volubi <suisuroru@blue-millennium.fun>
1.21.5-42-e3b0cf4
2025-06-13 16:11:09 +08:00
Lumine1909
9d32c5bd3d Fix protocols (#534)
* Try to fix LMS

* Fix jade empty ender chest

* Remove useless code
1.21.5-41-9d32c5b
2025-06-06 14:55:18 +08:00
violetc
59856751ab Configurable trading with the void 1.21.5-40-5985675 2025-06-06 12:31:56 +08:00
violetc
73bd42af2e Remove fast resume, mojang added it 1.21.5-39-73bd42a 2025-06-06 02:24:57 +08:00
violetc
f1cc3ef9af Fix version fetch 1.21.5-38-f1cc3ef 2025-06-06 01:13:20 +08:00
Lumine1909
f09fbb247d 1.21.5 (#470)
---------

Co-authored-by: violetc <58360096+s-yh-china@users.noreply.github.com>
Co-authored-by: Fortern <blueten.ki@gmail.com>
Co-authored-by: MC_XiaoHei <xor7xiaohei@gmail.com>
Co-authored-by: Helvetica Volubi <88063803+Suisuroru@users.noreply.github.com>
Co-authored-by: MC_XiaoHei <xiaohei.xor7@outlook.com>
1.21.5-37-f09fbb2
2025-06-05 18:41:51 +08:00
Lumine1909
f553c53e42 Fix optimized-sun-burn npe (#478) 1.21.4-36-f553c53 2025-05-05 21:59:53 -04:00
Helvetica Volubi
fa69061879 Raid revert - old FindSpawnPosition (#475) (#461) 1.21.4-35-fa69061 2025-05-03 11:50:07 +08:00
Lumine1909
015eccb661 Try to fix #472 (#474)
* Try to fix #472

* Fix carried data not sent

* Restore deletion of Hopper
1.21.4-34-015eccb
2025-04-28 04:55:40 -04:00
Lumine1909
c75affe591 Fix player exp drop (#471) 1.21.4-33-c75affe 2025-04-23 09:17:54 -04:00
violetc
1997ad9da6 Fix easy place make CoralFans waterlogged 1.21.4-32-1997ad9 2025-04-22 18:22:39 +08:00
violetc
3941929ae2 Update CI 2025-04-22 18:22:39 +08:00
wzp
359e1be5e6 Support Servux Litematics protocol (#448)
---------

Co-authored-by: Lumine1909 <133463833+Lumine1909@users.noreply.github.com>
Co-authored-by: violetc <58360096+s-yh-china@users.noreply.github.com>
1.21.4-31-359e1be
2025-04-22 17:53:02 +08:00
Fortern
4b77c25f30 Support REI protocol (#391) 1.21.4-30-4b77c25 2025-04-22 15:41:17 +08:00
violetc
4bb13ebfc9 Fix leaves command usage (#465) 1.21.4-29-4bb13eb 2025-04-19 02:47:55 +08:00
violetc
9f5f283ece Fix SculkCatalyst exp skip (#452) (#455) 1.21.4-28-9f5f283 2025-04-06 11:08:27 +08:00
violetc
7a4d62f629 Try fix disable packet limit (#453) 1.21.4-27-7a4d62f 2025-04-06 00:22:07 +08:00
Lumine1909
941be1ce7d Support chatimage protocol (#447) 1.21.4-26-941be1c 2025-04-05 23:49:13 +08:00
violetc
93af7681a3 Update Paper 1.21.4-25-93af768 2025-03-29 09:43:10 +08:00