mirror of
https://github.com/lifestorm/wnsrc.git
synced 2025-12-17 13:53:45 +03:00
Upload
This commit is contained in:
26
lua/vyhub/config/sh_config.lua
Normal file
26
lua/vyhub/config/sh_config.lua
Normal file
@@ -0,0 +1,26 @@
|
||||
--[[
|
||||
| This file was obtained through the combined efforts
|
||||
| of Madbluntz & Plymouth Antiquarian Society.
|
||||
|
|
||||
| Credits: lifestorm, Gregory Wayne Rossel JR.,
|
||||
| Maloy, DrPepper10 @ RIP, Atle!
|
||||
|
|
||||
| Visit for more: https://plymouth.thetwilightzone.ru/
|
||||
--]]
|
||||
|
||||
-- Language used. Currently only languages in the "lang" directory are supported.
|
||||
VyHub.Config.lang = "en"
|
||||
|
||||
-- Enable chat tags, not working together with DarkRP
|
||||
VyHub.Config.chat_tags = true
|
||||
|
||||
-- Date format to use (for example in ban message)
|
||||
-- See https://tieske.github.io/date/#dateObject.fmt
|
||||
VyHub.Config.date_format = "%Y-%m-%d %H:%M:%S %z"
|
||||
-- Time offset from UTC (+00:00)
|
||||
-- Uses the timezone of the GMOD server when set to nil
|
||||
-- Example: 2 for CEST, -5 for EST
|
||||
VyHub.Config.time_offset = nil
|
||||
|
||||
-- Debug mode. Enable to see all API requests and responses
|
||||
VyHub.Config.debug = false
|
||||
Reference in New Issue
Block a user