Justus Wolff
53b4f6a04a
first commit-ish, forked and updated for 1.21.11
Compile / gradle (ubuntu-latest) (push) Has been cancelled
2026-03-02 15:40:11 +01: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
ThisTestUser
dbfdef89ac
Add CustomListMode enum
2024-09-25 18:07:27 -04: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
a6adcd0926
Improve break sound retrieval
2024-09-21 20:58:30 -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
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
d3814d01d1
API Updates
2024-03-15 16:41:41 -04:00
Badbird5907
c54a5888d7
1.20.4 support
2024-03-15 16:18:57 -04:00
Badbird5907
82b354e7d6
Added console support, added location args and removed spawnLoc setting
2023-03-01 10:02:47 -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
63b85d3a01
update build script (add buildSrc)
2023-01-05 19:41:00 -05:00
ThisTestUser
910b53f54f
Nearest raider option
2022-12-23 12:16:32 -05:00
ThisTestUser
2f38e556ae
Fix placing blocks in water
2022-12-18 17:47:23 -05:00
ThisTestUser
88bf90080c
Fix bot stuck issue
...
-Removed snow breaking feature (wrong kind of fix)
-Remove snow from LegacyMats (because snow can have a hitbox if more than 1 layer)
2022-12-15 19:59:28 -05:00
ThisTestUser
58f39c1d39
SpawnLoc changes
...
+NoFall check
2022-12-15 17:10:15 -05:00
ThisTestUser
a41d9245b2
Fix bot stuck issues
...
-Fix bot being sometimes clipped into the ground at checkup (5 tick delay -> 3)
-Fix stuck on snow layer issue
2022-12-11 19:13:39 -05:00
ThisTestUser
6e8deef5a5
Don't break below if not obstructed
2022-11-25 12:42:53 -05:00
ThisTestUser
9c98231cb3
Fix stuck issue
...
While boat clutching and breaking a side block
2022-11-23 18:03:47 -05:00
ThisTestUser
0e4a5e171f
Spawn bots at location feature
2022-11-23 17:49:44 -05:00
ThisTestUser
a829cdf701
Fix doTick() not being called
...
Fixes potion ticking and fire damage effects
2022-11-21 16:26:53 -05:00
ThisTestUser
6bf055fb87
Merge branch 'HorseNuggets:master' into fixes
2022-11-19 17:05:27 -05:00
ThisTestUser
d3456b5290
Refactor variable
2022-11-19 16:00:07 -05:00
ThisTestUser
765c3d6fb4
Option to add bots to player list
...
-Useful for datapacks that may use commands that target players
-This will count towards the player count
2022-11-19 15:58:20 -05:00
ThisTestUser
9350b6fba3
Pre-clutch before landing
...
If block cannot be mlged on
2022-11-06 18:51:02 -05:00
Badbird5907
99a784fc35
Actually set version to 3.3.1-BETA
2022-11-06 15:19:03 -05:00
Badbird5907
13d6fef5da
update version
2022-11-06 15:16:12 -05:00
ThisTestUser
cd275341cb
Finish mlg handling
...
Issues:
-Twisting vines placement will delete block standing on (example: if landing with open trapdoor, vines deletes the block)
-OnGround does not handle standing on moving pistons
2022-10-19 12:21:10 -04:00
ThisTestUser
3fa35c17f9
Improved MLG handling
...
- Added blacklist for scenarios where MLG wouldn't block fall damage (or fail to place)
-Water buckets now waterlog if possible
Note: This still means that any non-solid blocks like signs are treated as air and are destroyed at MLG.
2022-10-07 21:10:55 -04:00
ThisTestUser
a0c92d5097
Fix onground check
...
-Full bounds check and check for waterlogged blocks
-OnGround check now works for big dripleaf
-Fix nofall check
Note: There is an inconsistency where waterlogged big dripleafs will block fall damage
2022-10-05 16:33:24 -04:00
ThisTestUser
e626fa7144
Fix mobtarget and obstacles
...
-Fix trapdoors
-Fix mobtarget (and make the setting global)
2022-10-04 11:01:06 -04:00
ThisTestUser
08dd248fba
/bot count and region fixes
...
-Fix bugs with region setting
-/bot count: Count bots by name
-/bot info gets closest bot
2022-10-03 16:50:18 -04:00
ThisTestUser
42c8c448c7
Commands fixes
...
-Fix formatting of mobtarget and setgoal
-Add /bot settings region (prioritize in region)
2022-10-02 11:20:25 -04:00
ThisTestUser
686218112f
Bump codeql, fix import
2022-09-30 17:57:37 -04:00
ThisTestUser
a736e59262
Fixes + improve standingon
...
-Blocks standing on is now a list
-Fixed a stuck issue when clipping into walls
2022-09-30 17:51:02 -04:00
ThisTestUser
de17a89235
More fixes
...
-Add lots of materials to LegacyMats
-Improved ground checking for non-solid blocks
-Fixed tons of edge cases involving climbing over/going into walls
2022-09-29 12:11:57 -04:00
ThisTestUser
e90bf3a46c
Fix several issues
...
-OnGround check for half-blocks and walls/fences/gates
-Improvements to LegacyMats item list
2022-09-26 20:05:10 -04:00
ThisTestUser
1d5a796b8c
Fix /bot reset glitching block breaks
2022-09-26 14:43:49 -04:00
Badbird5907
a44913aed6
3.3 & make it compile
2022-09-19 10:16:04 -04:00
Badbird5907
753ba19ff0
1.19.2
2022-09-19 09:50:18 -04:00
Badbird-5907
534258dd0a
added mob target command
2022-08-11 19:42:14 -04:00
Badbird-5907
24f9790f52
Added TerminatorLocateTargetEvent
2022-08-11 19:29:46 -04:00
Badbird-5907
14f245ae57
added single player target
2022-08-11 19:25:25 -04:00
Badbird-5907
efaa4ae32e
instantly break some blocks
2022-07-13 15:11:26 -04:00
Badbird-5907
0ed30a0731
1.19
2022-07-13 14:33:06 -04:00