The framework used by and created for TFNRP
Server convars which can be used with the framework in order convar usage and convar description.
You can set a convar with set some_convar
. Client replication (setr
) not needed unless specified.
set reminders_interval <integer>
: The interval between each reminder, in minutes. Default: 5
set reminders_prefix <string>
: The reminder's prefix. Default: '^3^*[System]'
set framework_ServerNotifications_chatPublic <string>
: A Discord webhook to be used with the chatPublic
notification.
set framework_ServerNotifications_chatPrivate <string>
: A Discord webhook to be used with the chatPrivate
notification.
set framework_ServerNotifications_staffPublic <string>
: A Discord webhook to be used with the staffPublic
notification.
set framework_ServerNotifications_staffPrivate <string>
: A Discord webhook to be used with the staffPrivate
notification.
set framework_ServerNotifications_serverPublic <string>
: A Discord webhook to be used with the serverPublic
notification.
set framework_ServerNotifications_serverPrivate <string>
: A Discord webhook to be used with the serverPrivate
notification.
Commands which are used in server.cfg
, i.e. add_ace
.
Not to be confused with in-game commands, but they can also be used in-game.
reminders_add <string>
: Adds a reminder, can be used instead of editing them via config.lua
.
reminders_remove [integer]
: Removes the last reminder. Can also supply the number of the reminder.