forked from Simnation/Main
31 lines
1.2 KiB
Lua
31 lines
1.2 KiB
Lua
Config = {
|
|
Debug = false,
|
|
Groups = {'admin', 'god'},
|
|
|
|
TicketCommand = 'support',
|
|
RequiresReason = true,
|
|
|
|
PanelCommand = 'cp',
|
|
KeepInput = true,
|
|
|
|
NoNotifyCommand = 'noadmin',
|
|
|
|
Sound = { -- requires xsound
|
|
Enabled = true,
|
|
-- Verwende eine direkte URL zu einer MP3-Datei
|
|
URL = 'https://cdn.discordapp.com/attachments/1372013724503642203/1404875126083944600/hey_listen.mp3?ex=689cc76b&is=689b75eb&hm=df580a028ae53f20f2d9767d1cb52259e8d1b1f8b275525ba64196d585305864&', -- Beispiel-URL, ersetze mit deiner eigenen
|
|
Volume = 0.8,
|
|
}
|
|
}
|
|
|
|
Translation = {
|
|
['no_perms'] = 'Du hast keine Berechtigung',
|
|
['ticket_created'] = 'Du hast erfolgreich ein Support-Ticket erstellt!',
|
|
['requires_reason'] = 'Du musst einen Grund angeben, um ein Ticket zu öffnen!',
|
|
['no_message_provided'] = 'Keine Nachricht',
|
|
['set_waypoint'] = 'Wegpunkt zum Spieler erfolgreich gesetzt.',
|
|
['teleported'] = 'Erfolgreich zum Spieler teleportiert.',
|
|
['ticket_open'] = 'Offen',
|
|
['nonotify_enable'] = 'Du erhältst keine Benachrichtigungen mehr für Tickets!',
|
|
['nonotify_disable'] = 'Du erhältst wieder Benachrichtigungen für Tickets!',
|
|
}
|