docs: remove old analytics info

chore: bump glualint
This commit is contained in:
James Ross 2023-12-29 22:16:37 +00:00
parent a21d23c692
commit 2b3a5c4826
No known key found for this signature in database
GPG Key ID: 49E8B07166BE49AB
4 changed files with 17 additions and 2 deletions

14
.editorconfig Normal file
View File

@ -0,0 +1,14 @@
# http://editorconfig.org
root = true
[*]
charset = utf-8
indent_style = tab
trim_trailing_whitespace = true
insert_final_newline = true
end_of_line = lf
[*.yml]
indent_style = space
indent_size = 2

2
.gitattributes vendored Normal file
View File

@ -0,0 +1,2 @@
* text=auto
* text eol=lf

View File

@ -10,7 +10,7 @@ jobs:
- name: Download GLuaLint
run: curl -o glualint.zip -L https://github.com/FPtje/GLuaFixer/releases/download/$GLUALINT_VERSION/glualint-$GLUALINT_VERSION-x86_64-linux.zip
env:
GLUALINT_VERSION: 1.26.0
GLUALINT_VERSION: 1.27.0
- name: Unzip GLuaLint
run: unzip glualint.zip
- name: Lint lua files

View File

@ -30,7 +30,6 @@
* `sbox_maxtextscreens` controls the maximum amount of text screens that each player can spawn. This defaults to 1. This cvar only exists on the server, so make sure it's set via RCON, or in something like server.cfg.
* `ss_enable_rainbow` controls whether players on your server can use the rainbow effect. Set this to `0` in your `server.cfg` to prevent anyone from using rainbow effects.
* `ss_max_characters` controls whether players on your server can use a lot of characters per lines. Set this to `any number` in your `server.cfg` to prevent anyone from using more characters.
* Set `ss_call_to_home 1` on your server to provide anonymous analytics including your operating system, version of the addon, and rough, anonymised geo-location. This is entirely optional and used solely to put a smile on my face.
* To install this onto your server, follow the instructions [listed here](https://wiki.garrysmod.com/page/Workshop_for_Dedicated_Servers).
### Prevent specific users/groups from using textscreens