Commit Graph

239 Commits

Author SHA1 Message Date
Justus Wolff
a3d1b3fcf3 add functionality for maces 2026-03-04 16:18:26 +01:00
Justus Wolff
53b4f6a04a first commit-ish, forked and updated for 1.21.11
Some checks failed
Compile / gradle (ubuntu-latest) (push) Has been cancelled
2026-03-02 15:40:11 +01:00
Evan
ff9220654b Merge pull request #73 from TheMisterFish/bots_cant_jump_over_full_blocks
Updated jumping logic so bots can jump over blocks
2024-12-04 17:31:31 -05:00
Fish
8132d7073a Updated jumping logic so bots can jump over blocks.
Updated patch version +1.
2024-12-04 22:47:38 +01:00
Evan
553e2c4963 chore: include api jar in actions artifact 2024-12-03 17:25:55 -05:00
Evan
eb59870632 Merge pull request #70 from TheMisterFish/master
1.21.1 update & all required updates
2024-11-30 19:39:47 -05:00
Evan
4c0a61342a fix: set java version to 21 2024-11-30 15:47:18 -05:00
Fish
9d3db734bc Updated gradle from 7.4 to latest (8.11.1) + required build.gradle.kts changes
Updated minecraft version from 1.20.4 to 1.21.1.
Updated java from 17 to 21.
Bumped up version from 4.4.0-BETA to 4.5.0-BETA.

Added damageSource to botDeathEvent as it is now required for 1.21.
Added boolean (false) to comonListenerCookie.createInitial as this is now required.
Updated addEntityPacket method to take all required arguments.
Updated overridden setListener method to setListenerForServerboundHandshake as it seems this is the new method required (needs to be tested).

Updated imports to use org.bukkit.craftbukkit instead of org.bukkit.craftbukkit .v1_20_r3 (it seems craftbukkit updated and versioning is not required anymore).
2024-11-30 13:43:15 +01:00
Evan
673451779a Merge pull request #68 from ThisTestUser/master
Fixes and more features
2024-09-26 20:24:48 -04:00
ThisTestUser
dbfdef89ac Add CustomListMode enum 2024-09-25 18:07:27 -04:00
ThisTestUser
77b9915b39 Remove Magma-dependent code 2024-09-25 17:14:09 -04:00
ThisTestUser
30de9f408f Better MC version detection 2024-09-24 21:45:09 +00:00
ThisTestUser
98ed82832e Whitespace fix 2024-09-24 09:45:24 -04:00
ThisTestUser
3bd3772dfb Undo workflow changes
The artifact is always zipped anyways.
2024-09-23 13:32:14 +00:00
ThisTestUser
dc97d663d0 Improve workflow 2024-09-23 13:13:33 +00:00
ThisTestUser
fc4a8645fa Code formatting fixes
Not all formatting issues were fixed
2024-09-22 10:58:57 -04:00
ThisTestUser
6fb4ed3036 Get bot tool automatically 2024-09-21 21:32:19 -04:00
ThisTestUser
56b9416d0c Detect all item updates 2024-09-21 21:24:41 -04:00
ThisTestUser
a6adcd0926 Improve break sound retrieval 2024-09-21 20:58:30 -04:00
ThisTestUser
9ac2491cd3 Add no armor option 2024-09-21 12:48:13 -04:00
ThisTestUser
a0ec52fb69 Fix autofill returning null 2024-09-20 21:07:39 -04:00
ThisTestUser
a6d7af1284 Fix bots not appearing on playerlist 2024-09-20 11:13:55 -04:00
ThisTestUser
67df9a6aec Fix raider targeting 2024-09-19 15:11:34 -04:00
ThisTestUser
545a3f64c7 Change CUSTOM_MOB_LIST 2024-09-19 12:24:51 -04:00
ThisTestUser
1ce2c0bad1 Fix auto-add solid blocks for Magma 2024-09-18 21:38:30 -04:00
ThisTestUser
8ef9535fb0 Cleanup 2024-09-18 23:01:07 +00:00
ThisTestUser
e9080595c6 Merge changes from magma branch (except downgrade) 2024-09-18 21:17:35 +00:00
ThisTestUser
c2e2dd4c39 API Update and workflow fix 2024-09-18 19:54:28 +00:00
Badbird5907
67c5e33a78 use minimessage 2024-03-15 16:58:39 -04:00
Badbird5907
7d614d990d bump ver 2024-03-15 16:58:33 -04:00
Badbird5907
28c3c43b87 Update README 2024-03-15 16:41:50 -04:00
Badbird5907
d3814d01d1 API Updates 2024-03-15 16:41:41 -04:00
Badbird5907
58c6f4980a FINALLY fix skin second layer 2024-03-15 16:25:05 -04:00
Badbird5907
c54a5888d7 1.20.4 support 2024-03-15 16:18:57 -04:00
Badbird5907
b2d37a1402 Update README.md 2023-11-21 13:52:33 -05:00
Badbird5907
def71ddc91 Delete run directory 2023-09-17 00:38:26 -04:00
Badbird5907
48421ce291 code reformat 2023-06-20 18:50:47 -04:00
Badbird5907
e0744cb736 Fix some packet entity data crap, fixes #61 2023-06-20 18:49:29 -04:00
Badbird5907
22503871e2 1.20 2023-06-20 18:39:28 -04:00
Badbird5907
82b354e7d6 Added console support, added location args and removed spawnLoc setting 2023-03-01 10:02:47 -05:00
Badbird5907
c02f88dd94 Update debug info memory stuff 2023-02-26 12:12:14 -05:00
Badbird5907
3e3b02c3b2 bump ver 2023-02-12 12:59:11 -05:00
Badbird5907
d5a4ffb45d fix all compile errors 2023-02-12 12:53:30 -05:00
Badbird5907
de67b313ff bump to 1.19.3 2023-02-12 11:30:39 -05:00
Badbird5907
61f1b1a64c Merge pull request #59 from ThisTestUser/fixes
Small fixes
2023-01-10 09:02:04 -05:00
ThisTestUser
de49d03925 Fix github actions 2023-01-09 22:19:51 -05:00
ThisTestUser
4c80a5df66 Small fixes
-Fix relative coordinates for /bot settings region
-Fix command aliases
2023-01-09 20:36:15 -05:00
Badbird5907
40096dfa03 Merge pull request #58 from Badbird5907/master
Accidentally pushed to my own repo
2023-01-05 19:52:58 -05:00
Badbird5907
f68a728f85 Add list alias 2023-01-05 19:44:41 -05:00
Badbird5907
7d83b1f8f2 bump ver to 4.0.0-BETA 2023-01-05 19:41:55 -05:00