Senk Ju
Senk Ju
A list of 1.8+-specific modules, LiquidBounce will need: - [x] NewChunks - [x] ElytraFly - [ ] CrystalAura - [x] VehicleFly - [x] AntiLevitation If you think something is missing,...
There should be variable which contains the directory in which the script is exected. ```js script.directory ```
**Describe the bug** After reloading a script containing a custom inventory tab, a new tab will be added but the old one doesn't get removed.
More details will follow.
LiquidChat supports loggin in JWTs instead of the Minecraft account the user is currently logged into. This allows the user to always chat on his main account while using a...
Like this: ```js Setting.boolean({ name: "test", default: true onChange: function() {} }) ```
**Describe the bug** When you open up your inventory or switch to f5 mode for the first time the client loads the cape asggined to the current account. Everytime it...
Reverses a range. ``` for let i in (0...10).reverse() { Sys.println(i); } ```
Improves consistency with Array::contains.
Currently Snekky only supports `==` for comparison of objects which performs a deep comparison on arrays and hashes. `===` should be added to only compare references.