Commit Graph

165 Commits

Author SHA1 Message Date
ThisTestUser
9350b6fba3 Pre-clutch before landing
If block cannot be mlged on
2022-11-06 18:51:02 -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
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
3bd057075c Fix CodeQL 2022-09-30 20:40:53 -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
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
Badbird5907
f586553c7b Merge pull request #54 from Badbird5907/master
Target specific player + github actions fix
2022-08-11 21:32:58 -04:00
Badbird-5907
0afe1dc244 only run on ubuntu 2022-08-11 21:30:21 -04:00
Badbird-5907
5c7c08059c fix chmod 2022-08-11 21:29:03 -04:00
Badbird-5907
90d94702a2 gradle build 2022-08-11 21:27:46 -04:00
Badbird-5907
88a0033daa make github actions work?? 2022-08-11 21:22:32 -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
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
Badbird5907
bac762f00c Merge pull request #53 from Badbird5907/master
fixed ClassCastException, and made mobs not target the bot by default
2022-08-11 19:17:05 -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
eca25d3355 Merge pull request #52 from Badbird5907/master
1.19 & bug fixes
2022-07-13 20:35:11 -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
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
Badbird-5907
4b6f34f9d9 1.18.2 2022-07-13 14:26:07 -04:00
Badbird5907
3b92973b75 Merge pull request #51 from Bigtruck2/Knockback
Fixed Knockback and kb enchants
2022-07-05 22:35:19 -04:00
Bigtruck2
1c9daab8bc Fixed Knockback and kb enchants 2022-07-05 22:21:10 -04:00
Badbird5907
0590ab9728 Merge pull request #50 from Badbird5907/master
Seperate API to another module & use gradle + paper userdev
2022-06-24 21:48:17 -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
855d6ede79 fix version & also make strings use escape codes 2022-06-17 21:16:00 -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
b89e1b1358 make it compile 2022-06-17 20:01:15 -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
Chris
d0bfbb966a Merge pull request #43 from MCMDEV/master
Update to 1.18.1
2022-03-05 19:37:25 -06:00
MCMDEV
093464aa4b Update to 1.18.1 2022-02-20 12:17:26 +01:00
batchprogrammer314
fadcc88946 FINALLY revamped the commandhandler (but it still isn't fully complete, eventually I want there to be a hierarchy system where you can specify "parents" to comamnds for a sub-command system) 2021-09-02 15:46:00 -05:00
batchprogrammer314
e7d8bf1b55 removed tabcomplete for mobtarget 2021-08-31 11:40:47 -05:00