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
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
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
4e4cab3ecc
Fix bots not being removed properly
2022-09-25 17:59:46 -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
1836eb1dd8
[UNTESTED] added playertarget setting
2022-08-11 21:21:16 -04:00
Badbird-5907
534258dd0a
added mob target command
2022-08-11 19:42:14 -04:00
Badbird-5907
14f245ae57
added single player target
2022-08-11 19:25:25 -04:00
Badbird-5907
2dd068186f
fixed ClassCastException, and made mobs not target the bot by default
2022-08-11 19:14:34 -04:00
Badbird5907
722e2e277a
Merge branch 'master' into master
2022-07-13 20:35:02 -04:00
Badbird-5907
650386b78c
add null check to fix tab completion NPE
2022-07-13 15:12:28 -04:00
Badbird-5907
0ed30a0731
1.19
2022-07-13 14:33:06 -04:00
Badbird-5907
4b6f34f9d9
1.18.2
2022-07-13 14:26:07 -04:00
Bigtruck2
1c9daab8bc
Fixed Knockback and kb enchants
2022-07-05 22:21:10 -04:00
Badbird-5907
e9844d1748
bump version
2022-06-17 22:19:06 -04:00
Badbird-5907
e3533b9e92
fix more bugs
2022-06-17 22:02:52 -04:00
Badbird-5907
5bfd9f9a8e
make build work & fix some crashes
2022-06-17 21:09:08 -04:00
Badbird-5907
6610ac05db
I didn't add the build scripts
2022-06-17 20:02:28 -04:00
Badbird-5907
b6313f6622
refactored almost everything into the API module, and left NMS stuff in plugin module, and performance improvements
2022-06-17 19:27:24 -04:00
Badbird-5907
b052a04ddb
Moved to gradle & started work on separating API and plugin
2022-06-17 00:22:47 -04:00