Full View config.js

Preview File Updated: v1.0.1 - 11.11.2023

Config = {}

Config.CharactersLimit = {
    title: 25,
    description: 400,
    message: 300,
}

Config.Types = [
    'Player Report',
    'Bug'
]

Config.Actions = {
    screenshot: true,
    open_inventory: true,
    kick: true,
    ban: true,
    teleport_to: true,
    bring: true
}

Last updated