Commit Graph

76 Commits

Author SHA1 Message Date
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
Badbird-5907
b89e1b1358 make it compile 2022-06-17 20:01:15 -04:00
Badbird-5907
b052a04ddb Moved to gradle & started work on separating API and plugin 2022-06-17 00:22:47 -04: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
batchprogrammer314
aec59a5cfa no need for mobtarget boolean 2021-08-31 11:32:09 -05:00
Chris
77e3ac60ee Merge pull request #25 from Badbird-5907/master
fix lava damage
2021-08-31 11:20:44 -05:00
Chris
e63425ede5 Merge pull request #23 from ThisTestUser/mob_targeting
Mob Targeting
2021-08-31 11:20:33 -05:00
Chris
1df3d082b5 Merge branch 'master' into master 2021-08-31 11:19:34 -05:00
Chris
fba03ffbbb Merge pull request #26 from Badbird-5907/concurrency
fix ConcurrentModificationException
2021-08-31 11:12:57 -05:00
Badbird-5907
745bfb7319 check if the world is the nether without checking the name (make this work with worlds that have a custom name) 2021-08-26 19:33:51 -04:00
Badbird-5907
33514bffeb fix mentioned ConcurrentModificationException 2021-08-26 19:18:09 -04:00
Badbird-5907
e8aaff4f06 fix mentioned ConcurrentModificationException 2021-08-26 19:13:52 -04:00
Badbird-5907
ef8a5afd83 fix lava damage 2021-08-26 19:09:03 -04:00
batchprogrammer314
2481c05831 nice 2021-08-25 21:58:50 -05:00
Chris
96c57b33f1 Merge pull request #14 from ThisTestUser/void_fix
Apply Void Damage
2021-08-25 21:57:18 -05:00
batchprogrammer314
92aefd56c2 fixed up a few things about the armor command (eventually we'll like actually have a good inventory system, but this works for now) 2021-08-25 17:54:32 -05:00
Chris
a9180bc112 Merge pull request #20 from Legit4K/patch-3
Introduce /bot armor command
2021-08-25 17:28:52 -05:00
Legit4K
5d0d5319dd fix missing words... 2021-08-25 22:51:34 +01:00
Legit4K
be9fd43dd4 finalize everything 2021-08-25 22:23:14 +01:00
ThisTestUser
02cda9e1a6 Refactor 2021-08-25 16:18:10 -04:00
ThisTestUser
7c15dc0d94 Send PacketPlayOutPlayerInfo before adding entity 2021-08-25 15:57:06 -04:00
Badbird-5907
154206b443 use maven project.version placeholder for plugin version 2021-08-25 15:15:41 -04:00
ThisTestUser
0a2c1e7e88 Fix client-side exceptions 2021-08-25 14:26:22 -04:00
Legit4K
3224b5a9f6 Add /bot armor command 2021-08-25 17:33:21 +01:00
ThisTestUser
0ea15caacd Mob Targeting
Allow mobs to target AIs and vice versa
2021-08-25 12:30:03 -04:00
ThisTestUser
7fa5651a55 Apply void damage 2021-08-25 12:13:23 -04:00
Legit4K
6437c34e53 . 2021-08-25 16:16:50 +01:00
batchprogrammer314
c5900773ba update moment 2021-08-25 00:43:11 -05:00
batchprogrammer314
a3303e1186 nice 2021-08-25 00:42:42 -05:00
Legit4K
4ed1e3914c Add null safety
While this does account for null item validation, the CommandInstance overrides all errors on the commands that throw an IllegalAccessException
2021-08-25 03:55:30 +01:00
Legit4K
425658b308 Update BotCommand.java 2021-08-25 02:49:31 +01:00
batchprogrammer314
cbb9781c6d did a bit of refactoring 2021-08-24 19:54:46 -05:00
batchprogrammer314
a2cb732bfa sus 2021-08-24 14:41:26 -05:00
batchprogrammer314
ec25148f38 sheeeeesh 🥵 2021-08-23 02:14:02 -05:00
batchprogrammer314
84f3918c25 ooops 2021-08-21 13:36:10 -05:00
batchprogrammer314
d86a42eab6 intelligence pvp thing done 2021-07-24 23:34:07 -05:00
batchprogrammer314
8dc4dcf8c9 finished shield blocking 2021-07-23 17:25:10 -05:00
batchprogrammer314
95be5d06a1 neural networks fully set up for velocity 2021-07-23 03:47:11 -05:00
batchprogrammer314
aa12ea0e71 command adjustments 2021-07-21 17:18:36 -05:00
batchprogrammer314
2a8059f838 project rebrand 2021-07-21 13:52:21 -05:00
batchprogrammer314
bf6b98c49f more epic stuff 2021-07-19 17:35:28 -05:00
batchprogrammer314
d37d063c88 velocity lag accounting for stuff 2021-07-16 03:59:24 -05:00
batchprogrammer314
630517dcd0 added fire damage 2021-07-16 03:41:21 -05:00
batchprogrammer314
a10c330504 Refactored BotUtils.java 2021-07-12 18:24:10 -05:00
batchprogrammer314
94da2ac11b Agent migration from 2.0 (legacy), basic velocities and maneuvering. 2021-07-12 18:20:17 -05:00
batchprogrammer314
7c2de37bd8 fixed a lot of velocity and packet efficiency stuff, also worked a bit on the agent 2021-07-10 23:51:14 -05:00
batchprogrammer314
7bd2e50afd vector exceptions handled 2021-07-09 15:49:10 -05:00
batchprogrammer314
0f86796f96 command handler optimizations 2021-07-04 03:15:30 -05:00