🤠
cedoscript
  • Introduction
  • Documentation
    • Packets
    • Setting Command
    • Java Imports
    • Examples
      • Creating a Pack
      • Custom Block Animation
      • Bhop
      • Setting Creation
      • Post Notification
      • Gradient Round Rectangle
      • Applying a gradient
      • Simulate a command
  • api
    • Events
    • Settings
    • Objects
      • EntityLivingBase
      • ItemStack
      • Player Abilities
      • Color
      • TimerUtil
      • Continual Animation
      • ShaderUtil
      • FrameBuffer
      • Rainbow
      • Drag
      • Pair
      • Module
  • Bindings
    • Client
    • Player
    • Packet
    • Action
    • Facing
    • Potion
    • Notification
    • Render
    • Stats
    • Font
    • User
    • World
Powered by GitBook
On this page
  • How to use the setting command
  • How to turn off success messages
  • Examples
  • Mode Setting
  • Boolean Setting
  • Number Setting
  • String Setting
  • Multi Boolean Setting
  • Color Setting

Was this helpful?

  1. Documentation

Setting Command

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

PreviousPacketsNextJava Imports

Last updated 2 years ago

Was this helpful?

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.

This command will not send a message back saying that it successfully set the setting
This changes the watermark mode in the HUD module to Tenacity mode
This changes the custom font setting in the HUD module to false
This changes the radius setting in Glow ESP to 4
This would change the Client Name setting in HUD module to "cedoscript testing enterprises"
This would change the White Info option in the Info Options setting to true
This would set the Animal Color in glow esp to red