Justus Wolff
eab7fc2380
emergency commit
Compile / gradle (ubuntu-latest) (push) Has been cancelled
2026-03-04 22:04:47 +01:00
Justus Wolff
e0ebe898b4
clean
Compile / gradle (ubuntu-latest) (push) Has been cancelled
2026-03-04 16:18:38 +01:00
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
Compile / gradle (ubuntu-latest) (push) Has been cancelled
2026-03-02 15:40:11 +01:00
Fish
8132d7073a
Updated jumping logic so bots can jump over blocks.
...
Updated patch version +1.
2024-12-04 22:47:38 +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
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
fc4a8645fa
Code formatting fixes
...
Not all formatting issues were fixed
2024-09-22 10:58:57 -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
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
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
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
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
ThisTestUser
4c80a5df66
Small fixes
...
-Fix relative coordinates for /bot settings region
-Fix command aliases
2023-01-09 20:36:15 -05:00
Badbird5907
f68a728f85
Add list alias
2023-01-05 19:44:41 -05:00
Badbird5907
63b85d3a01
update build script (add buildSrc)
2023-01-05 19:41:00 -05:00
ThisTestUser
a7ca363d5e
Round player pos to 3 decimal places
2023-01-02 16:10:29 -05:00
ThisTestUser
945b2627d1
Allow relative coordinates in /bot region
...
Also remove codeql
2023-01-02 15:21:37 -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
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
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
Badbird5907
dbb7afc5b7
Add mc logs & version notifications.
2022-11-06 15:14:44 -05:00
Badbird5907
bd9328d452
add version checking, update discord URL, and add a message when you don't have perms
2022-11-06 14:52:35 -05:00
ThisTestUser
a6accf1501
Fix invulnerable time ticking twice
...
The variable is already ticked down at the super() call.
2022-10-21 16:17:53 -04:00
ThisTestUser
5d766d6a17
Fix regen after death on block damages
2022-10-19 15:35:03 -04:00