
- #PRESET SETTINGS LIQUIDBOUNCE MINEPLEX HOW TO#
- #PRESET SETTINGS LIQUIDBOUNCE MINEPLEX DOWNLOAD ZIP#
- #PRESET SETTINGS LIQUIDBOUNCE MINEPLEX ZIP FILE#
Returns the largest possible value the setting can take (only for range settings). Returns the smallest possible value the setting can take (only for range settings). Returns the name under which the setting is displayed in the client.Įxample: () // "MyBooleanSetting" Has to be of the correct type.Įxample: (false) setting.getName()

Returns the current value of the setting. The following documentation refers to the methods defined on a setting instance.
#PRESET SETTINGS LIQUIDBOUNCE MINEPLEX HOW TO#
More information on how to add settings to a script module can be found here, more information on how to create a setting here. no way to change settings directly in the client, no way to load or save configs and the list goes on). I would also suggest not yet switching because the Nextgen version is still very incomplete (i. Registering settings with a script module At the moment it's still mostly just PvP but we're planning to add utility modules and features in the near future to have to satisfy both sides.

Therefore, in many cases it is highly recommended to add configuration options to the module, which the user can adjust according to his needs. Often a module must be adapted to different situations. Example: (false) setting.getName() Returns the name under which the setting is displayed in the client. List of arguments: newValue, the value to set the setting to. localautosettings load my_server_config.Contribute to this page on GitHub Using module settings t(newValue) Sets the value of the setting to the given one. You replace with the name of the configuration file you want to load.Īn application example would look like this. If it is, you can reapply it with the load sub-command. To restore a configuration you or someone else has previously saved, make sure that the corresponding file is located in the settings folder.

If you want to share your configuration with a particular person, you can send him the created file, which he can then store in his settings folder and load with the load sub-command explained below. If you are using LiquidBounce 1.8.9 and have not changed the default installation path, it should be located in %appdata%/.minecraft/LiquidBounce-1.8/settings under Windows.
#PRESET SETTINGS LIQUIDBOUNCE MINEPLEX DOWNLOAD ZIP#
oceaann / kokscraft-liquidbounce-config Created 2 years ago 1 0 Code Revisions 1 Stars 1 Download ZIP Raw kokscraft-liquidbounce-config Aimbot Range 4.4 Aimbot TurnSpeed 2.0 Aimbot FOV 180.
#PRESET SETTINGS LIQUIDBOUNCE MINEPLEX ZIP FILE#
There is also a README.txt in the ZIP file that you. This file will be saved locally on your hard disk in the LiquidBounce folder. kokscraft-liquidbounce-config GitHub Instantly share code, notes, and snippets. It seems like the version I posted was still a little buggy, however you can just head over to and scroll down to the GitHub Nightly Builds and download the latest version that way since we just merged the main menu into the upstream client repository. localautosettings save you can save your current configuration in a file with the specified name.

Just like the command for regular AutoSettings, it also has various sub-commands, which are explained in the following. The command that makes all this possible is. To make this possible, LiquidBounce supports a feature called LocalAutoSettings, which allows you to save your current configuration in a file which you can reload at any time or share with the rest of the community. In addition to the possibility to load configurations from our official repository, it is also possible to create your own and save them locally for later use. Contribute to this page on GitHub Local AutoSettings
