Setting Command
This will show how to use some of the commands Tenacity has to your advantage when scripting
Last updated
This will show how to use some of the commands Tenacity has to your advantage when scripting
Last updated
For the setting command there is a lot of different options and rules to follow
To use the setting command you must do .setting module_name setting_name value
If there is spaces between the module name or setting name then you must use under scores for these spaces.
Names are not case-sensitive
For those of you using scripting to modify an existing module on Tenacity then you may edit a setting many times over. This would normally spam your chat with messages saying that you successfully set the setting value. Well we have a solution for this.
To stop all of these messages from coming through just end every .setting command with the following text: sendSuccess=false
All values will be clamped to be within the specified increment of the setting
i.e. If you typed .setting glowesp radius 3
then it would set the value to 2 because the setting increments by 2
For a String Setting underscores are not needed for the value
Alpha values are not supported. You must input a valid hex value.