Commit graph

63 commits

Author SHA1 Message Date
994cbba173 patch stack overflow crash (mabe) and fix 2023-08-17 19:08:13 +07:00
e61407fa22 remove fullbright 2023-08-13 19:25:03 +07:00
e578d45490 bring back .selfcare it's so hard to toggle the self cares 2023-07-16 18:36:23 +07:00
a9972c323c move to play network hadnler so it doens't log in mc logs
this actually took ages beacuse i am dumb
2023-07-14 20:57:31 +07:00
1b7ace7aa8 add and fix stuff about chomens bot
15 files modified
basically this fixes and improves the command suggestion and make the validation automatic
2023-07-13 20:22:19 +07:00
9a92ccbfec remove some commands for some reason 2023-07-08 17:18:34 +07:00
143a47162d WIP /username not showing in player list fix
current problem is display name, gamemode and latency not working but it shows in the player list now at least
2023-07-04 18:59:30 +07:00
0af580f804 WIP chomens bot command suggestion 2023-07-02 17:21:26 +07:00
e55b9e51b4 stuff stuff stuff
yea yea yea yea yeayea yea yeay ay aey yea y eay eayae yey ae yeaye ayea yea
2023-07-02 08:04:40 +07:00
3328fa4ff1 FINALLY fix useCore 2023-06-29 21:25:03 +07:00
7afcc606fe fix extra crash
i did how blackilykat did it lol
2023-06-29 16:12:59 +07:00
535154a1a0 fard 2023-06-25 10:00:32 +07:00
99d37d33f9 patch namespace exploit !! 2023-06-25 09:23:40 +07:00
29ef3324fc make player list show vanished players
not really a much of work because i already have a working players module
2023-06-11 10:56:14 +07:00
7bf9886cb1 support testbot authentication 2023-06-11 08:26:35 +07:00
7206ef4629 update to 1.20
yeah i am updating my client to 1.20
2023-06-10 17:21:10 +07:00
2d60606de3 finally fix default config issue (mabe)
i didn't test it but
blackilykat found the fix ig
2023-06-03 17:26:42 +07:00
d7a69dc0e5 elder guardian particle block
its so annoying
2023-06-03 16:25:43 +07:00
905f8e568c finally make fullbright configurable 2023-05-28 19:06:01 +07:00
ef1d0f4970 add loop crouch or sex.,,.,. 2023-05-22 19:59:21 +07:00
98689d2fa7 some more stuff idk idk idk 2023-05-20 12:35:04 +07:00
9b7b9cd368 random stuff that doesn't owrk.,.,.,,. 2023-05-17 11:44:01 +07:00
6f115eef52 add auto skin
useful for me because i don't need to do /skin popbob every time i join
2023-05-12 15:38:07 +07:00
cc07c2b4d6 something 2023-05-11 14:52:17 +07:00
d1dc686c4a add issues to contact 2023-05-05 16:46:34 +07:00
16b8582732 will moving to assets fix it? 2023-05-04 08:49:02 +07:00
5ebde826ba make it more sexy 2023-05-03 21:02:11 +07:00
Chipmunk
087b05fb95 validate command
i know the file is a mess i will make it more modular later mabe
2023-03-15 22:07:24 -04:00
Chipmunk
88dc82eb1e Config support
can prob be improved but that will be done later :trollface:
2023-03-11 21:56:16 -05:00
Chip
2023ae3cd1 Username command & fix commands a bit 2023-02-12 21:04:04 -05:00
Chip
a77010e0f4 Add basic self-care 2023-02-08 21:30:14 -05:00
Chip
26fd290b92 Initial core implementation 2023-01-31 22:49:50 -05:00
Chip
92612c6b32 Add a temporary patch for Chat message validation failed 2023-01-29 20:00:09 -05:00
Chip
a91b5ac1f0 Command suggestions
Closes #1
2023-01-28 19:01:04 -05:00
Chip
384a35fa9b Change the modid and rename a bit
The name is now `ChipmunkMod` (no space) for consistency reasons
2023-01-27 22:52:04 -05:00
Chip
e0eae0c3d1 Get commands to work 2023-01-27 22:44:03 -05:00
Chip
593ff01e3b Rename and other things 2023-01-26 21:15:48 -05:00
modmuss50
9cfe28c5ea 1.19.3 2022-12-07 16:12:08 +00:00
modmuss50
009f258b56
Update dependencies (#220) 2022-11-22 15:04:48 +00:00
modmuss50
242f56a702 Update Dependencies 2022-08-28 11:44:45 +01:00
modmuss50
0c1c110650 1.19 2022-06-07 19:59:33 +01:00
modmuss50
c8a61cfe2c Update loader, api & yarn 2022-05-21 17:13:30 +01:00
Player
283fa1c518
Update MC dep to disallow 1.18.1 since it's usually incompatible 2022-04-27 05:12:03 +00:00
modmuss50
06e3e43ee0 Update to 1.18.2
Also updates fabric loader.
2022-02-28 14:26:51 +00:00
modmuss50
1e60757a4c Update API, yarn, minimum loader version and mixin compat level. 2022-01-24 20:22:46 +00:00
Player
4616cda6ce
Revert compatibilityLevel bump
Using JAVA_17 is currently broken with the production server and not necessarily indicated by how Mixin treats this field
2021-11-17 02:15:46 +00:00
modmuss50
57e84b576d 1.18-pre2 2021-11-16 19:52:21 +00:00
modmuss50
50f0be767c Update to 21w19a and Java 16
This commit can be used as an example on how to update your mod to Java 16. You will need to ensure you have Java 16 installed and set as the active version to run this.

Gradle 7 is required along with loom 0.8
2021-05-12 20:41:38 +01:00
zml
90cb78d412
Modernize Gradle buildscript (#71)
* Modernize gradle buildscript

* Bump yarn/loader/fabric api versions

* Add GH actions to build example mod

* Update in response to feedback
2020-11-10 22:11:54 +00:00
modmuss50
6efb5c4830 1.16.1 2020-06-24 17:22:38 +01:00