Commit Graph

3638 Commits

Author SHA1 Message Date
liv 8f9ae700e2
impr: Make `;signbook` greedy instead of string 2021-03-18 23:13:44 -04:00
scorbett123 aacf4753f0
refactor: Rewrite the installer (#1942)
Co-authored-by: lv <~@l1v.in>
2021-03-17 21:17:12 -04:00
Toshimichi0915 2bec86e9d5
impr: Add "Disable on Complete" and "Take Off" option for Automend (#2088)
Co-authored-by: lv <~@l1v.in>
2021-03-17 20:39:31 -04:00
scorbett123 7a7076b965
impr: Copy NBT data to clipboard (#2126)
Co-authored-by: lv <~@l1v.in>
2021-03-17 18:16:47 -04:00
lv f3992dab1e
fix: Not being able to list friends in `;friend` command
Signed-off-by: lv <~@l1v.in>
2021-03-17 16:37:04 -04:00
lv 3b26ea9aba
impr: Merged NoHurtCam into AntiOverlay
Signed-off-by: lv <~@l1v.in>
2021-03-17 16:03:55 -04:00
lv 7a9c4c0a46
[fix] Duplicate scale setting in Radar
Signed-off-by: lv <~@l1v.in>
2021-03-12 23:24:14 -05:00
lv f844c19ad7
[fix] Build failure from outdated branch
Signed-off-by: lv <~@l1v.in>
2021-03-12 23:22:18 -05:00
zuim 49e672716b
[feature] Add Radar including NewChunks (#1924)
Co-authored-by: lv <~@l1v.in>
2021-03-12 23:13:17 -05:00
scorbett123 e73d59c4c4
[enhancement] Added ability to modify setting order. (#1938)
Co-authored-by: liv <sokolov.dominika@gmail.com>
Co-authored-by: lv <~@l1v.in>
2021-03-12 22:33:23 -05:00
Xiaro e79d65dc8c
[refactor] Player Packet Manager (#1947) 2021-03-12 22:14:35 -05:00
Xiaro fc7fc34ec3
[new] Plugin System (#1773)
Co-authored-by: Dewy <dewy@dewy.dev>
Co-authored-by: lv <~@l1v.in>
2021-03-12 21:28:26 -05:00
scorbett123 fe13e53e29
[enhancement] AutoEat food preference. (#2103)
Co-authored-by: Xiaro <62033805+Xiaro@users.noreply.github.com>
2021-03-12 17:52:09 -05:00
Avanatiker ab3471738b
[enhancement] Rewrote World Utils (#2100)
Co-authored-by: Xiaro <62033805+Xiaro@users.noreply.github.com>
2021-03-12 11:32:12 -05:00
Xiaro 8410e4f6db
[fix] AutoOffhand item switching spam 2021-03-12 11:24:54 -05:00
Xiaro 99282bb5df
[enhancement] Crystal placing collision check 2021-03-11 00:21:16 -05:00
Xiaro 34c2ee5211
[enhancement] Added place delay ms to CrystalAura and updated default config 2021-03-10 15:53:18 -05:00
Xiaro 694d70b704
[fix] Thread safety in CrystalAura 2021-03-10 01:11:02 -05:00
Xiaro b9df331dc8
[cleanup] Useless settings in CrystalAura 2021-03-09 19:22:08 -05:00
Avanatiker 291d0b13b8
[fix] AutoObsidian crash caused by NPE (#2113) 2021-03-08 19:30:48 -05:00
Xiaro 9c6bcd3ddb
[cleanup] Utils lambda inlining 2021-03-06 18:27:38 -05:00
Xiaro 3d9445b4a7
[cleanup] Command builder lambda inlining 2021-03-06 17:54:33 -05:00
Xiaro 9fd1029c4d
[cleanup] Event listener lambda inlining 2021-03-06 17:47:38 -05:00
Xiaro 8f873ff7e6
[enhancement] Added culling to Nametags 2021-03-06 17:33:47 -05:00
Xiaro 71ee9cac4d
[cleanup] RenderEntityEvent (#2098)
* Optimized shader esp

* Fixed Chams bug
2021-03-06 16:46:33 -05:00
Xiaro 76e9648d62
[fix] AutoEZ broadcast mode sends message twice 2021-03-06 00:04:27 -05:00
Xiaro e134163354
[fix] Freecam mixin compatibility (#1950)
Co-authored-by: liv <~@l1v.in>
2021-03-05 22:43:30 -05:00
Xiaro ad149c963e
[cleanup] Unused parameter warnings 2021-03-05 17:39:11 -05:00
Xiaro e48ed129cb
[fix] Surround spams auto center 2021-03-05 17:02:19 -05:00
Xiaro 8bdaf904b4
[fix] HoleSnap changes target hole randomly 2021-03-05 16:52:16 -05:00
Toshimichi0915 b6fbe37033
[feature] Added Anchor module (#2087)
Co-authored-by: Xiaro <62033805+Xiaro@users.noreply.github.com>
2021-03-04 19:03:29 -05:00
Xiaro 2c06415c6a
[cleanup] SurroundUtils 2021-03-04 17:28:35 -05:00
Xiaro fe7f246f8c
[enhancement] Cleaned up PacketLogger and fixed npe 2021-03-04 15:32:52 -05:00
Xiaro 8d30057730
[enhancement] Added relative position to Freecam 2021-03-03 18:54:51 -05:00
Xiaro f22b25441e
[enhancement] Added air strafe, rendering, and stuck check to HoleSnap 2021-03-03 18:22:38 -05:00
Xiaro db553ac34e
[fix] AutoExcuse sends message on totem popping 2021-03-03 15:31:52 -05:00
Xiaro eb33770298
[fix] Broken TotemPopCounter 2021-03-03 15:31:51 -05:00
nopjmp 840d3ad5c9
[enhancement] useIR for Kotlin compiling to use the beta backend. (#2089)
This is coming in Kotlin 1.5.0 and we should shake out the bugs the best we can.

I can make this a gradle.properties file change to make it easily changed with build scripts.

https://blog.jetbrains.com/kotlin/2021/02/the-jvm-backend-is-in-beta-let-s-make-it-stable-together/
2021-03-02 14:14:53 -05:00
lv dab414e9f2
[bump] Release Major 2.03.01 2021-03-02 14:00:34 -05:00
lv 48695294f5
[fix] Broken build scripts due to Kotlin refactors
Signed-off-by: lv <~@l1v.in>
2021-03-02 13:59:39 -05:00
Xiaro 688df12106
[fix] Typo in AutoEZ setting name 2021-03-02 01:54:57 -05:00
Avanatiker 052ba7a423
[fix] AutoObsidian mining packet sequence hotfix (#2092)
* Hotfix mining packet sequence

* Added back instant mining as relic

* Change requests
2021-03-01 15:29:43 -05:00
Xiaro 1d2e50f362
[refactor] Merged LiquidInteract, MultiTask, NoEntityTrace into one module (#1951) 2021-02-28 20:49:23 -05:00
liv a4bd2fc86e
[fix] Improper name for posting EntityViewRenderEvent.FogColors event 2021-02-28 20:44:16 -05:00
Xiaro 953ad25bf2
[new] Added PacketLimiter and TimerManager (#1944) 2021-02-28 20:11:02 -05:00
Xiaro 11913eda49
[fix] Readded on ground check to criticals packet mode 2021-02-28 17:46:00 -05:00
Xiaro 380b37358d
[fix] Shader ESP background color 2021-02-28 03:56:20 -05:00
Xiaro eb1fb3d8ab
[enhancement] Added hud element to set command 2021-02-28 02:17:36 -05:00
Xiaro bf81852bc5
[enhancement] Expands window height on double click title
closes #1797
2021-02-27 23:19:51 -05:00
Xiaro bf03220803
[enhancement] Handles button clicks faster
closes #1842
2021-02-27 18:34:06 -05:00