Setting Command

This will show how to use some of the commands Tenacity has to your advantage when scripting

For the setting command there is a lot of different options and rules to follow

How to use the setting command

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

How to turn off success messages

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

Examples

Mode Setting

Boolean Setting

Number Setting

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

String Setting

For a String Setting underscores are not needed for the value

Multi Boolean Setting

Color Setting

Alpha values are not supported. You must input a valid hex value.

Last updated