Commit Graph

2482 Commits

Author SHA1 Message Date
Dominika 131f5ac9f5
[cleanup] Suppress useless warning in MixinStateImplementation
Signed-off-by: Dominika <sokolov.dominika@gmail.com>
2020-12-30 20:56:13 -05:00
Xiaro 15b29c8173
[new] NoteBot (#1775) 2020-12-30 20:50:45 -05:00
Xiaro f8c7f0ec5c
Merge remote-tracking branch 'upstream/master' into 2.01.01
# Conflicts:
#	src/main/java/me/zeroeightsix/kami/module/modules/movement/ElytraFlight.kt
2020-12-30 20:28:43 -05:00
Dominika 7e8f66fb85
[feature] AutoEat moves food to available hotbar slots if missing food
Closes #1167
Closes #1203

Signed-off-by: Dominika <sokolov.dominika@gmail.com>
2020-12-30 16:58:29 -05:00
Dominika 775cbe6082
[fix] Invalid command output missing a space
Signed-off-by: Dominika <sokolov.dominika@gmail.com>
2020-12-30 16:45:37 -05:00
Dominika a68b455327
[fix] ToggleCommand missing `;t` alias
Signed-off-by: Dominika <sokolov.dominika@gmail.com>
2020-12-30 16:45:19 -05:00
Xiaro 0d247244bf
[fix] Fixed mixin accessor crashes in Turkish locale
closes #1763
2020-12-30 16:36:41 -05:00
Dewy a9d4690b43
[feature] ClickGUI pause in SP option 2020-12-30 19:11:57 +00:00
Xiaro e2e26c9868
[fix] ClickGUI pauses game in single player 2020-12-30 13:52:59 -05:00
Xiaro 706171bbf9
[fix] Don't append space when auto completing command 2020-12-30 13:46:33 -05:00
Dewy 0aaeae7b6d
[feature] lagmonitor pause w/ non-baritone autowalk (#1580) 2020-12-30 16:00:49 +00:00
Xiaro a268d60040
[cleanup] Utils (#1776)
Co-authored-by: Dominika <sokolov.dominika@gmail.com>
2020-12-30 10:54:22 -05:00
Xiaro 1d4e4233ff
Merge branch 'master' into 2.01.01
# Conflicts:
#	src/main/java/me/zeroeightsix/kami/command/commands/SetCommand.kt
2020-12-30 03:47:16 -05:00
Xiaro 899979bb45
[fix] HUD stops rendering when riding horse in creative
Rare bug caused by another mod cancelling the render event
2020-12-30 02:11:13 -05:00
Xiaro a7e09d2561
[cleanup] SetCommand message formatting 2020-12-30 01:14:14 -05:00
Xiaro b6e3efadca
[fix] Import error 2020-12-30 01:03:50 -05:00
Xiaro ce2f61d4e4
Merge branch 'master' into 2.01.01 2020-12-30 00:59:35 -05:00
Xiaro d97685344b
[cleanup] Cleaned up KillAura code 2020-12-30 00:57:45 -05:00
Xiaro f24bdbf230
[fix] Changing CustomFont font name not reloading font 2020-12-30 00:50:50 -05:00
Dominika 1251e8cc7c
[feature] Added OnlySword option to KillAura
Closes #1297

Signed-off-by: Dominika <sokolov.dominika@gmail.com>
2020-12-30 00:41:05 -05:00
Dominika 7d41c7dc61
[refactor] Rewrite and cleanup MapPreview, add map name support
Closes #957

Signed-off-by: Dominika <sokolov.dominika@gmail.com>
2020-12-30 00:08:53 -05:00
Xiaro 5df411b6ad
[fix] Startup error 2020-12-29 22:53:39 -05:00
Xiaro 4d28f82465
[cleanup] Switch to Coroutines (#1768)
Co-authored-by: Dominika <sokolov.dominika@gmail.com>
2020-12-29 20:53:51 -05:00
Dominika cb231709fd
[feature] Added custom pos support to `;waypoint goto`
Signed-off-by: Dominika <sokolov.dominika@gmail.com>
2020-12-29 14:46:32 -05:00
liv 5c25c2a97d
[fix] PlayerDetector in MessageDetection not working 2020-12-28 18:59:27 -05:00
Xiaro f180ad82db
[enhancement] Make the Czech DM plugin regex supports Russian as well 2020-12-28 18:36:31 -05:00
Xiaro e9f1179de2
[cleanup] Rewrote message detection (#1770) 2020-12-28 17:30:09 -05:00
Xiaro 1ae263d19c
[fix] Friend/Macro/Waypoint loading and saving 2020-12-28 12:55:37 -05:00
Xiaro 7719ad3aeb
[fix] Fixed AutoObsidian target stack counting 2020-12-27 14:01:09 -05:00
Xiaro 8ba2333c5a
[enhancement] Added strength mode to AutoOffhand 2020-12-27 13:27:02 -05:00
Xiaro 9127e47022
[fix] AutoEat not unpausing baritone
closes #1761
2020-12-26 20:17:19 -05:00
Xiaro 5516812462
[fix] Waypoint stashes regex
closes #1756
2020-12-26 19:49:22 -05:00
Xiaro bab641c158
[fix] Command preview for second argument 2020-12-26 19:05:46 -05:00
Xiaro 642fd4d7c8
[enhancement] Rewrote GenerateWebsiteCommand 2020-12-26 18:51:57 -05:00
Xiaro df62eb804b
[refactor] Removed Hidden module category 2020-12-26 17:50:22 -05:00
Xiaro 7c7f24509c
[enhancement] Save and load UUID cache. Catch all exceptions on config save/load 2020-12-25 22:20:45 -05:00
Xiaro eddeba0b9e
[bump] Updated submodules 2020-12-25 22:16:47 -05:00
Xiaro 1ab42c57c4
[fix] KamiGuiAntiDisconnect confirm button misaligned after resize
#closes #1765
2020-12-25 22:11:32 -05:00
Xiaro 1a82b29873
[refactor] Rewrite and greatly improve Scaffold (#1760)
* Cleaned up old codes

* Added connection to ExecuteEvent

* Added getHitVec(), added side parameter to getNeighbour

* Fixed SafeWalk disabling view bobbing

* Rewrote Scaffold

* Added spoof hotbar

* Added max range option

* Added tower mode

* Fixed hotbar spoofing

* Get tower mode actually work on other servers

* Added sneak option
2020-12-24 23:53:04 -05:00
Hudson Shykowski 0a571361a9
[fix] BaritoneUtils not unpausing correctly (#1758)
* Fix not unpausing even though control is lost

Sometimes, we call unpause() even though the temporary process lost
control. We should still change the paused variable to false if it is
paused regardless.

Co-authored-by: theredstoner <huddy987@yahoo.com>
Co-authored-by: Xiaro <62033805+Xiaro@users.noreply.github.com>
2020-12-23 17:21:49 -05:00
Xiaro 43ad247470
[fix] Don't save config if mod isn't loaded 2020-12-21 20:33:54 -05:00
Dominika fdbaf57066
[readme] Amend incorrect statement
Signed-off-by: Dominika <sokolov.dominika@gmail.com>
2020-12-20 18:31:07 -05:00
Xiaro 20108c9962
[refactor] New Command Base (#1747)
Co-authored-by: Dominika <sokolov.dominika@gmail.com>
2020-12-20 18:23:13 -05:00
Dominika 437665b34a
[feature] Added LeftClickCome to Freecam
Closes #1160

Signed-off-by: Dominika <sokolov.dominika@gmail.com>
2020-12-20 17:51:28 -05:00
Dominika 14746b5795
[fix] StorageESP Culling default to true
Signed-off-by: Dominika <sokolov.dominika@gmail.com>
2020-12-20 16:33:23 -05:00
FriedrichM c93d7f59a0
[feature] Culling for StorageESP (#1515)
Co-authored-by: Dominika <sokolov.dominika@gmail.com>
2020-12-20 16:32:19 -05:00
Xiaro f98cca9b85
[cleanup] Cleaned up Macro (#1753) 2020-12-15 13:02:42 -05:00
Xiaro 2149ab7c4d
[refactor] Split out event base from client (#1750) 2020-12-14 09:39:06 -05:00
liv 45735cdd0e
[fix] Default for enableInHole Surround 2020-12-12 22:31:00 -05:00
Xiaro 94a1f04d7c
[cleanup] Removed unnecessary "optimization" 2020-12-11 16:10:20 -05:00
Xiaro 48afc72188
[cleanup] Removed extra init block in Jesus 2020-12-11 16:07:47 -05:00
Dominika 642d762b23
[refactor] Auto-format and cleanup `kami` module
Signed-off-by: Dominika <sokolov.dominika@gmail.com>
2020-12-09 13:45:16 -05:00
living 36c9586a7d
[fix] Remove death inducing cringe from BookCrash 2020-12-09 12:24:21 -05:00
Xiaro 21e5cb0dd6
[cleanup] Replace deprecated Kotlin functions, use property access syntax 2020-12-08 15:08:34 -05:00
Dominika 6820df847c
[fix] Crash when servers don't return a Server Brand
Signed-off-by: Dominika <sokolov.dominika@gmail.com>
2020-12-08 14:57:33 -05:00
Xiaro 88bf7cf202
[cleanup] Remove unrelated stuff in resources folder (#1742) 2020-12-08 12:01:14 -05:00
Xiaro 55008ea0ad
[refactor] Updated Gradle and bunch of dependencies (#1664)
Co-authored-by: Dominika <sokolov.dominika@gmail.com>
2020-12-08 11:24:21 -05:00
Xiaro 3b32428a4a
[refactor] Moved DisplayEnum to interfaces package 2020-12-03 21:07:51 -05:00
Xiaro fc2c17dc74
[enhancement] Enum setting displaying (#1661) 2020-12-03 20:58:36 -05:00
Dominika dd673b0058
[feature] Use durability instead of percentage for ElytraReplace
Closes #1659

Signed-off-by: Dominika <sokolov.dominika@gmail.com>
2020-12-03 19:32:39 -05:00
zuim d74e65afb4
Added NewChunks to the Radar and improved unloading of NewChunks (#1656)
Co-authored-by: Dominika <sokolov.dominika@gmail.com>
2020-12-03 18:59:40 -05:00
FriedrichM 0866cf514a
[feature] Added DirectionMode to Freecam (#1650)
Co-authored-by: Dominika <sokolov.dominika@gmail.com>
2020-12-03 18:17:33 -05:00
Xiaro 239221805f
[fix] Freecam movement input compatibility (#1651)
Co-authored-by: Dominika <sokolov.dominika@gmail.com>
2020-12-03 18:00:51 -05:00
Xiaro cce72120bc
[cleanup] Cleaned up ColorTextFormatting (#1653) 2020-12-01 22:19:11 -05:00
Xiaro cf9ce2e316
[feature] Default setting button for everything (#1652) 2020-12-01 22:18:55 -05:00
Dominika eab7de1041
[bump] Release Major 1.12.01 2020-12-01 22:07:45 -05:00
Xiaro 2a03d8c205
[fix] Make Freecam entity invisible 2020-11-30 03:07:29 -05:00
Xiaro c0137626f3
[fix] Fixed BaritoneUtils isActive check for other process 2020-11-30 02:35:21 -05:00
Xiaro 0dafa1c47b
[fix] Don't cancel Baritone on disable if not Baritone mode 2020-11-30 02:17:12 -05:00
Xiaro 7093f392c8
[cleanup] Cleaned up WaypointRender code a bit 2020-11-30 02:17:11 -05:00
Xiaro 07657c2446
[fix] Fixed waypoint coordinate converting for end dimension 2020-11-30 02:17:10 -05:00
living f206d1a175
[fix] LagNotifier default timeout 2020-11-29 21:32:09 -05:00
Xiaro 6850761a79
[cleanup] Use lazy init for integrated graphics check 2020-11-29 18:04:51 -05:00
Xiaro c9bdd7d004
[fix] Removes FakePlayers safely 2020-11-29 17:50:34 -05:00
Dominika 80d29cda5f
[fix] Potential ConcurrentModificationException
Signed-off-by: Dominika <sokolov.dominika@gmail.com>
2020-11-29 17:14:01 -05:00
Dominika 60d1e841a9
[fix] Pyro Client bug
Closes #1649

Signed-off-by: Dominika <sokolov.dominika@gmail.com>
2020-11-29 16:55:09 -05:00
Xiaro 0ead2f23eb
[enhancement] Disable AutoMine on Baritone cancel command 2020-11-29 15:11:14 -05:00
Xiaro 2cfb55f495
[fix] Fix changing AutoWalk mode when disabled starts pathing 2020-11-29 15:09:20 -05:00
Xiaro e5f64c4a50
[cleanup] Cleaned up AutoMine baritone command 2020-11-29 15:07:12 -05:00
scorbett123 f82bc35109
[feature] Add manual mode to automine. (#1646)
Co-authored-by: Xiaro <62033805+Xiaro@users.noreply.github.com>
2020-11-29 14:45:01 -05:00
Xiaro 045d913723
[fix] Fixed Friends backward compatibility (#1647)
Co-authored-by: Dominika <sokolov.dominika@gmail.com>
2020-11-29 14:41:09 -05:00
Dominika bd291d249e
[cleanup] Utils to filesystem package
Closes #1095, the rest looks fine to me

Signed-off-by: Dominika <sokolov.dominika@gmail.com>
2020-11-29 11:25:51 -05:00
Dominika f6d9694746
[fix] Potential bug with Freecam
Signed-off-by: Dominika <sokolov.dominika@gmail.com>
2020-11-29 11:22:19 -05:00
FriedrichM 2b9fac0441
[feature] Censor option for BossStack (#1643)
Co-authored-by: Dominika <sokolov.dominika@gmail.com>
2020-11-29 11:15:37 -05:00
Dominika 54d26f6f7b
[bump] cape-api 2020-11-29 11:09:27 -05:00
Ridan Vandenbergh 0a80613f9b
[fix] Freecam chunk rendering (#1644)
* [fix] Appropriately modify `renderChunksMany` when toggling Freecam

To optimise chunk rendering, minecraft tries to omit (normally) invisible chunks from chunk rendering. However, when the player's head is in an opaque block AND the classic 'block in head' overlay is not drawn, the player should see a sort of x-ray like view of the world. This happens in e.g. spectator mode. The `renderChunksMany` field in Minecraft also controls this behaviour, allowing modders to turn off the optimisation.

* [cleanup] Extract Freecam camera entity ID to constant field
2020-11-29 08:30:49 -05:00
scorbett123 59da9324dc
[feature] Logout time for AutoLog. (#1635)
Co-authored-by: Xiaro <62033805+Xiaro@users.noreply.github.com>
2020-11-28 23:30:01 -05:00
Xiaro 28d8eb4d85
[feature] Added disable potion icons to AntiOverlay 2020-11-28 21:53:45 -05:00
Xiaro 2e37a8d6fe
[cleanup] Removed weird usage of arrays in ActiveModulesUI 2020-11-28 21:51:26 -05:00
Xiaro 1b78f7e109
[cleanup] Removed access transformer 2020-11-28 19:21:52 -05:00
Xiaro 7b982d9645
[fix] Fixed AntiAFK stops working after reconnecting
closes #1640
2020-11-28 19:02:05 -05:00
living c74c18a128
[fix] AntiReconnect minimum delay too high
Closes #1639
2020-11-28 08:32:56 -05:00
living e0aa4f6f78
[revert] Use old reflection utils (#1637) 2020-11-27 03:32:25 -05:00
living b6ad6209be
[refactor] Rewrite build system 2020-11-27 02:18:59 -05:00
Xiaro e80c719539
[refactor] Use new ReflectionUtils, Kotlinized CommandManager (#1629)
Co-authored-by: Dominika <sokolov.dominika@gmail.com>
2020-11-24 19:44:53 -05:00
Xiaro 718f2c52e1
[cleanup] Replace Access transformers with Mixins (#1628)
Co-authored-by: Dominika <sokolov.dominika@gmail.com>
2020-11-24 11:48:06 -05:00
Xiaro 475ecb63b4
[fix] Fixed LogoutLogger logs FakePlayer
closes #1627
2020-11-24 11:27:00 -05:00
Dominika ca8a06d73c
[fix] Slight bug fix in AutoMend
Signed-off-by: Dominika <sokolov.dominika@gmail.com>
2020-11-24 10:08:47 -05:00
DifferentPerson 21a75f65fd
[cleanup] Minecraft#displayGuiScreen Mixin (#1619) 2020-11-24 10:06:15 -05:00
Xiaro bce71c3bf9
[cleanup] Cleaned up NoRender code 2020-11-24 09:51:36 -05:00
Xiaro c34418fbb4
[cleanup] Removed random annotations 2020-11-24 01:56:17 -05:00
Xiaro b4662960f4
[cleanup] KamiMod (#1622)
Co-authored-by: Dominika <sokolov.dominika@gmail.com>
2020-11-23 18:10:42 -05:00
FriedrichM 3a56f223b2
[feature] NoRender rewrite (#1531)
Co-authored-by: Dominika <sokolov.dominika@gmail.com>
Co-authored-by: Xiaro <62033805+Xiaro@users.noreply.github.com>
2020-11-23 15:09:12 -05:00
Xiaro 0d13a91e80
[refactor] Switch to commons methods (#1624)
Co-authored-by: living <sokolov.dominika@gmail.com>
2020-11-23 14:42:48 -05:00
Xiaro d7fb1bc5e4
[enhancement] Cleaned up update notification GUI code and use a less scary background 2020-11-23 02:45:34 -05:00
Xiaro 8aab3a7fc0
[fix] Fixed Text Radar showing dead players. 2020-11-22 13:06:35 -05:00
Xiaro c98437924e
[fix] Disable FakePlayer on death
#closes 1615
2020-11-22 12:59:47 -05:00
Xiaro cef750e173
[cleanup] Cleaned up TabFriends code 2020-11-22 01:57:29 -05:00
Xiaro a323f4e165
[fix] Fixed null safety and weird casting in PortalGodMode 2020-11-22 01:51:11 -05:00
Xiaro dccbe0a84e
[fix] Nametags uses custom item name
closes #1613
2020-11-21 22:41:30 -05:00
Dominika eab86761c2
[fix] ChatSetting lower minimum and lower default delay
Signed-off-by: Dominika <sokolov.dominika@gmail.com>
2020-11-21 21:02:07 -05:00
Xiaro 2547d51857
[fix] Fixed CoordsLog spams waypoint on death
closes #1611
2020-11-21 20:39:16 -05:00
Xiaro 3e90c51714
[fix] Fixed Flight allowing player to fly after disabling
closes #1609
2020-11-21 13:13:42 -05:00
Xiaro 98048da293
[fix] Smaller step for GUI scale 2020-11-20 15:33:25 -05:00
Xiaro 3c2edd26f2
[fix] Fixed NoSlowDown not working with AutoWalk forward/backward mode
closes #1455
2020-11-20 15:10:28 -05:00
Xiaro fa7256c58a
[fix] Fixed dying in Freecam not resetting the view entity correctly.
closes #1596
2020-11-20 13:25:20 -05:00
Xiaro d519ae9245
[fix] Fixed PortalChat functioning when disabled
closes #1607
2020-11-19 21:09:12 -05:00
Xiaro a03084bc5c
[fix] Fixed FullBright flashing bug with other clients 2020-11-19 18:43:02 -05:00
Xiaro 295faf4ca3
[fix] Fixed negative ms count down in AutoReconnect 2020-11-19 10:27:03 -05:00
living 872dd15cae
[fix] Formatting issue in getServerType() 2020-11-19 09:33:21 -05:00
Xiaro cc2c6cd9e9
[fix] Fixed AutoEZ broadcast detection
closes #1590
2020-11-19 00:32:06 -05:00
Xiaro 9e9dd00347
[refactor] Moved some enum classes to top level 2020-11-18 22:27:18 -05:00
Xiaro a4998774c0
[fix] Fixed rounded rectangles outline drawing 2020-11-18 10:16:39 -05:00
FriedrichM 58a47a2fbc
[feature] Added ViewLock, replaces *lock (#1594)
Co-authored-by: Xiaro <62033805+Xiaro@users.noreply.github.com>
2020-11-17 15:28:24 -05:00
Dominika 37b734e01f
[fix] Swapped colors in toggle messages
Signed-off-by: Dominika <sokolov.dominika@gmail.com>
2020-11-17 14:24:46 -05:00
Dominika afc003e6fc
[fix] Remove Fast setting from AutoMend, as FastUse already does it
Signed-off-by: Dominika <sokolov.dominika@gmail.com>
2020-11-17 14:17:37 -05:00
living 78091cc251
[refactor] Cape system rewrite (#1597)
Co-authored-by: Xiaro <62033805+Xiaro@users.noreply.github.com>
2020-11-17 14:14:03 -05:00
FriedrichM 72cd9d9767
[enhancement] Added sound to FriendHighlight. (#1600) 2020-11-17 13:41:58 -05:00
Dominika a971ff2751
[fix] PacketLogger formatting again
Signed-off-by: Dominika <sokolov.dominika@gmail.com>
2020-11-17 13:26:25 -05:00
Dominika e7207213da
[fix] PacketLogger formatting
Signed-off-by: Dominika <sokolov.dominika@gmail.com>
2020-11-17 13:26:00 -05:00
Dominika 745eaab4d4
[fix] PacketLogger loading null lines causing a crash
Closes #1601

Signed-off-by: Dominika <sokolov.dominika@gmail.com>
2020-11-17 13:22:00 -05:00
Omninope 11438ea88d
[enhancement] colorChangeRange should only appear if rangedColor is selected on the Tracers module (#1598)
colorChangeRange should only appear if rangedColor is selected
2020-11-16 17:55:59 -05:00
Xiaro c302b92144
[fix] Fixed GL Error spam in ESP
closes #1513
2020-11-14 17:04:44 -05:00
Dominika 599a9dcdc3
[cleanup] Remove unused MixinAnvilChunkLoader 2020-11-14 16:54:37 -05:00
FriedrichM 40063c1c50
[fix] Removed ChunkSize to fix weird invisible entities bug (#1583) 2020-11-14 16:53:09 -05:00
Omninope 7b72f1c41f
[enhancement] Color change range color to Tracers (#1589) 2020-11-14 16:10:03 -05:00
Xiaro 2922b45395
[enhancement] Add Tutorial option to AntiOverlay
closes #1587
2020-11-14 15:47:08 -05:00
Xiaro b2b166ac92
[fix] Fixed AutoArmor desync
closes #1588
2020-11-14 15:44:18 -05:00
Xiaro 81150507e6
[cleanup] Cleaned up BaritoneUtils 2020-11-14 13:36:45 -05:00
Xiaro 521db41e10
[enhancement] Don't toggle module if key F3 is down
closes #1585
2020-11-14 13:27:04 -05:00
Dominika 72f45d5698
[fix] AutoReply / AntiAFK replying to self
Closes #1560

Signed-off-by: Dominika <sokolov.dominika@gmail.com>
2020-11-13 21:54:03 -05:00
Xiaro 621117e458
[fix] Fixed InventoryManager not unpausing Baritone correctly 2020-11-13 12:04:45 -05:00
Xiaro faea0c7977
[fix] Fixed rare crash with other mod in Blink, CrystalAura, and FakePlayer 2020-11-12 23:34:36 -05:00
Xiaro 6542baecaa
[cleanup] Fixed dead references, fixed syntax errors 2020-11-12 20:53:56 -05:00
Xiaro 5b3196cd5c
[fix] Fixed unused parameter build warning in ForgeEventProcessor 2020-11-12 19:31:42 -05:00
John da29e73309
[enhancement] Remove RH from AutoExcuse (#1579) 2020-11-12 09:52:29 -05:00
Xiaro 49c45780a7
[fix] Fixed Sprint in compatible with Impact's Sprint 2020-11-11 18:33:30 -05:00
Spider 8f04dcb24e
Fixed AutoWalk bug (#1577)
[fix] Fixed AutoWalk Baritone mode bug
2020-11-11 18:09:30 -05:00
Xiaro 621a7b3b76
[fix] Fixed spectator mode in FakeGameMode 2020-11-11 18:00:45 -05:00
Xiaro a57bb5f191
[fix] Fixed typo in CoordsLog 2020-11-11 17:59:17 -05:00