MadonneStudio Scripts Documentation
Tebex StoreDiscordSite Internet
  • About MadonneStudio
  • How to buy our scripts ?
  • Need an extra support ?
  • 💲Paid Scripts
    • 🔨Madonn'Admin
      • First Launch
      • Script Installation
      • Configuration
        • Dashboard Configuration
          • Community Settings
          • Manage Servers
          • Manage Permissions
          • Install the Discord Bot
        • Script Configuration
          • Main Configuration File
          • Anticheat Configuration
          • Blips Configuration
          • Buttons Configuration
          • Commands Configuration
          • Logs Configuration
          • Sanctions Configuration
      • How to use it ?
        • Web Dashboard
          • Main Page
          • Servers
          • Players
          • Staffs
          • Appeals
          • Logs
        • In Game Dashboard
          • Home interface
          • Players list
          • Logs
          • Settings
          • In Game Commands
        • Discord Functionalities
      • API / Exports
    • ⛅Madonne Seasons
      • Installation
      • Configuration
      • Common Errors
    • 🔫Wearable Weapon
      • Installation
      • Configuration
      • Common Errors
    • 🛡️Madonne PVP
      • Installation
      • Configuration
      • Common Errors
    • 🚙Madonne Car Spawner
      • Installation
      • Configuration
      • Common Errors
    • 👕Madonne EUP Menu
      • Installation
      • Configuration
      • Common Errors
  • 🆓Free scripts
    • 🚗Madonne Seatbelt
      • Installation
      • Configuration
      • Common Errors
    • 🗑️Delete Gun
      • Installation
      • Configuration
      • Common Errors
  • 🖌️Vehicles livery
    • 🌲SASPR Pack
      • How to install ?
Powered by GitBook
On this page

Was this helpful?

  1. Paid Scripts
  2. Madonn'Admin
  3. Configuration
  4. Script Configuration

Commands Configuration

Default configuration file
COMMANDS = {
	AdminChatCommand = {
		Enabled = true,
		Command = "admin",
		ChatColor = {r = 255, g = 255, b = 255},
	},

	NoteCommand = {
		Enabled = true,
		Command = "note",
	},

	CommendCommand = {
		Enabled = true,
		Command = "commend"
	},

	WarnCommand = {
		Enabled = true,
		Command = "warn"
	},

	KickCommand = {
		Enabled = true,
		Command = "kick"
	},

	BanCommand = {
		Enabled = true,
		Command = "ban"
	},

	GoToCommand = {
		Enabled = true,
		CanBeUsedOnHigherRank = false,
		Command = "goto",
	},

	BringCommand = {
		Enabled = true,
		CanBeUsedOnHigherRank = false,
		Command = "bring",
		MultiIds = true,
	},

	ReturnCommand = {
		Enabled = true,
		CanBeUsedOnHigherRank = false,
		Command = "return",
		MultiIds = true,
	},
}

For each command, you can simply change whether it is active or not, as well as the text of the command.

Last updated 5 months ago

Was this helpful?

💲
🔨